| Age | Commit message (Expand) | Author | Lines |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -3/+0 |
| 2014-08-19 | Fix double evaluation of read+write operands | Piotr Czarnecki | -2/+2 |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -2/+41 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -7/+18 |
| 2014-08-14 | librustc: Tie up loose ends in unboxed closures. | Patrick Walton | -1/+4 |
| 2014-08-13 | librustc: Parse, but do not fully turn on, the `ref` keyword for | Patrick Walton | -4/+6 |
| 2014-08-07 | Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`, | Niko Matsakis | -4/+25 |
| 2014-08-06 | AST refactoring: merge PatWild and PatWildMulti into one variant with a flag. | Felix S. Klock II | -2/+1 |
| 2014-07-29 | Refactored syntax::fold. | Marvin Löbel | -285/+410 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -1/+1 |
| 2014-07-21 | repair macro docs | John Clements | -1/+1 |
| 2014-07-20 | Implement new mod import sugar | Jakub Wieczorek | -9/+9 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -2/+15 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -3/+3 |
| 2014-07-16 | librustc: Implement the fully-expanded, UFCS form of explicit self. | Patrick Walton | -0/+1 |
| 2014-07-13 | update fold_method to return a smallvector | John Clements | -10/+29 |
| 2014-07-13 | refactor Method definition to make space for macros | John Clements | -8/+13 |
| 2014-07-11 | make walk/visit_mac opt-in only | John Clements | -11/+35 |
| 2014-07-11 | use side table to store exported macros | John Clements | -0/+1 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -3/+3 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -2/+2 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -2/+2 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -3/+3 |
| 2014-07-04 | comments only | John Clements | -1/+1 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -2/+3 |
| 2014-06-27 | adjust fold to fold over interpolated items/exprs/etc. | John Clements | -17/+68 |
| 2014-06-27 | removed incomplete comment | John Clements | -17/+0 |
| 2014-06-27 | make fold_attribute part of Folder trait | John Clements | -23/+25 |
| 2014-06-16 | rustc: Improve span for error about using a method as a field. | Kevin Butler | -1/+1 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+1 |
| 2014-06-13 | libsyntax: Allow `+` to separate trait bounds from objects. | Patrick Walton | -0/+1 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -3/+3 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -51/+59 |
| 2014-06-09 | librustc: Implement sugar for the `FnMut` trait | Patrick Walton | -0/+10 |
| 2014-05-29 | auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichton | bors | -1/+1 |
| 2014-05-28 | Add AST node for pattern macros | Keegan McAllister | -0/+1 |
| 2014-05-27 | Rename PatUniq to PatBox. Fixes part of #13910. | Ahmed Charles | -1/+1 |
| 2014-05-27 | auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric... | bors | -4/+4 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -4/+4 |
| 2014-05-26 | syntax: Add a source field to `Local` for tracking if it comes from `let`s or... | Huon Wilson | -0/+1 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -0/+1 |
| 2014-05-23 | syntax: Clean out obsolete syntax parsing | Alex Crichton | -0/+1 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -11/+13 |
| 2014-05-03 | Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ... | Niko Matsakis | -1/+2 |
| 2014-04-28 | auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw | bors | -0/+1 |
| 2014-04-27 | syntax: `Mod` records the span for inner contents. | Kang Seonghoon | -0/+1 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -39/+37 |
| 2014-04-24 | auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichton | bors | -1/+1 |
| 2014-04-23 | Allow attributes on match arms | Steven Fackler | -0/+1 |
| 2014-04-24 | Calibrate span for method call error messages | Edward Wang | -1/+1 |