| Age | Commit message (Expand) | Author | Lines |
| 2015-01-07 | fallout | Nick Cameron | -3/+4 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -5/+5 |
| 2015-01-05 | More test fixes! | Alex Crichton | -13/+1 |
| 2015-01-05 | rollup merge of #20482: kmcallister/macro-reform | Alex Crichton | -30/+11 |
| 2015-01-05 | rollup merge of #20594: nikomatsakis/orphan-ordered | Alex Crichton | -0/+20 |
| 2015-01-05 | rollup merge of #20568: huonw/ungate-AT-globs | Alex Crichton | -50/+4 |
| 2015-01-05 | Un-gate macro_rules | Keegan McAllister | -7/+2 |
| 2015-01-05 | Reserve the keyword 'macro' | Keegan McAllister | -2/+2 |
| 2015-01-05 | Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] | Keegan McAllister | -21/+7 |
| 2015-01-05 | remove TyClosure | Jorge Aparicio | -6/+0 |
| 2015-01-05 | Implement new orphan rule that requires that impls of remote traits meet the ... | Niko Matsakis | -0/+8 |
| 2015-01-05 | Ungate default type parameters. | Huon Wilson | -18/+1 |
| 2015-01-05 | Ungate globs. | Huon Wilson | -8/+2 |
| 2015-01-05 | Ungate associated types. | Huon Wilson | -24/+1 |
| 2015-01-04 | Put negative trait implemtations behind a feature gate | Flavio Percoco | -1/+14 |
| 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 | -1/+1 |
| 2015-01-02 | rollup merge of #20416: nikomatsakis/coherence | Alex Crichton | -3/+22 |
| 2015-01-02 | rollup merge of #20334: nagisa/ffi-llvm | Alex Crichton | -0/+11 |
| 2015-01-02 | Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus... | Niko Matsakis | -3/+22 |
| 2015-01-01 | Feature gate macro arguments | Corey Richardson | -35/+88 |
| 2014-12-31 | Feature gate FFI imports of LLVM intrinsics | Simonas Kazlauskas | -0/+11 |
| 2014-12-30 | Remove ExprSlice by hacking the compiler | Nick Cameron | -2/+2 |
| 2014-12-25 | Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString. | Simon Sapin | -0/+2 |
| 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 |