| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-05-03 | Correct mismatch between the way that pattern ids and expression ids map to t... | Niko Matsakis | -5/+13 |
| 2013-05-03 | Use static strings | Jeong YunWon | -2/+2 |
| 2013-04-30 | correct used_mut annotations for args, inherited case | Niko Matsakis | -3/+2 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -403/+458 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -4/+0 |
| 2013-04-19 | rustc: de-mode + fallout from libsyntax changes | Alex Crichton | -3/+3 |
| 2013-04-10 | Reason about nested free variables that appear in a function | Niko Matsakis | -2/+1 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -10/+10 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -2/+2 |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -11/+11 |
| 2013-03-22 | librustc: Remove `pure` from libsyntax and librustc. | Patrick Walton | -1/+1 |
| 2013-03-22 | rustc: replace uses of old deriving attribute with new one | Andrew Paseltiner | -4/+4 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 |
| 2013-03-08 | rustc: Remove uses of DVec | Alex Crichton | -2/+1 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -10/+1 |
| 2013-03-01 | Merge remote branch 'nmatsakis/issue-4808-representation-of-extern-fn' into i... | Patrick Walton | -3/+14 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -0/+2 |
| 2013-02-28 | Change bare functions so that they are represented by a single pointer. | Niko Matsakis | -3/+14 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -1/+1 |