| Age | Commit message (Expand) | Author | Lines |
| 2014-09-30 | Produce a better error for irrefutable `if let` patterns | Kevin Ballard | -2/+2 |
| 2014-09-30 | Teach libsyntax about `if let` | Kevin Ballard | -9/+26 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -8/+3 |
| 2014-09-26 | librustc: Eliminate the `ref` syntax for unboxed closure capture clauses | Patrick Walton | -3/+3 |
| 2014-09-22 | librustc: Parse and resolve higher-rank lifetimes in traits. | Patrick Walton | -3/+23 |
| 2014-09-21 | auto merge of #17415 : jakub-/rust/issue-17383, r=huonw | bors | -5/+7 |
| 2014-09-21 | Fix the span for discriminators in non-C-like enums | Jakub Wieczorek | -5/+7 |
| 2014-09-20 | libsyntax: Explicit error message for sugared doc comments. | Mike Boutin | -11/+28 |
| 2014-09-19 | rollup merge of #17318 : nick29581/slice | Alex Crichton | -9/+96 |
| 2014-09-19 | rollup merge of #17314 : eddyb/span-no-gc | Alex Crichton | -1/+1 |
| 2014-09-18 | librustc: Implement the syntax in the RFC for unboxed closure sugar. | Patrick Walton | -49/+27 |
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -9/+96 |
| 2014-09-18 | syntax: use an index in CodeMap instead of Gc for ExpnInfo. | Eduard Burtescu | -1/+1 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -94/+150 |
| 2014-09-17 | auto merge of #17343 : alexcrichton/rust/rollup, r=alexcrichton | bors | -34/+31 |
| 2014-09-17 | auto merge of #16836 : P1start/rust/closure_ret_bang, r=alexcrichton | bors | -10/+10 |
| 2014-09-17 | rollup merge of #17290 : bkoropoff/issue-17283 | Alex Crichton | -34/+31 |
| 2014-09-16 | Propagate restrictions against struct literals to the RHS of assignments | Brian Koropoff | -2/+3 |
| 2014-09-16 | Convert restriction enum into bitflags | Brian Koropoff | -32/+28 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -11/+11 |
| 2014-09-14 | auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichton | bors | -0/+1 |
| 2014-09-14 | Add help diagnostic messages | P1start | -0/+3 |
| 2014-09-14 | syntax: fix fallout from using ptr::P. | Eduard Burtescu | -236/+251 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -0/+1 |
| 2014-09-11 | auto merge of #16866 : P1start/rust/tuple-indexing, r=brson | bors | -1/+41 |
| 2014-09-09 | librustc: Obsolete the old external crate renaming syntax. | Patrick Walton | -5/+1 |
| 2014-09-10 | Implement tuple and tuple struct indexing | P1start | -1/+41 |
| 2014-09-08 | librustc: Change the syntax of subslice matching to use postfix `..` | Patrick Walton | -31/+37 |
| 2014-09-07 | Fix deprecate warning "extern crate ... as ..." | Sebastien Martini | -1/+1 |
| 2014-09-05 | Fix documentation typo. | jamesluke | -1/+1 |
| 2014-09-04 | auto merge of #16923 : wickerwaka/rust/crate-as-fixup, r=alexcrichton | bors | -3/+8 |
| 2014-09-03 | Remove cross-borrowing for traits. | Nick Cameron | -3/+3 |
| 2014-09-01 | Updated to new extern crate syntax. | wickerwaka | -3/+8 |
| 2014-08-31 | auto merge of #16809 : nick29581/rust/dst-bug-3, r=alexcrichton | bors | -13/+6 |
| 2014-08-30 | rollup merge of #16839 : treeman/issue-15358 | Alex Crichton | -1/+1 |
| 2014-08-29 | Add support for labeled while loops. | Pythoner6 | -4/+7 |
| 2014-08-29 | Tweak error message for use of a keyword in ident position. | Jonas Hietala | -1/+1 |
| 2014-08-29 | Allow `!` as the return type of proc/closure literals | P1start | -10/+10 |
| 2014-08-28 | Forbid ~str and ~[] | Nick Cameron | -13/+6 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -113/+71 |
| 2014-08-27 | auto merge of #16689 : wickerwaka/rust/crate-as, r=pcwalton | bors | -2/+12 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -14/+17 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -53/+25 |
| 2014-08-25 | auto merge of #16699 : treeman/rust/issue-8492, r=alexcrichton | bors | -10/+10 |
| 2014-08-24 | Adjust the error messages to match the pattern "expected foo, found bar" | Jonas Hietala | -10/+10 |
| 2014-08-23 | extern crate foobar as foo; | wickerwaka | -2/+12 |
| 2014-08-23 | Add support for trailing commas in more places | P1start | -18/+25 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -2/+3 |
| 2014-08-15 | auto merge of #16424 : pcwalton/rust/where-clauses, r=nikomatsakis | bors | -12/+80 |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -12/+80 |