| Age | Commit message (Expand) | Author | Lines |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -5/+5 |
| 2014-12-19 | libsyntax: use `#[deriving(Copy)]` | Jorge Aparicio | -2/+1 |
| 2014-12-14 | Parse `unsafe impl` but don't do anything particularly interesting with the r... | Niko Matsakis | -1/+1 |
| 2014-12-14 | Remove `proc` types/expressions from the parser, compiler, and | Niko Matsakis | -6/+0 |
| 2014-12-14 | Adjust feature gates to allow for parenthetical notation to be used | Niko Matsakis | -13/+0 |
| 2014-12-08 | Add a feature opt `opt_out_copy` that allows people to revert to the older | Niko Matsakis | -0/+6 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+2 |
| 2014-12-06 | libsyntax: remove unnecessary `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2014-12-05 | rollup merge of #19492: steveklabnik/remove_outdated_comment | Corey Richardson | -5/+1 |
| 2014-12-05 | rollup merge of #19472: nick29581/iflet | Corey Richardson | -16/+3 |
| 2014-12-03 | Remove feature gates for `if let`, `while let`, and tuple indexing | Nick Cameron | -16/+3 |
| 2014-12-03 | Replace `equiv` method calls with `==` operator sugar | Jorge Aparicio | -3/+3 |
| 2014-12-03 | Remove outdated comment. | Steve Klabnik | -5/+1 |
| 2014-11-29 | Replace some verbose match statements with their `if let` equivalent. | jfager | -15/+8 |
| 2014-11-20 | auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r... | bors | -1/+1 |
| 2014-11-19 | Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt... | Niko Matsakis | -1/+1 |
| 2014-11-18 | Feature gate non-ASCII lifetime identifiers | Jakub Bukaj | -2/+2 |
| 2014-11-18 | Update test for equivalency to include region binders in object types, add ne... | Niko Matsakis | -4/+3 |
| 2014-11-18 | Place parenthetical notation under the `unboxed_closure` feature-gate. | Niko Matsakis | -2/+14 |
| 2014-11-18 | rollup merge of #18890: luqmana/tf | Jakub Bukaj | -0/+4 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+1 |
| 2014-11-15 | Un-feature gate struct variants | Steven Fackler | -14/+1 |
| 2014-11-11 | librustc: Allow linkage attribute on any statics, not just foreign statics. | Luqman Aden | -0/+4 |
| 2014-11-07 | Purge the old `once_fns`, which are not coming back | Niko Matsakis | -6/+4 |
| 2014-11-06 | Remove the unboxed closure `|:|` notation from types and trait references com... | Niko Matsakis | -5/+0 |
| 2014-11-03 | rollup merge of #18506 : nikomatsakis/assoc-type-bounds | Alex Crichton | -1/+1 |
| 2014-11-03 | rollup merge of #18132 : P1start/more-help | Alex Crichton | -1/+1 |
| 2014-11-03 | Restructure AST so that the associated type definition carries | Niko Matsakis | -1/+1 |
| 2014-11-02 | Mark the `struct_inherit` feature as removed | Jakub Bukaj | -1/+1 |
| 2014-11-02 | Convert some notes to help messages | P1start | -1/+1 |
| 2014-10-13 | auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichton | bors | -0/+5 |
| 2014-10-11 | Remove `virtual` structs from the language | Jakub Wieczorek | -12/+1 |
| 2014-10-10 | Move `while let` behind `while_let` feature gate | John Gallagher | -0/+5 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+6 |
| 2014-10-03 | auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichton | bors | -1/+1 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -13/+1 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -6/+0 |
| 2014-10-02 | syntax: mark the managed_boxes feature as Removed. | Eduard Burtescu | -1/+1 |
| 2014-10-02 | syntax: ast: remove TyBox and UnBox. | Eduard Burtescu | -12/+0 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+6 |
| 2014-10-01 | Update some old references to rust.md | Keegan McAllister | -1/+1 |
| 2014-09-30 | Update based on PR feedback | Kevin Ballard | -1/+1 |
| 2014-09-30 | Move `if let` behind a feature gate | Kevin Ballard | -0/+6 |
| 2014-09-26 | Hide the quote_*! macros when the feature gate is off | Keegan McAllister | -14/+3 |
| 2014-09-22 | librustc: Forbid private types in public APIs. | Patrick Walton | -0/+4 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -1/+25 |
| 2014-09-17 | move feature_gate to libsyntax | Nick Cameron | -0/+461 |