| Age | Commit message (Expand) | Author | Lines |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -1/+1 |
| 2015-01-14 | auto merge of #21061 : japaric/rust/range, r=nick29581 | bors | -1/+1 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -1/+1 |
| 2015-01-13 | Add view items to the ast map | Nick Cameron | -0/+22 |
| 2015-01-07 | rollup merge of #20721: japaric/snap | Alex Crichton | -14/+14 |
| 2015-01-07 | fix the `&mut _` patterns | Jorge Aparicio | -1/+1 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -13/+13 |
| 2015-01-07 | Register new snapshots | Alex Crichton | -8/+1 |
| 2015-01-06 | rollup merge of #20481: seanmonstar/fmt-show-string | Alex Crichton | -5/+12 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -5/+12 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -13/+13 |
| 2015-01-05 | remove TyClosure | Jorge Aparicio | -3/+0 |
| 2015-01-04 | Add syntax for negative implementations of traits | Flavio Percoco | -1/+1 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -8/+8 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -2/+2 |
| 2015-01-03 | syntax: fix fallout | Jorge Aparicio | -4/+10 |
| 2014-12-30 | Fallout from stabilization | Aaron Turon | -2/+2 |
| 2014-12-26 | Accept `?Sized` as well as `Sized?` | Nick Cameron | -2/+2 |
| 2014-12-22 | rollup merge of #20056: MrFloya/iter_rename | Alex Crichton | -2/+2 |
| 2014-12-22 | Renaming of the Iter types as in RFC #344 | Florian Wilkens | -2/+2 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -19/+19 |
| 2014-12-19 | libsyntax: use `#[deriving(Copy)]` | Jorge Aparicio | -13/+5 |
| 2014-12-14 | Parse `unsafe impl` but don't do anything particularly interesting with the r... | Niko Matsakis | -1/+1 |
| 2014-12-14 | Parse `unsafe trait` but do not do anything with it beyond parsing and integr... | Niko Matsakis | -1/+1 |
| 2014-12-14 | Rename FnStyle trait to Unsafety. | Niko Matsakis | -4/+4 |
| 2014-12-14 | Remove `proc` types/expressions from the parser, compiler, and | Niko Matsakis | -5/+3 |
| 2014-12-13 | libsyntax: use unboxed closures | Jorge Aparicio | -10/+17 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+10 |
| 2014-12-06 | libsyntax: remove unnecessary `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2014-11-29 | Replace some verbose match statements with their `if let` equivalent. | jfager | -5/+2 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2014-11-24 | Add `node_to_user_string`, `node_to_string` variant that drops id from output. | Felix S. Klock II | -26/+33 |
| 2014-11-20 | auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r... | bors | -3/+3 |
| 2014-11-19 | Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt... | Niko Matsakis | -3/+3 |
| 2014-11-18 | Feature gate non-ASCII lifetime identifiers | Jakub Bukaj | -1/+1 |
| 2014-11-17 | Rewrite method resolution to be cleaner, more correct, and to lay | Niko Matsakis | -1/+1 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+6 |
| 2014-11-07 | Update parser with `for` syntax | Niko Matsakis | -1/+1 |
| 2014-11-06 | Remove the unboxed closure `|:|` notation from types and trait references com... | Niko Matsakis | -3/+0 |
| 2014-11-03 | Restructure AST so that the associated type definition carries | Niko Matsakis | -6/+8 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -1/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -23/+23 |
| 2014-10-21 | Change method lookup infrastructure to use the trait methods. Instead | Niko Matsakis | -0/+8 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -1/+5 |
| 2014-10-16 | libsyntax: Remove all uses of {:?}. | Luqman Aden | -3/+4 |
| 2014-10-09 | rustc: Add `const` globals to the language | Alex Crichton | -0/+1 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -27/+84 |