rust/src/libsyntax/ext/tt
Erick Tryzelaar b96af73159 turn ast::ident into a struct
This will help with the auto_serialize2 migration. We have to change
ident from a type alias to uint into a unique type. We need to use
a struct instead of a "enum ident = token::str_num" because structs
support constants, but newtypes do not.
2012-09-26 16:20:24 -07:00
..
macro_parser.rs Allow hashmaps to infer their types 2012-09-26 16:20:24 -07:00
macro_rules.rs De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi 2012-09-21 19:13:55 -07:00
transcribe.rs turn ast::ident into a struct 2012-09-26 16:20:24 -07:00