| Age | Commit message (Expand) | Author | Lines |
| 2013-09-24 | visit::Visitor refactor: replace (&mut BorrowckVisitor, @BorrowckCtxt) with &... | Felix S. Klock II | -13/+10 |
| 2013-09-06 | ident->name in NamedField, elsewhere | John Clements | -1/+1 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -13/+13 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -11/+11 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -8/+32 |
| 2013-08-27 | Remove remnants of implicit self | Niko Matsakis | -2/+1 |
| 2013-08-20 | Add PointerKind to LpDeref | Niko Matsakis | -6/+6 |
| 2013-08-15 | Switch main borrowck to <V:Visitor> trait API. | Felix S. Klock II | -12/+22 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -4/+6 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -1/+1 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -11/+11 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1/+1 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -12/+12 |
| 2013-07-27 | Remove unnecessary #[path = "***/mod.rs"] lines. | OGINO Masanori | -1/+0 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -10/+10 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -2/+2 |
| 2013-07-17 | librustc: Remove the `Copy` bound from the language. | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -0/+9 |
| 2013-07-08 | Modify borrow checker to visit irrefutable patterns that appear in | Niko Matsakis | -3/+3 |
| 2013-07-01 | Better error messages in report_use_of_moved_value; close #7286 | Ben Blum | -7/+24 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -5/+4 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -3/+3 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -1/+1 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -3/+3 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -2/+2 |
| 2013-06-12 | Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple. | Felix S. Klock II | -4/+4 |
| 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 | -9/+9 |
| 2013-06-05 | token_to_ident takes argument by reference | John Clements | -2/+2 |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -2/+3 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -51/+59 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -1/+2 |
| 2013-05-28 | Reconcile treatment of &mut with the docs | Niko Matsakis | -0/+1 |
| 2013-05-28 | Reconcile docs and code, adding examples and adding RESTR_CLAIM | Niko Matsakis | -8/+9 |
| 2013-05-28 | Move checking for moves and initialization of local variables and patterns into | Niko Matsakis | -10/+105 |
| 2013-05-22 | libstd: Fix merge fallout. | Patrick Walton | -0/+2 |
| 2013-05-20 | auto merge of #6647 : alexcrichton/rust/unnecessary-alloc, r=graydon | bors | -9/+9 |
| 2013-05-20 | auto merge of #6576 : nikomatsakis/rust/issue-5362-tuple-indices, r=graydon | bors | -13/+15 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -9/+9 |
| 2013-05-20 | auto merge of #6635 : brson/rust/snapshot, r=brson | bors | -2/+0 |
| 2013-05-19 | Register snapshots | Brian Anderson | -2/+0 |
| 2013-05-19 | Fix many warnings. | Steve Klabnik | -2/+0 |
| 2013-05-17 | Distinguish tuple elements by index in mem_categorization. Fixes #5362. | Niko Matsakis | -13/+15 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -6/+6 |
| 2013-05-11 | clean up the last bit of warnings | Corey Richardson | -1/+2 |
| 2013-05-11 | Warning police | Tim Chevalier | -1/+1 |
| 2013-05-09 | Remove remnants of mutable fields from mem_categorization, borrowck. | Niko Matsakis | -1/+1 |
| 2013-05-09 | Issue the correct deref count for the implicit deref that occurs | Niko Matsakis | -0/+10 |
| 2013-05-06 | Replace NOTE with FIXME | Niko Matsakis | -1/+1 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -4/+3 |