rust/src/libsyntax/parse
bors 1c26513ef9 auto merge of #9180 : blake2-ppc/rust/reduce-either, r=catamorphism
Work a bit towards #9157 "Remove Either". These instances don't need to use Either and are better expressed in other ways (removing allocations and simplifying types).
2013-09-14 08:50:50 -07:00
..
attr.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
classify.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
comments.rs Rename str::from_bytes to str::from_utf8, closes #8985 2013-09-05 14:17:24 +02:00
common.rs Warning cleanup 2013-06-29 11:20:04 -04:00
lexer.rs stop treating char as an integer type 2013-09-04 08:07:56 -04:00
mod.rs Delay assignment of node ids until after expansion. Ensures that each AST node 2013-09-10 05:45:12 -04:00
obsolete.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
parser.rs auto merge of #9180 : blake2-ppc/rust/reduce-either, r=catamorphism 2013-09-14 08:50:50 -07:00
token.rs auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson 2013-09-09 10:41:05 -07:00