| Age | Commit message (Expand) | Author | Lines |
| 2014-10-27 | Preserve struct field pattern shorthand in the prettyprinter. | Kevin Mehall | -2/+4 |
| 2014-10-26 | Add a KleeneOp enum for clarity | Brendan Zabarauskas | -3/+6 |
| 2014-10-26 | Reduce the size of the TokenTree | Brendan Zabarauskas | -1/+2 |
| 2014-10-26 | Use standard capitalisation for TokenTree variants | Brendan Zabarauskas | -4/+4 |
| 2014-10-26 | Rename TokenTree variants for clarity | Brendan Zabarauskas | -3/+3 |
| 2014-10-26 | Add Span and separate open/close delims to TTDelim | Brendan Zabarauskas | -1/+7 |
| 2014-10-24 | Add a lint for not using field pattern shorthands | P1start | -3/+3 |
| 2014-10-23 | Add syntax::print::pprint::view_item_to_string | Simon Sapin | -0/+4 |
| 2014-10-20 | auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon | bors | -47/+46 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -47/+46 |
| 2014-10-19 | fix printing signed literal in print_literal | Aleksandr Koshlo | -1/+10 |
| 2014-10-13 | auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichton | bors | -0/+13 |
| 2014-10-11 | Remove `virtual` structs from the language | Jakub Wieczorek | -10/+0 |
| 2014-10-10 | Teach libsyntax about `while let` | John Gallagher | -0/+13 |
| 2014-10-09 | syntax: Convert statics to constants | Alex Crichton | -2/+2 |
| 2014-10-09 | rustc: Add `const` globals to the language | Alex Crichton | -0/+14 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -0/+2 |
| 2014-10-02 | syntax: ast: remove TyBox and UnBox. | Eduard Burtescu | -4/+0 |
| 2014-09-30 | Produce a better error for irrefutable `if let` patterns | Kevin Ballard | -1/+1 |
| 2014-09-30 | Teach libsyntax about `if let` | Kevin Ballard | -3/+30 |
| 2014-09-26 | librustc: Eliminate the `ref` syntax for unboxed closure capture clauses | Patrick Walton | -2/+2 |
| 2014-09-22 | librustc: Parse and resolve higher-rank lifetimes in traits. | Patrick Walton | -0/+10 |
| 2014-09-19 | rollup merge of #17338 : nick29581/variants-namespace | Alex Crichton | -5/+5 |
| 2014-09-19 | rollup merge of #17318 : nick29581/slice | Alex Crichton | -1/+23 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -5/+5 |
| 2014-09-18 | librustc: Implement the syntax in the RFC for unboxed closure sugar. | Patrick Walton | -24/+25 |
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -1/+23 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -5/+37 |
| 2014-09-14 | syntax: tests: fix fallout from using ptr::P. | Eduard Burtescu | -3/+4 |
| 2014-09-14 | syntax: fix fallout from using ptr::P. | Eduard Burtescu | -59/+53 |
| 2014-09-10 | Implement tuple and tuple struct indexing | P1start | -0/+16 |
| 2014-09-08 | librustc: Change the syntax of subslice matching to use postfix `..` | Patrick Walton | -1/+1 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |
| 2014-08-30 | auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelix | bors | -3/+7 |
| 2014-08-30 | rustc: implement a pretty mode to print ident/name's ctxt & gensyms. | Huon Wilson | -3/+7 |
| 2014-08-29 | Fix formatting, update copyright dates | Pythoner6 | -1/+1 |
| 2014-08-29 | Add support for labeled while loops. | Pythoner6 | -1/+5 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -92/+51 |
| 2014-08-27 | auto merge of #16689 : wickerwaka/rust/crate-as, r=pcwalton | bors | -3/+3 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -15/+3 |
| 2014-08-23 | extern crate foobar as foo; | wickerwaka | -3/+3 |
| 2014-08-19 | Fix double evaluation of read+write operands | Piotr Czarnecki | -2/+8 |
| 2014-08-15 | auto merge of #16424 : pcwalton/rust/where-clauses, r=nikomatsakis | bors | -44/+95 |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -44/+95 |
| 2014-08-14 | auto merge of #16468 : pcwalton/rust/as-renaming-import, r=alexcrichton | bors | -4/+8 |
| 2014-08-14 | libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;` | Patrick Walton | -4/+8 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -8/+21 |
| 2014-08-14 | librustc: Tie up loose ends in unboxed closures. | Patrick Walton | -25/+42 |
| 2014-08-14 | auto merge of #15929 : pcwalton/rust/by-ref-closures, r=alexcrichton | bors | -2/+14 |
| 2014-08-13 | librustc: Parse, but do not fully turn on, the `ref` keyword for | Patrick Walton | -2/+14 |