This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
4d34bfd00a
rust
/
src
/
libproc_macro
History
Download ZIP
Download TAR.GZ
Nicholas Nethercote
4d34bfd00a
Change the hashcounts in raw
Lit
variants from usize to u16.
...
This reduces the size of `Token` from 32 bytes to 24 bytes on 64-bit platforms.
2018-04-12 20:12:42 +10:00
..
Cargo.toml
Replace Rc with Lrc for shared data
2018-03-02 10:48:52 +01:00
diagnostic.rs
Initial diagnostic API for proc-macros.
2017-08-28 02:58:22 -07:00
lib.rs
Rollup merge of
#49734
- alexcrichton:generalize-token-stream, r=nikomatsakis
2018-04-12 03:37:12 +08:00
quote.rs
Change the hashcounts in raw
Lit
variants from usize to u16.
2018-04-12 20:12:42 +10:00