| Age | Commit message (Expand) | Author | Lines |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -0/+57 |
| 2014-09-14 | syntax: fix fallout from using ptr::P. | Eduard Burtescu | -101/+15 |
| 2014-09-14 | syntax: ast_map: use borrowed references into the AST. | Eduard Burtescu | -0/+8 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -9/+9 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -40/+36 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -8/+0 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -0/+8 |
| 2014-08-18 | Forbid extern statics from appearing in patterns | Jakub Wieczorek | -15/+0 |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -2/+8 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -37/+38 |
| 2014-08-07 | Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`, | Niko Matsakis | -1/+1 |
| 2014-08-06 | AST refactoring: merge PatWild and PatWildMulti into one variant with a flag. | Felix S. Klock II | -1/+1 |
| 2014-07-20 | Implement new mod import sugar | Jakub Wieczorek | -1/+1 |
| 2014-07-19 | Register new snapshots | Alex Crichton | -64/+9 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -8/+21 |
| 2014-07-15 | use trait rather than fns | John Clements | -21/+81 |
| 2014-07-13 | refactor Method definition to make space for macros | John Clements | -20/+55 |
| 2014-07-09 | libsyntax: Remove uses of advance. | Luqman Aden | -5/+5 |
| 2014-07-09 | Fix all the test fallout | Corey Richardson | -4/+4 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -7/+7 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -7/+7 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -7/+3 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -3/+3 |
| 2014-06-25 | auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson | bors | -1/+0 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -15/+4 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -1/+0 |
| 2014-06-17 | librustc: Make addresses of immutable statics insignificant unless | Patrick Walton | -0/+13 |
| 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 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -21/+21 |
| 2014-06-06 | Move Def out of syntax crate, where it does not belong | Niko Matsakis | -27/+0 |
| 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 | std: Rename strbuf operations to string | Richo Healey | -9/+9 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -6/+6 |
| 2014-05-23 | syntax: Clean out obsolete syntax parsing | Alex Crichton | -0/+1 |
| 2014-05-14 | Removed unnecessary arguments for walk_* functions | Michael Darakananda | -4/+3 |
| 2014-05-13 | syntax: Print suffixed token literals correctly | Alex Crichton | -0/+3 |
| 2014-05-13 | syntax: Fix printing INT64_MIN | Alex Crichton | -5/+16 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -13/+17 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+1 |
| 2014-05-01 | auto merge of #13724 : nikomatsakis/rust/expr-use-visitor, r=pnkfelix | bors | -1/+24 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -12/+10 |
| 2014-04-24 | auto merge of #13671 : dcrewi/rust/lint-directives-on-use-items, r=alexcrichton | bors | -2/+10 |
| 2014-04-24 | Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove the | Niko Matsakis | -1/+24 |
| 2014-04-22 | Apply lint attrs to individual "use" declarations | David Creswick | -2/+10 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -1/+1 |
| 2014-04-13 | libsyntax: update helper to stringify TyU* and TyI* to take into account havi... | Kevin Butler | -14/+30 |