| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-10-04 | Register new snapshots | Björn Steinbrink | -5/+2 |
| 2014-10-02 | Fix cross-crate tuple structs in statics | Jakub Wieczorek | -0/+5 |
| 2014-10-01 | auto merge of #17654 : gereeter/rust/no-unnecessary-cell, r=alexcrichton | bors | -91/+66 |
| 2014-09-30 | Fixes ICE when using reexported unit-like structs | Michael Kainer | -4/+6 |
| 2014-09-30 | Removed some unnecessary RefCells from resolve | Jonathan S | -91/+66 |
| 2014-09-28 | Cleanup error messages for anonymous impl for types not declared in the curre... | Andrew Poelstra | -10/+71 |
| 2014-09-25 | auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon | bors | -9/+15 |
| 2014-09-24 | handling fallout from entry api | Alexis Beingessner | -9/+15 |
| 2014-09-24 | Remove unused enum variants | Jakub Wieczorek | -4/+0 |
| 2014-09-21 | Minor grammar fixes. | Colin Davidson | -2/+2 |
| 2014-09-19 | rollup merge of #17338 : nick29581/variants-namespace | Alex Crichton | -19/+17 |
| 2014-09-19 | rollup merge of #17259 : eddyb/def-no-gc | Alex Crichton | -146/+161 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -19/+17 |
| 2014-09-18 | librustc: Implement the syntax in the RFC for unboxed closure sugar. | Patrick Walton | -0/+28 |
| 2014-09-18 | rustc: remove Gc<Def> and depth from DefUpvar. | Eduard Burtescu | -5/+1 |
| 2014-09-18 | rustc: move freevar finding to resolve. | Eduard Burtescu | -137/+155 |
| 2014-09-18 | rustc: add a closure depth to DefUpvar. | Eduard Burtescu | -10/+28 |
| 2014-09-18 | rustc: remove BindingMode from DefLocal. | Eduard Burtescu | -1/+1 |
| 2014-09-18 | rustc: remove DefArg and DefBinding in favor of DefLocal. | Eduard Burtescu | -22/+5 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -38/+159 |
| 2014-09-17 | rollup merge of #17226 : P1start/rustdoc-colour | Alex Crichton | -9/+9 |
| 2014-09-17 | rustdoc: Correctly distinguish enums and types | P1start | -9/+9 |
| 2014-09-17 | move feature_gate to libsyntax | Nick Cameron | -4/+4 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-09-14 | auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichton | bors | -5/+7 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -42/+47 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -5/+7 |
| 2014-09-12 | auto merge of #17134 : vberger/rust/lint_unused_extern_crate, r=alexcrichton | bors | -2/+63 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -4/+4 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -47/+54 |
| 2014-09-12 | New lint : unused_extern_crate. #10385 | Victor Berger | -2/+63 |
| 2014-09-09 | rollup merge of #17114 : nick29581/dst-type | Alex Crichton | -0/+1 |
| 2014-09-09 | Handle `Sized?` in `type` items. | Nick Cameron | -0/+1 |
| 2014-09-08 | librustc: Change the syntax of subslice matching to use postfix `..` | Patrick Walton | -12/+7 |
| 2014-08-30 | auto merge of #16598 : bkoropoff/rust/import-shadow-name, r=alexcrichton | bors | -9/+12 |
| 2014-08-29 | Fixed missing use statement | Joseph Martin | -1/+1 |
| 2014-08-29 | Add support for labeled while loops. | Pythoner6 | -1/+1 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -25/+37 |
| 2014-08-19 | Include import name in import shadowing error messages. | Brian Koropoff | -9/+12 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -34/+283 |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -0/+31 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -98/+115 |
| 2014-08-14 | librustc: Tie up loose ends in unboxed closures. | Patrick Walton | -1/+1 |
| 2014-08-13 | librustc: Parse, but do not fully turn on, the `ref` keyword for | Patrick Walton | -2/+2 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -1/+36 |
| 2014-07-20 | Implement new mod import sugar | Jakub Wieczorek | -25/+55 |
| 2014-07-19 | auto merge of #15650 : jakub-/rust/patterns-statics, r=pcwalton | bors | -2/+7 |
| 2014-07-19 | auto merge of #15754 : jakub-/rust/diagnostics, r=alexcrichton | bors | -15/+14 |
| 2014-07-19 | Add support for patterns referencing non-trivial statics | Jakub Wieczorek | -2/+7 |