| Age | Commit message (Expand) | Author | Lines |
| 2013-12-26 | librustc: De-`@mut` the def map. | Patrick Walton | -1/+2 |
| 2013-12-26 | librustc: De-`@mut` the method map | Patrick Walton | -1/+2 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -6/+6 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -11/+11 |
| 2013-11-18 | Use '..' as slice wildcard in vectors | Brian Anderson | -1/+1 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -0/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -1/+1 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -3/+3 |
| 2013-09-10 | change type of ExprLoop and ExprBreak elts from ident->name. | John Clements | -1/+1 |
| 2013-09-05 | Remove the __log function for __log_level | Alex Crichton | -1/+1 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -74/+74 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -6/+6 |
| 2013-08-05 | Get rid of some NOTEs. | Michael Sullivan | -1/+1 |
| 2013-08-04 | rm obsolete `for` support from the compiler | Daniel Micay | -1/+0 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -5/+5 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -5/+5 |
| 2013-07-30 | syntax: implement foreach .. in .. { .. } via desugaring. | Graydon Hoare | -0/+2 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -3/+3 |
| 2013-07-22 | De-spanned<T> and renamed ast::field (now ast::Field) | Michael Woerister | -1/+1 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -4/+4 |
| 2013-07-17 | librustc: Remove `copy` expressions from the language. | Patrick Walton | -2/+1 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -3/+3 |
| 2013-07-11 | Add simple control-flow-graph abstraction based on graph, currently unused | Niko Matsakis | -0/+523 |