rust/src/libsyntax/parse
bors b5d6b07370 auto merge of #13879 : huonw/rust/more-re, r=alexcrichton
Commits for details.

This shouldn't change the generated code at all (except for switching to `LitBinary` from an explicit ExprVec of individual ExprLit bytes for `prefix_bytes`).
2014-05-02 07:06:50 -07:00
..
attr.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
classify.rs Fix repeated module documentation 2014-04-27 22:17:49 -04:00
comments.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
common.rs Fix repeated module documentation 2014-04-27 22:17:49 -04:00
lexer.rs syntax: store char literals/tokens as chars rather than u32s. 2014-05-02 22:54:55 +10:00
mod.rs Fix repeated module documentation 2014-04-27 22:17:49 -04:00
obsolete.rs syntax: Tweak parsing lifetime bounds on closures 2014-04-06 00:08:21 -07:00
parser.rs librustc: Remove ~"string" and &"string" from the language 2014-04-30 16:49:12 -07:00
token.rs syntax: store char literals/tokens as chars rather than u32s. 2014-05-02 22:54:55 +10:00