| Age | Commit message (Expand) | Author | Lines |
| 2013-08-01 | Remove the pipes compiler | Brian Anderson | -1153/+0 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -10/+10 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -16/+20 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -20/+18 |
| 2013-07-14 | Clean up various warnings throughout the codebase | Alex Crichton | -1/+2 |
| 2013-07-08 | Correct merge errors | Niko Matsakis | -1/+1 |
| 2013-07-08 | syntax: Patch up code that was using irrefutable patterns incorrectly | Niko Matsakis | -2/+2 |
| 2013-07-07 | De-share ast::Ty | James Miller | -16/+16 |
| 2013-07-07 | De-manage OptVec<TyParamBounds> | James Miller | -15/+14 |
| 2013-07-07 | De-managed ast::Path | James Miller | -13/+13 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -6/+6 |
| 2013-06-28 | librustc: Fix merge fallout. | Patrick Walton | -1/+1 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -28/+29 |
| 2013-06-26 | Infer default static/Owned bounds for unbounded heap fns/traits (#7264) | Ben Blum | -12/+11 |
| 2013-06-25 | auto merge of #7365 : cmr/rust/syntax_cleanup, r=Aatch | bors | -15/+2 |
| 2013-06-25 | remove the redundant `each` method from OptVec | Daniel Micay | -2/+2 |
| 2013-06-25 | great renaming propagation: syntax | Corey Richardson | -15/+2 |
| 2013-06-24 | remove old_iter | Daniel Micay | -2/+2 |
| 2013-06-23 | Parse and typecheck (not kindcheck) bounds on trait paths. | Ben Blum | -10/+12 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -5/+5 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -16/+16 |
| 2013-06-14 | auto merge of #7110 : thestinger/rust/iterator, r=brson | bors | -1/+0 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -1/+0 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -32/+32 |
| 2013-06-11 | fix tests, remove some warnings | Huon Wilson | -1/+0 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -7/+5 |
| 2013-06-08 | std: remove each[i]_mut functions, in favour of iterators. | Huon Wilson | -2/+2 |
| 2013-06-05 | removed unused imports (and one unused argument) | John Clements | -2/+1 |
| 2013-06-05 | remove interner from tt_reader | John Clements | -1/+0 |
| 2013-06-05 | remove unused cx's | John Clements | -4/+4 |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -5/+5 |
| 2013-06-05 | just use TLS interner | John Clements | -6/+7 |
| 2013-06-01 | Swap return value of pipes::init Fixes #4501 | Nick Desaulniers | -24/+7 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -28/+32 |
| 2013-05-30 | Remove unnecessary 'use' forms | Daniel Farina | -2/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+7 |
| 2013-05-28 | Remove unnecessary allocations flagged by lint | Seo Sanghyeon | -5/+5 |
| 2013-05-23 | cleanup warnings from libsyntax | Erick Tryzelaar | -2/+0 |
| 2013-05-22 | syntax: Change syntax extensions to expand to `std::foo` instead of `core::foo` | Patrick Walton | -22/+23 |
| 2013-05-22 | librustc: Change `std` to `extra` throughout libsyntax and librustc | Patrick Walton | -1/+1 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+13 |
| 2013-05-22 | syntax/ext: convert all AstBuilder methods to a uniform syntax. | Huon Wilson | -38/+54 |
| 2013-05-22 | syntax/ext: collect the ast building traits into a single trait. | Huon Wilson | -401/+24 |
| 2013-05-22 | syntax/ext: modernise ext_ctxt to be CamelCase and use new. | Huon Wilson | -31/+31 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -4/+4 |
| 2013-05-19 | Register snapshots | Brian Anderson | -15/+0 |
| 2013-05-14 | syntax: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -4/+4 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -2/+2 |
| 2013-05-11 | Warning police | Tim Chevalier | -1/+1 |