| Age | Commit message (Expand) | Author | Lines |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -1/+1 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -5/+5 |
| 2013-08-26 | Port creader.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -7/+15 |
| 2013-08-25 | Revert "auto merge of #8745 : brson/rust/metadata, r=cmr" | Brian Anderson | -2/+1 |
| 2013-08-23 | Don't copy metadata after loading | Brian Anderson | -1/+2 |
| 2013-08-15 | Update either::partition | blake2-ppc | -11/+3 |
| 2013-08-11 | librustc: Convert from `@Object` to `@mut Object` as needed | Niko Matsakis | -3/+3 |
| 2013-08-10 | std: Transform.find_ -> .find | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -1/+1 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -15/+30 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -6/+6 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -5/+5 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -6/+6 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -5/+5 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -19/+23 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -7/+10 |
| 2013-07-07 | Stop allocating view_items with @ | James Miller | -1/+1 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -3/+2 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -17/+13 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -6/+7 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -10/+10 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -16/+16 |
| 2013-06-12 | Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple. | Felix S. Klock II | -1/+1 |
| 2013-06-06 | Clean up a handful of build warnings. | Michael Sullivan | -1/+1 |
| 2013-06-05 | token_to_ident takes argument by reference | John Clements | -4/+4 |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -5/+7 |
| 2013-05-30 | Remove copy bindings from patterns. | Niko Matsakis | -3/+3 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+1 |
| 2013-05-28 | Remove unnecessary allocations flagged by lint | Seo Sanghyeon | -3/+3 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -1/+2 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -4/+4 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -8/+0 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -3/+0 |
| 2013-04-19 | rustc: de-mode + fallout from libsyntax changes | Alex Crichton | -6/+6 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -2/+2 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-31 | Fix warnings | Brian Anderson | -1/+0 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -6/+2 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -1/+1 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+1 |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -3/+3 |
| 2013-03-20 | rustc: Remove some bad copies throughout | Alex Crichton | -4/+4 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -0/+2 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -5/+5 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -1/+1 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -1/+1 |
| 2013-03-05 | core: convert vec::{last,last_opt} to return references | Erick Tryzelaar | -1/+3 |
| 2013-03-05 | rustc: remove some copies | Erick Tryzelaar | -1/+1 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -3/+0 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -1/+1 |