| Age | Commit message (Expand) | Author | Lines |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -16/+16 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -2/+2 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -2/+2 |
| 2014-06-13 | libsyntax: Allow `+` to separate trait bounds from objects. | Patrick Walton | -1/+1 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -14/+14 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -138/+140 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-09 | librustc: Implement sugar for the `FnMut` trait | Patrick Walton | -0/+13 |
| 2014-06-07 | Add visit_attribute to Visitor, use it for unused_attribute | Steven Fackler | -16/+46 |
| 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-15 | syntax::visit: pub `walk_explicit_self` so impls can call it as defaults do. | Felix S. Klock II | -3/+13 |
| 2014-05-14 | Removed unnecessary arguments for walk_* functions | Michael Darakananda | -8/+4 |
| 2014-05-03 | Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ... | Niko Matsakis | -1/+2 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -15/+13 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -1/+1 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -0/+4 |
| 2014-04-11 | syntax: remove ast::Sigil. | Eduard Burtescu | -2/+13 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -3/+3 |
| 2014-04-04 | syntax: remove obsolete mutability from ExprVec and ExprRepeat. | Eduard Burtescu | -2/+2 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -2/+2 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -4/+3 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-15 | rustc: Remove compiler support for __log_level() | Alex Crichton | -1/+0 |
| 2014-03-12 | Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. | Felix S. Klock II | -2/+3 |
| 2014-03-07 | rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM... | Liigo Zhuang | -1/+1 |
| 2014-03-03 | syntax: make match arms store the expr directly. | Huon Wilson | -1/+1 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -2/+2 |
| 2014-03-01 | rustc: implement a lint for publicly visible private types. | Huon Wilson | -5/+8 |
| 2014-02-26 | Replace callee_id with information stored in method_map. | Eduard Burtescu | -6/+5 |
| 2014-02-14 | Removed the obsolete ast::CallSugar (previously used by `do`). | Eduard Burtescu | -2/+2 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -1/+1 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -2/+2 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -1/+1 |
| 2014-01-30 | Implement default type parameters in generics. | Eduard Burtescu | -1/+5 |
| 2014-01-29 | Removing support for the do syntax from libsyntax and librustc. | Scott Lawrence | -2/+1 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -4/+3 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -0/+11 |
| 2014-01-14 | auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakis | bors | -1/+1 |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -1/+0 |
| 2014-01-12 | Removed remnants of `@mut` and `~mut` from comments and the type system. | Eduard Burtescu | -1/+1 |
| 2014-01-10 | item_impl holds an Option<> to the trait ref, not a list of trait refs. There... | Nick Cameron | -5/+6 |
| 2014-01-09 | auto merge of #11055 : pcwalton/rust/placement-box, r=pcwalton | bors | -0/+4 |
| 2014-01-09 | librustc: Implement placement `box` for GC and unique pointers. | Patrick Walton | -0/+4 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -84/+80 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -97/+97 |
| 2014-01-03 | librustc: Remove `@mut` support from the parser | Patrick Walton | -2/+2 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -1/+1 |