| Age | Commit message (Expand) | Author | Lines |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -1/+1 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -20/+34 |
| 2014-01-03 | librustc: Remove `@mut` support from the typechecker and borrow checker | Patrick Walton | -45/+12 |
| 2014-01-03 | librustc: De-`@mut` the AST map | Patrick Walton | -1/+2 |
| 2013-12-27 | librustc: Implement coercion for traits. | Luqman Aden | -1/+1 |
| 2013-12-26 | librustc: De-`@mut` `all_loans` in the borrow checker | Patrick Walton | -8/+10 |
| 2013-12-26 | librustc: De-`@mut` the `cnum_map` | Patrick Walton | -2/+2 |
| 2013-12-26 | librustc: De-`@mut` the borrow check stat fields | Patrick Walton | -18/+14 |
| 2013-12-26 | librustc: De-`@mut` the moves map | Patrick Walton | -1/+2 |
| 2013-12-26 | librustc: De-`@mut` the write guard map | Patrick Walton | -2/+2 |
| 2013-12-26 | librustc: De-`@mut` the borrow check's `loan_map` | Patrick Walton | -4/+0 |
| 2013-12-26 | librustc: Remove the unused `stmt_map` from the borrow checker | Patrick Walton | -3/+0 |
| 2013-12-26 | librustc: De-`@mut` the borrow check's root map | Patrick Walton | -2/+3 |
| 2013-12-12 | Remove fk_anon | Seo Sanghyeon | -1/+0 |
| 2013-12-09 | Address nits for PR for #9629 | Niko Matsakis | -1/+1 |
| 2013-12-03 | Issue #9629 -- permit freezing `&mut` found within an `&` pointer | Niko Matsakis | -14/+9 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -3/+3 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -10/+10 |
| 2013-11-28 | auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv... | bors | -2/+36 |
| 2013-11-28 | Test that reborrowing contents of an `&'a mut &'b mut` pointer can only | Niko Matsakis | -2/+36 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -4/+4 |
| 2013-11-19 | librustc: Change most uses of `&fn()` to `||`. | Patrick Walton | -1/+1 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -2/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -1/+1 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -2/+2 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -3/+3 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -24/+24 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -10/+10 |
| 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 |