| Age | Commit message (Expand) | Author | Lines |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -1/+10 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -1/+1 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -84/+83 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -41/+14 |
| 2014-01-03 | librustc: Remove `@mut` support from the parser | Patrick Walton | -6/+6 |
| 2014-01-03 | libsyntax: Remove an unnecessary `@mut io::Reader` | Patrick Walton | -8/+10 |
| 2014-01-03 | libsyntax: De-`@mut` `SCTable` | Patrick Walton | -10/+14 |
| 2014-01-03 | libsyntax: De-`@mut` `SCTable::rename_memo` | Patrick Walton | -4/+5 |
| 2014-01-03 | libsyntax: De-`@mut` `SCTable::mark_memo` | Patrick Walton | -4/+5 |
| 2014-01-03 | libsyntax: De-`@mut` `SCTable::table` | Patrick Walton | -13/+36 |
| 2014-01-03 | libsyntax: De-`@mut` the resolve table | Patrick Walton | -5/+8 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -1/+1 |
| 2013-12-12 | Remove fk_anon | Seo Sanghyeon | -1/+1 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -7/+7 |
| 2013-12-01 | auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton | bors | -1/+1 |
| 2013-12-01 | ast: Remove one `@` and fix the fallout | Philipp Brüschweiler | -1/+1 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -22/+11 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -8/+8 |
| 2013-11-26 | auto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton | bors | -15/+9 |
| 2013-11-27 | Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64. | Eduard Burtescu | -15/+9 |
| 2013-11-26 | libsyntax: Remove all non-`proc` `do` syntax. | Patrick Walton | -2/+2 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -1/+1 |
| 2013-11-26 | Take &Pat in visit_pat | Seo Sanghyeon | -1/+1 |
| 2013-11-25 | Take &Pat | Seo Sanghyeon | -1/+1 |
| 2013-11-19 | libsyntax: Change all uses of `&fn` to `||`. | Patrick Walton | -3/+3 |
| 2013-11-18 | Use '..' as slice wildcard in vectors | Brian Anderson | -1/+1 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -3/+5 |
| 2013-10-25 | libsyntax/librustc: Allow mut qualifier in patterns. | Luqman Aden | -1/+1 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -2/+1 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on by-value self. | Luqman Aden | -1/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -10/+10 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -3/+3 |
| 2013-10-07 | Fix existing privacy/visibility violations | Alex Crichton | -1/+1 |
| 2013-10-07 | Extract privacy checking from name resolution | Alex Crichton | -26/+0 |
| 2013-10-03 | Rewrite lint passes with less visitor cruft | Alex Crichton | -23/+17 |
| 2013-10-02 | auto merge of #9665 : alexcrichton/rust/snapshot, r=brson | bors | -2/+2 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -2/+2 |
| 2013-10-01 | auto merge of #9560 : pcwalton/rust/xc-tuple-structs, r=pcwalton | bors | -0/+11 |
| 2013-10-01 | librustc: Inline cross-crate tuple struct constructors | Patrick Walton | -0/+11 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -1/+1 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -10/+10 |
| 2013-09-24 | renumbered due to bug shuffling | John Clements | -5/+5 |
| 2013-09-23 | librustc: Change the ID visitor to use traits instead of garbage-collected fu... | Patrick Walton | -31/+46 |
| 2013-09-23 | librustc: Change fold to use traits instead of `@fn`. | Patrick Walton | -16/+0 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -2/+2 |
| 2013-09-16 | auto merge of #9187 : lkuper/rust/no-simplevisitor, r=catamorphism | bors | -2/+2 |
| 2013-09-14 | Kill off method impls made redundant by default methods. | Lindsey Kuper | -39/+0 |
| 2013-09-14 | Get rid of unused SimpleVisitor stuff. | Lindsey Kuper | -2/+2 |
| 2013-09-11 | Properly encode/decode structural variants. | SiegeLord | -2/+2 |
| 2013-09-10 | auto merge of #9088 : nikomatsakis/rust/issue-6304-AST-tree-not-DAG, r=catamo... | bors | -0/+16 |