| Age | Commit message (Expand) | Author | Lines |
| 2013-09-23 | librustc: Remove garbage collected functions from front/{config,test} and met... | Patrick Walton | -59/+57 |
| 2013-09-23 | librustc: Change fold to use traits instead of `@fn`. | Patrick Walton | -199/+234 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -2/+2 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -116/+0 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -2/+2 |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -13/+31 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -19/+19 |
| 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 | -6/+6 |
| 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 | -16/+32 |
| 2013-08-18 | quote_*! macros take an ExtCtx | Steven Fackler | -0/+110 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -5/+5 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -2/+2 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -3/+7 |
| 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 | -29/+29 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -77/+35 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -2/+2 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -29/+34 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -5/+3 |
| 2013-07-17 | auto merge of #7844 : huonw/rust/no-implicit-prelude, r=alexcrichton | bors | -1/+19 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -4/+5 |
| 2013-07-17 | rustc: implement a `#[no_implicit_prelude]` attribute. | Huon Wilson | -1/+19 |
| 2013-07-08 | Bump version numbers to 0.8-pre | Brian Anderson | -2/+2 |
| 2013-07-08 | Merge pull request #7595 from thestinger/iterator | Daniel Micay | -1/+1 |
| 2013-07-07 | Fix a warning when generating tests | Alex Crichton | -2/+2 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -1/+1 |
| 2013-07-07 | De-share ast::Ty | James Miller | -2/+2 |
| 2013-07-07 | De-share trait_ref | James Miller | -2/+2 |
| 2013-07-07 | De-managed ast::Path | James Miller | -5/+5 |
| 2013-07-07 | Stop allocating view_items with @ | James Miller | -14/+12 |
| 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 | -35/+35 |
| 2013-06-30 | auto merge of #7487 : huonw/rust/vec-kill, r=cmr | bors | -2/+2 |
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -2/+2 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -2/+2 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -7/+4 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -10/+9 |
| 2013-06-23 | Remove intrinsic module | Philipp Brüschweiler | -195/+0 |
| 2013-06-23 | Fix get_tydesc() return type | Philipp Brüschweiler | -4/+12 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -2/+2 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -4/+4 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -13/+13 |
| 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 |