rust/src/libsyntax/ext
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
..
tt Make lifetime nonterminals closer to identifier nonterminals 2018-04-06 11:52:16 +03:00
base.rs Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister 2018-04-10 09:00:27 +00:00
build.rs Change the hashcounts in raw Lit variants from usize to u16. 2018-04-12 20:12:42 +10:00
derive.rs Rename PathSegment::identifier to ident 2018-04-06 11:46:26 +03:00
expand.rs Use Ident instead of Name in MetaItem 2018-04-06 11:52:16 +03:00
placeholders.rs expand macro invocations in extern {} blocks 2018-04-03 13:16:11 -07:00
quote.rs Change the hashcounts in raw Lit variants from usize to u16. 2018-04-12 20:12:42 +10:00
source_util.rs Replace Rc with Lrc for shared data 2018-03-02 10:48:52 +01:00