rust/src/libsyntax/parse
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
..
attr.rs Revert "syntax: Make attributes sendable for rustdoc's benefit" 2012-09-20 18:15:39 -07:00
classify.rs libsyntax: "import" -> "use" 2012-09-04 11:43:23 -07:00
comments.rs Refactoring ReaderUtil trait, combining it with the traitless impl on Reader. 2012-09-26 15:55:42 -07:00
common.rs libsyntax: Remove the restricted keyword concept 2012-09-19 11:44:05 -07:00
eval.rs Support visibility qualifiers in crate directives properly. 2012-09-24 17:29:32 -07:00
lexer.rs turn ast::ident into a struct 2012-09-26 16:20:24 -07:00
obsolete.rs Register snapshots. Remove redundant Eq impls, Makefile hacks 2012-09-23 23:01:49 -07:00
parser.rs turn ast::ident into a struct 2012-09-26 16:20:24 -07:00
prec.rs libsyntax: "import" -> "use" 2012-09-04 11:43:23 -07:00
token.rs turn ast::ident into a struct 2012-09-26 16:20:24 -07:00