| Age | Commit message (Expand) | Author | Lines |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -0/+8 |
| 2014-11-26 | Rote changes due to the fact that ast paths no longer carry this extraneous b... | Niko Matsakis | -8/+15 |
| 2014-11-23 | Remove type parameters from ExprField and ExprTupField | Adolfo OchagavĂa | -2/+2 |
| 2014-11-19 | Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt... | Niko Matsakis | -2/+2 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -18/+3 |
| 2014-11-07 | Update parser with `for` syntax | Niko Matsakis | -4/+11 |
| 2014-11-06 | Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th... | Niko Matsakis | -4/+5 |
| 2014-10-24 | Add a lint for not using field pattern shorthands | P1start | -2/+2 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -1/+1 |
| 2014-10-10 | Desugar `while let` into `loop { match { ... } }` | John Gallagher | -0/+8 |
| 2014-10-09 | rustc: Add `const` globals to the language | Alex Crichton | -0/+16 |
| 2014-10-02 | syntax: ast: remove TyBox and UnBox. | Eduard Burtescu | -5/+0 |
| 2014-09-30 | Produce a better error for irrefutable `if let` patterns | Kevin Ballard | -1/+1 |
| 2014-09-22 | librustc: Parse and resolve higher-rank lifetimes in traits. | Patrick Walton | -1/+2 |
| 2014-09-18 | syntax: use an index in CodeMap instead of Gc for ExpnInfo. | Eduard Burtescu | -2/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -2/+2 |
| 2014-09-14 | syntax: fix fallout from using ptr::P. | Eduard Burtescu | -291/+236 |
| 2014-09-10 | Implement tuple and tuple struct indexing | P1start | -0/+12 |
| 2014-08-27 | Allow *-pointers in PtrTy (fixes #16781) | Manish Goregaokar | -0/+11 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -10/+1 |
| 2014-08-13 | librustc: Parse, but do not fully turn on, the `ref` keyword for | Patrick Walton | -2/+2 |
| 2014-08-07 | Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`, | Niko Matsakis | -0/+16 |
| 2014-08-06 | AST refactoring: merge PatWild and PatWildMulti into one variant with a flag. | Felix S. Klock II | -1/+1 |
| 2014-08-05 | Fixes missing overflow lint for i64 #14269 | Falco Hirschenberger | -3/+3 |
| 2014-07-31 | rustrt: Make begin_unwind take a single file/line pointer | Brian Anderson | -5/+8 |
| 2014-07-29 | syntax: add some more extension helper methods | Erick Tryzelaar | -0/+52 |
| 2014-07-20 | Implement new mod import sugar | Jakub Wieczorek | -1/+1 |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -0/+6 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -4/+4 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -2/+1 |
| 2014-06-16 | rustc: Improve span for error about using a method as a field. | Kevin Butler | -2/+10 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+1 |
| 2014-06-13 | librustc: Fix the issue with labels shadowing variable names by making | Patrick Walton | -2/+29 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -195/+223 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -12/+3 |
| 2014-06-02 | syntax: Remove use of `pub use` globs | klutzy | -2/+2 |
| 2014-05-26 | syntax: Add a source field to `Local` for tracking if it comes from `let`s or... | Huon Wilson | -0/+2 |
| 2014-05-24 | Changes from feedback | Steven Fackler | -4/+4 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -2/+4 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -1/+3 |
| 2014-04-28 | auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw | bors | -2/+3 |
| 2014-04-27 | syntax: `Mod` records the span for inner contents. | Kang Seonghoon | -2/+3 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -12/+12 |
| 2014-04-24 | auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichton | bors | -2/+3 |
| 2014-04-23 | Allow attributes on match arms | Steven Fackler | -0/+1 |
| 2014-04-24 | Calibrate span for method call error messages | Edward Wang | -2/+3 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -0/+3 |
| 2014-04-23 | Add a span to ast::TyParam | Nick Cameron | -1/+4 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -1/+1 |
| 2014-04-04 | syntax: remove obsolete mutability from ExprVec and ExprRepeat. | Eduard Burtescu | -1/+1 |