| Age | Commit message (Expand) | Author | Lines |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -2/+1 |
| 2014-01-03 | librustc: De-`@mut` all writers | Patrick Walton | -2/+2 |
| 2014-01-03 | librustc: De-`@mut` (and de-`@`) the pretty printer | Patrick Walton | -8/+8 |
| 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-11 | Make 'self lifetime illegal. | Erik Price | -4/+4 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -7/+7 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -5/+5 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -6/+6 |
| 2013-11-19 | librustc: Change most uses of `&fn()` to `||`. | Patrick Walton | -14/+11 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -1/+1 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -1/+2 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -3/+3 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -26/+26 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -35/+35 |
| 2013-09-30 | trans: Change @ast::Expr -> &ast::Expr where possible | blake2-ppc | -6/+6 |
| 2013-09-23 | librustc: Port the pretty printer annotation infrastructure to use traits ins... | Patrick Walton | -40/+39 |
| 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 | -56/+56 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -1/+1 |
| 2013-08-07 | rustc: Fix for-range loops that can use iterators | blake2-ppc | -4/+4 |
| 2013-08-04 | rm obsolete `for` support from the compiler | Daniel Micay | -45/+2 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -15/+15 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -2/+3 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -4/+4 |
| 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 | -12/+12 |
| 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 | -16/+16 |
| 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 | -5/+5 |
| 2013-07-17 | librustc: Remove `copy` expressions from the language. | Patrick Walton | -1/+0 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -14/+17 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -7/+7 |
| 2013-07-08 | Modify borrow checker to visit irrefutable patterns that appear in | Niko Matsakis | -1/+1 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -4/+4 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -6/+5 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -11/+11 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -9/+9 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -16/+16 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -1/+1 |
| 2013-06-17 | rustc: map node ids through a table that ensures bitset indexes in dataflow a... | Graydon Hoare | -20/+71 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -1/+1 |
| 2013-06-10 | clean-up unused import warnings | Huon Wilson | -1/+0 |
| 2013-06-10 | std: convert str::reserve* to methods, and methodise str::push_*. | Huon Wilson | -3/+3 |
| 2013-06-08 | std: remove each[i]_mut functions, in favour of iterators. | Huon Wilson | -1/+2 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -5/+3 |
| 2013-06-01 | syntax: move callee_id into the expr_ variants | Erick Tryzelaar | -13/+13 |