| Age | Commit message (Expand) | Author | Lines |
| 2014-07-12 | auto merge of #15601 : jbclements/rust/disable-default-macro-behavior, r=alex... | bors | -25/+102 |
| 2014-07-11 | add Macro Exterminator | John Clements | -0/+19 |
| 2014-07-11 | make walk/visit_mac opt-in only | John Clements | -14/+61 |
| 2014-07-11 | use side table to store exported macros | John Clements | -6/+16 |
| 2014-07-11 | rename one of the two confusing MacroExpanders | John Clements | -5/+6 |
| 2014-07-11 | Removed dead structures after changes to PartialOrd/Ord derivings. | Felix S. Klock II | -352/+29 |
| 2014-07-11 | `O(n*k)` code-size deriving on enums (better than previous `O(n^k)`). | Felix S. Klock II | -43/+455 |
| 2014-07-11 | Revise the `const_nonmatching` flag with more info about author's intent. | Felix S. Klock II | -23/+40 |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -63/+307 |
| 2014-07-10 | auto merge of #15556 : alexcrichton/rust/snapshots, r=brson | bors | -142/+0 |
| 2014-07-09 | auto merge of #15514 : luqmana/rust/die-advance-die, r=cmr | bors | -21/+6 |
| 2014-07-09 | libsyntax: Remove uses of advance. | Luqman Aden | -21/+6 |
| 2014-07-09 | syntax: De-doc comment to fix nightlies | Alex Crichton | -50/+50 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -142/+0 |
| 2014-07-09 | Fix all the test fallout | Corey Richardson | -86/+98 |
| 2014-07-09 | ast: make Name its own type | Corey Richardson | -104/+147 |
| 2014-07-09 | lexer: lex WS/COMMENT/SHEBANG rather than skipping | Corey Richardson | -62/+118 |
| 2014-07-09 | syntax: don't parse numeric literals in the lexer | Corey Richardson | -264/+323 |
| 2014-07-09 | syntax: don't process string/char/byte/binary lits | Corey Richardson | -81/+312 |
| 2014-07-09 | ast: add an `as_str` method to Ident | Corey Richardson | -0/+7 |
| 2014-07-09 | lexer: add ident_from and ident_from_to methods | Corey Richardson | -0/+14 |
| 2014-07-09 | lexer: shuffle around some functions | Corey Richardson | -99/+100 |
| 2014-07-09 | codemap: be less annoying in debug logging | Corey Richardson | -5/+4 |
| 2014-07-09 | syntax: use a better Show impl for Ident | Corey Richardson | -2/+8 |
| 2014-07-09 | token: replace ast::Ident with just Ident | Corey Richardson | -18/+19 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -1137/+1136 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -52/+82 |
| 2014-07-08 | macro literals should be compared by name only | John Clements | -2/+9 |
| 2014-07-08 | comments | John Clements | -0/+1 |
| 2014-07-08 | remove outdated comment | John Clements | -12/+0 |
| 2014-07-08 | implement hygiene for method args | John Clements | -0/+25 |
| 2014-07-08 | test case for expansion of method macro | John Clements | -2/+13 |
| 2014-07-08 | introducing let-syntax | John Clements | -2/+27 |
| 2014-07-08 | self arg macro test case | John Clements | -0/+13 |
| 2014-07-08 | replace idents with names | John Clements | -0/+5 |
| 2014-07-08 | get rid of keyword idents, replace with names | John Clements | -8/+8 |
| 2014-07-08 | preserve context in parsing of `self` varref | John Clements | -9/+11 |
| 2014-07-08 | remove unused fn, make SELF_KEYWORD_NAME public | John Clements | -5/+1 |
| 2014-07-08 | test harness cleanup | John Clements | -27/+20 |
| 2014-07-08 | change if/else to match | John Clements | -179/+197 |
| 2014-07-08 | added test for method arg hygiene | John Clements | -0/+13 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -147/+287 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -147/+287 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -55/+89 |
| 2014-07-07 | Improve non-exhaustive pattern witnesses for structs with multiple fields | Jakub Wieczorek | -2/+4 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -13/+8 |
| 2014-07-05 | auto merge of #15428 : phildawes/rust/master, r=huonw | bors | -2/+3 |
| 2014-07-05 | auto merge of #15427 : aochagavia/rust/parse, r=pcwalton | bors | -16/+2 |
| 2014-07-05 | auto merge of #15425 : jbclements/rust/hygiene-for-3-kinds-of-args, r=cmr | bors | -111/+284 |