| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-08-14 | auto merge of #16468 : pcwalton/rust/as-renaming-import, r=alexcrichton | bors | -2/+6 |
| 2014-08-14 | libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;` | Patrick Walton | -2/+6 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -16/+24 |
| 2014-08-14 | librustc: Tie up loose ends in unboxed closures. | Patrick Walton | -71/+96 |
| 2014-08-13 | librustc: Parse, but do not fully turn on, the `ref` keyword for | Patrick Walton | -4/+13 |
| 2014-08-12 | libsyntax: Don't strip types and lifetimes from single-segment paths in | Patrick Walton | -1/+10 |
| 2014-08-07 | Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`, | Niko Matsakis | -29/+62 |
| 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 | -2/+2 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2014-07-29 | syntax: add support for quoting arms | Erick Tryzelaar | -25/+29 |
| 2014-07-25 | librustc: Disallow mutation and assignment in pattern guards, and modify | Patrick Walton | -183/+208 |
| 2014-07-24 | librustc: Make bare functions implement the `FnMut` trait. | Patrick Walton | -1/+7 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -6/+9 |
| 2014-07-23 | Parser: Global single-segment paths should be represented as PatEnum | Jakub Wieczorek | -1/+1 |
| 2014-07-20 | Implement new mod import sugar | Jakub Wieczorek | -6/+10 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -56/+63 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -1/+3 |
| 2014-07-16 | librustc: Implement the fully-expanded, UFCS form of explicit self. | Patrick Walton | -6/+24 |
| 2014-07-13 | macro in method position parsing | John Clements | -13/+42 |
| 2014-07-13 | refactor Method definition to make space for macros | John Clements | -14/+2 |
| 2014-07-11 | use side table to store exported macros | John Clements | -1/+2 |
| 2014-07-09 | ast: make Name its own type | Corey Richardson | -8/+12 |
| 2014-07-09 | lexer: lex WS/COMMENT/SHEBANG rather than skipping | Corey Richardson | -3/+17 |
| 2014-07-09 | syntax: don't parse numeric literals in the lexer | Corey Richardson | -12/+7 |
| 2014-07-09 | syntax: don't process string/char/byte/binary lits | Corey Richardson | -6/+11 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -224/+225 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -30/+42 |
| 2014-07-08 | remove outdated comment | John Clements | -12/+0 |
| 2014-07-08 | get rid of keyword idents, replace with names | John Clements | -2/+2 |
| 2014-07-08 | preserve context in parsing of `self` varref | John Clements | -9/+11 |
| 2014-07-08 | change if/else to match | John Clements | -179/+197 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -38/+38 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -38/+38 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -18/+44 |
| 2014-07-05 | auto merge of #15428 : phildawes/rust/master, r=huonw | bors | -2/+3 |
| 2014-07-04 | Parser: fix PatIdent span bug | Phil Dawes | -2/+3 |
| 2014-07-04 | librustc: Remove the `&LIFETIME EXPR` production from the language. | Patrick Walton | -1/+0 |
| 2014-07-03 | Fix ICE with nested macro_rules!-style macros | Kevin Ballard | -2/+2 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -9/+14 |
| 2014-06-25 | Register new snapshots | Alex Crichton | -1/+5 |
| 2014-06-24 | Make parse_expr_res public | Keegan McAllister | -1/+1 |
| 2014-06-24 | auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brson | bors | -1/+14 |
| 2014-06-23 | libsyntax: Disallow struct literals after `if`, `while`, `match`, and | Patrick Walton | -14/+16 |
| 2014-06-22 | libsyntax: don't allow enum structs with no fields | Benjamin Herr | -0/+5 |
| 2014-06-21 | auto merge of #15062 : pcwalton/rust/trailing-plus, r=brson | bors | -0/+6 |
| 2014-06-20 | libsyntax: Stop parsing `+` with no bounds after it. | Patrick Walton | -0/+6 |