| Age | Commit message (Expand) | Author | Lines |
| 2013-09-23 | librustc: Remove garbage collected functions from front/{config,test} and met... | Patrick Walton | -2/+0 |
| 2013-09-23 | librustc: Change fold to use traits instead of `@fn`. | Patrick Walton | -88/+87 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -1/+1 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -116/+0 |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -11/+10 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -15/+15 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -4/+4 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -4/+4 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -2/+2 |
| 2013-08-27 | librustc: Add support for type parameters in the middle of paths. | Patrick Walton | -11/+20 |
| 2013-08-18 | quote_*! macros take an ExtCtx | Steven Fackler | -0/+110 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -2/+2 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -1/+1 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -2/+2 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -1/+1 |
| 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 | -1/+1 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -13/+13 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -38/+27 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -17/+22 |
| 2013-07-08 | Bump version numbers to 0.8-pre | Brian Anderson | -1/+1 |
| 2013-07-07 | Fix a warning when generating tests | Alex Crichton | -2/+2 |
| 2013-07-07 | De-managed ast::Path | James Miller | -4/+4 |
| 2013-07-07 | Stop allocating view_items with @ | James Miller | -4/+3 |
| 2013-07-05 | Do not rely on newtype enum dereference | Seo Sanghyeon | -3/+3 |
| 2013-07-04 | Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat... | Huon Wilson | -7/+9 |
| 2013-06-30 | auto merge of #7487 : huonw/rust/vec-kill, r=cmr | bors | -1/+1 |
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -1/+1 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -1/+1 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -2/+1 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -1/+1 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -1/+1 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -8/+8 |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -3/+2 |
| 2013-06-09 | remove unused import warnings | Huon Wilson | -1/+0 |
| 2013-06-05 | removed unused imports (and one unused argument) | John Clements | -6/+3 |
| 2013-06-05 | removed some interner fields | John Clements | -3/+4 |
| 2013-06-01 | syntax: move callee_id into the expr_ variants | Erick Tryzelaar | -4/+0 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -1/+2 |
| 2013-05-22 | librustc: Change `std` to `extra` throughout libsyntax and librustc | Patrick Walton | -13/+13 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-22 | syntax/ext: modernise ext_ctxt to be CamelCase and use new. | Huon Wilson | -3/+3 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -8/+8 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -1/+1 |
| 2013-05-09 | Use a specialized string interner to reduce the need for owned strings | Björn Steinbrink | -2/+2 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -10/+9 |
| 2013-05-02 | Lets see if changing `span_fatal` to `span_err` gets me further through make ... | Felix S. Klock II | -1/+1 |
| 2013-05-02 | Issue 4391: rustc should not silently skip tests with erroneous signature. | Felix S. Klock II | -2/+9 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -8/+0 |