| Age | Commit message (Expand) | Author | Lines |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -5/+4 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -4/+3 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -10/+10 |
| 2013-06-25 | Merge remote-tracking branch 'mozilla/master' into incoming | Brian Anderson | -3/+3 |
| 2013-06-23 | Add 'static mut' items to the language | Alex Crichton | -3/+3 |
| 2013-06-22 | Cleaned up middle a bit. | Steven Stewart-Gallus | -58/+13 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -6/+6 |
| 2013-06-12 | Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple. | Felix S. Klock II | -1/+1 |
| 2013-06-09 | std: remove fold[lr] in favour of iterators | Huon Wilson | -1/+2 |
| 2013-06-08 | rustc: Convert a fail! to a useful error message. | Huon Wilson | -1/+1 |
| 2013-06-01 | syntax: move callee_id into the expr_ variants | Erick Tryzelaar | -6/+6 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 |
| 2013-05-29 | libsyntax: Stop parsing mutable fields | Patrick Walton | -5/+1 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-22 | fix issue #6209 | Jihyun Yu | -23/+31 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -1/+1 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -14/+5 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -9/+0 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -5/+5 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -2/+0 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -4/+0 |
| 2013-04-24 | Improve divide-by-zero error messages | Brendan Zabarauskas | -4/+4 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -7/+7 |
| 2013-04-19 | rustc: de-mode + fallout from libsyntax changes | Alex Crichton | -5/+5 |
| 2013-04-16 | Prevent eval_const_expr_partial hides prior error in expr_cast arm. | Jeong YunWon | -25/+24 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -9/+9 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-27 | syntax: Remove deprecated expr_vstore_fixed | Erick Tryzelaar | -1/+0 |
| 2013-03-26 | Move ast_map::map to LinearMap | Alex Crichton | -1/+1 |
| 2013-03-26 | rustc: Purge of HashMap, fixing segfaulting cases | Alex Crichton | -2/+1 |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -25/+23 |
| 2013-03-22 | rustc: replace uses of old deriving attribute with new one | Andrew Paseltiner | -1/+1 |
| 2013-03-21 | librustc: Fix path-qualified and cross-crate constants in match patterns. | Luqman Aden | -1/+22 |
| 2013-03-20 | rustc: Remove some bad copies throughout | Alex Crichton | -4/+4 |
| 2013-03-07 | libsyntax: Remove struct literal expressions from the compiler | Patrick Walton | -2/+1 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -2/+2 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -3/+3 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -3/+3 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -3/+3 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -2/+2 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -6/+6 |
| 2013-01-30 | librustc: De-export rustc. rs=deexporting | Patrick Walton | -36/+25 |
| 2013-01-23 | Handle divide by zero in constant evaluator | Seo Sanghyeon | -0/+4 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -1/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -1/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2013-01-08 | Rename identifiers that still use 'alt' to use 'match' | Lindsey Kuper | -1/+1 |