| Age | Commit message (Expand) | Author | Lines |
| 2014-01-03 | libsyntax: De-`@mut` `TtReader::interpolations` | Patrick Walton | -4/+9 |
| 2014-01-03 | librustc: De-`@mut` the parse session | Patrick Walton | -9/+8 |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::span` | Patrick Walton | -1/+1 |
| 2014-01-02 | libsyntax: De-`@mut` `token` in the parser | Patrick Walton | -5/+7 |
| 2014-01-02 | libsyntax: De-`@mut` `quote_depth` in the parser | Patrick Walton | -2/+2 |
| 2014-01-02 | libsyntax: Make the parser mutable | Patrick Walton | -19/+31 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -5/+5 |
| 2014-01-01 | syntax::diagnostic: Remove unnecessary traits | klutzy | -3/+3 |
| 2013-12-29 | Start passing around &mut ExtCtxt | Steven Fackler | -2/+2 |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -3/+3 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -2/+2 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -4/+4 |
| 2013-11-27 | Freeze the AST by removing a couple of unused @mut ~[T] from token_tree. | Eduard Burtescu | -6/+5 |
| 2013-11-26 | Support multiple item macros | Steven Fackler | -3/+10 |
| 2013-11-26 | libsyntax: Remove all non-`proc` `do` syntax. | Patrick Walton | -7/+7 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -3/+3 |
| 2013-10-10 | syntax: allow macros to expand to items with attributes. | Huon Wilson | -2/+5 |
| 2013-10-02 | syntax: indicate an error when a macro ignores trailing tokens. | Huon Wilson | -4/+29 |
| 2013-10-02 | syntax: remove some dead code. | Huon Wilson | -73/+0 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -11/+11 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -2/+2 |
| 2013-09-23 | libsyntax: Remove some more `@fn`s from the macro expander | Patrick Walton | -16/+125 |
| 2013-09-06 | WIP: adding mark-cancelling for macro_rules | John Clements | -1/+4 |
| 2013-09-06 | whitespace, reindentation, and comments only | John Clements | -1/+0 |
| 2013-09-06 | uncomment mtwt_resolve calls | John Clements | -2/+2 |
| 2013-09-06 | fix one remaining token comparison, refactor token comparison to avoid == check | John Clements | -11/+10 |
| 2013-09-06 | capturing macros now implemented | John Clements | -2/+2 |
| 2013-09-06 | comments only | John Clements | -0/+6 |
| 2013-09-06 | removed unneccessary SyntaxExpander structs | John Clements | -1/+1 |
| 2013-09-06 | compare macro tokens hygienically (commented out) | John Clements | -1/+15 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -13/+13 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -13/+13 |
| 2013-08-27 | librustc: Add support for type parameters in the middle of paths. | Patrick Walton | -2/+4 |
| 2013-08-11 | auto merge of #8455 : nikomatsakis/rust/issue-5762-objects-dralston-d, r=graydon | bors | -7/+7 |
| 2013-08-11 | libsyntax: Update from `@Object` to `@mut Object` as required | Niko Matsakis | -7/+7 |
| 2013-08-11 | syntax: Shrink enum Token and enum nonterminal | blake2-ppc | -5/+5 |
| 2013-08-08 | Allow attributes to appear as macro arguments | Niko Matsakis | -0/+2 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -7/+7 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -3/+2 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -1/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -5/+5 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -7/+5 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -2/+2 |
| 2013-07-17 | libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi... | Patrick Walton | -4/+4 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -33/+46 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -3/+4 |
| 2013-07-12 | Remove the global 'vec::to_owned' function | Alex Crichton | -3/+2 |
| 2013-07-07 | De-share trait_ref | James Miller | -1/+1 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -2/+1 |
| 2013-06-25 | great renaming propagation: syntax | Corey Richardson | -13/+7 |