| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-08-13 | quote_expr macro: embed Ident using special encoding that preserves hygiene. | Felix S. Klock II | -28/+69 |
| 2014-08-09 | refactored pprust::State constructor methods out from `pprust::print_crate`. | Felix S. Klock II | -24/+51 |
| 2014-08-07 | Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`, | Niko Matsakis | -2/+18 |
| 2014-08-06 | AST refactoring: merge PatWild and PatWildMulti into one variant with a flag. | Felix S. Klock II | -3/+3 |
| 2014-08-05 | Fixes missing overflow lint for i64 #14269 | Falco Hirschenberger | -9/+19 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -3/+3 |
| 2014-07-30 | auto merge of #15915 : erickt/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -1/+1 |
| 2014-07-29 | Fix a bug pretty printing `match { 5i } { _ => { } }` | Erick Tryzelaar | -48/+51 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -3/+0 |
| 2014-07-20 | Implement new mod import sugar | Jakub Wieczorek | -1/+8 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -7/+54 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -1/+1 |
| 2014-07-16 | librustc: Implement the fully-expanded, UFCS form of explicit self. | Patrick Walton | -0/+5 |
| 2014-07-15 | Fix errors | Adolfo OchagavĂa | -1/+0 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo OchagavĂa | -1/+1 |
| 2014-07-13 | refactor Method definition to make space for macros | John Clements | -5/+26 |