| Age | Commit message (Expand) | Author | Lines |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -1/+1 |
| 2014-01-17 | syntax::ast: Remove/Recover tests | klutzy | -106/+15 |
| 2014-01-15 | register snapshots | Daniel Micay | -7/+0 |
| 2014-01-14 | auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakis | bors | -4/+4 |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -1/+0 |
| 2014-01-12 | Removed remnants of `@mut` and `~mut` from comments and the type system. | Eduard Burtescu | -4/+4 |
| 2014-01-09 | auto merge of #11055 : pcwalton/rust/placement-box, r=pcwalton | bors | -0/+2 |
| 2014-01-09 | librustc: Implement placement `box` for GC and unique pointers. | Patrick Walton | -0/+2 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -215/+222 |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -1/+1 |
| 2014-01-03 | librustc: Remove `@mut` support from the parser | Patrick Walton | -3/+2 |
| 2014-01-03 | libsyntax: De-`@mut` `SCTable::rename_memo` | Patrick Walton | -1/+1 |
| 2014-01-03 | libsyntax: De-`@mut` `SCTable::mark_memo` | Patrick Walton | -3/+3 |
| 2014-01-03 | libsyntax: De-`@mut` `SCTable::table` | Patrick Walton | -1/+2 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -1/+1 |
| 2013-12-17 | Remove obsolete mutability from ast::Ty | Seo Sanghyeon | -3/+3 |
| 2013-12-08 | Fix comment on ast::DefStruct | Kiet Tran | -3/+8 |
| 2013-12-01 | auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton | bors | -3/+3 |
| 2013-12-01 | ast: Remove one `@` and fix the fallout | Philipp Brüschweiler | -3/+3 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -31/+38 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -1/+1 |
| 2013-11-27 | Freeze the AST by removing a couple of unused @mut ~[T] from token_tree. | Eduard Burtescu | -2/+14 |
| 2013-11-27 | Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64. | Eduard Burtescu | -7/+7 |
| 2013-11-24 | Add comments to ast, ast_map, ty, and pat_util | Kiet Tran | -0/+11 |
| 2013-11-21 | Remove ty_mac | Seo Sanghyeon | -1/+0 |
| 2013-11-18 | Use '..' as slice wildcard in vectors | Brian Anderson | -0/+1 |
| 2013-11-08 | Address comments from @pnkfelix (thanks for the detailed review) | Niko Matsakis | -6/+0 |
| 2013-11-08 | Rename and modernize region enum names | Niko Matsakis | -2/+2 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -5/+5 |
| 2013-11-08 | Create a new pass to resolve named lifetimes; rscope is not only | Niko Matsakis | -0/+14 |
| 2013-11-05 | auto merge of #10285 : sfackler/rust/weird-derivings, r=huonw | bors | -3/+0 |
| 2013-11-04 | Remove #[deriving]s on impls | Steven Fackler | -3/+0 |
| 2013-11-04 | libsyntax/librustc: Allow calling variadic foreign functions. | Luqman Aden | -0/+1 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -0/+1 |
| 2013-10-28 | Field identifiers now include specific spans (Closes #8263). | Joshua Yanovski | -1/+3 |
| 2013-10-25 | libsyntax/librustc: Allow mut qualifier in patterns. | Luqman Aden | -5/+3 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on ~self. | Luqman Aden | -1/+1 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on by-value self. | Luqman Aden | -3/+3 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -1/+1 |
| 2013-10-18 | Optimize include_bin! for large inputs | Alex Crichton | -0/+1 |
| 2013-10-10 | Remove named extern blocks from the AST | Alex Crichton | -8/+0 |
| 2013-10-08 | add new enum ast::StrStyle as field to ast::lit_str | Benjamin Herr | -2/+9 |
| 2013-10-04 | Remove specific errors for very old obsolete syntax | Benjamin Herr | -3/+1 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -1/+0 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -2/+2 |
| 2013-09-11 | more helpful error message for ident comparison failure | John Clements | -1/+2 |
| 2013-09-11 | Properly encode/decode structural variants. | SiegeLord | -1/+1 |
| 2013-09-11 | Flag unsafe blocks from format! as compiler-generated | Alex Crichton | -1/+7 |
| 2013-09-11 | Implement the notion of a "generated unsafe block" | Alex Crichton | -1/+1 |
| 2013-09-10 | change type of ExprLoop and ExprBreak elts from ident->name. | John Clements | -2/+4 |