| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+3 |
| 2013-05-28 | Move checking for moves and initialization of local variables and patterns into | Niko Matsakis | -2/+2 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -2/+2 |
| 2013-05-20 | auto merge of #6635 : brson/rust/snapshot, r=brson | bors | -58/+0 |
| 2013-05-19 | Register snapshots | Brian Anderson | -58/+0 |
| 2013-05-19 | Fix many warnings. | Steve Klabnik | -1/+0 |
| 2013-05-18 | minor automated whitespace fixes | Daniel Micay | -1/+0 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -1/+2 |
| 2013-05-10 | Remove the '<->' operator from the language | Alex Crichton | -5/+0 |
| 2013-05-10 | rustc: Use the new `for` protocol | Alex Crichton | -0/+61 |
| 2013-05-06 | Replace NOTE with FIXME | Niko Matsakis | -1/+1 |
| 2013-04-30 | dataflow: fix flow of information through pattern variants | Niko Matsakis | -2/+1 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -0/+1009 |