| Age | Commit message (Expand) | Author | Lines |
| 2014-09-17 | move most of front to libsyntax | Nick Cameron | -253/+0 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -14/+14 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -129/+127 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -10/+16 |
| 2014-07-29 | Refactored syntax::fold. | Marvin Löbel | -1/+1 |
| 2014-07-11 | make walk/visit_mac opt-in only | John Clements | -0/+5 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -2/+2 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+1 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -23/+25 |
| 2014-04-27 | syntax: `Mod` records the span for inner contents. | Kang Seonghoon | -0/+1 |
| 2014-04-23 | Allow attributes on match arms | Steven Fackler | -1/+22 |
| 2014-04-23 | auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis | bors | -9/+9 |
| 2014-04-23 | Fix other bugs with new closure borrowing | Alex Crichton | -9/+9 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -2/+2 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -0/+2 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -1/+1 |
| 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-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -1/+1 |
| 2014-03-08 | librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc. | Patrick Walton | -2/+2 |
| 2014-03-01 | librustc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -9/+9 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -5/+5 |
| 2014-02-11 | front -- collapse iterator actions that require access to the same &mut state | Niko Matsakis | -22/+28 |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -1/+1 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -37/+36 |
| 2014-01-02 | auto merge of #11093 : alexcrichton/rust/issue-11085, r=pcwalton | bors | -1/+37 |
| 2013-12-29 | Make ast_fold take &mut self | Steven Fackler | -9/+9 |
| 2013-12-24 | rustc: Strip struct fields and enum variants | Alex Crichton | -1/+37 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -3/+3 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -6/+6 |
| 2013-11-26 | Support multiple item macros | Steven Fackler | -22/+12 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -19/+13 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -1/+1 |
| 2013-11-19 | librustc: Change most uses of `&fn()` to `||`. | Patrick Walton | -1/+1 |
| 2013-10-10 | Remove named extern blocks from the AST | Alex Crichton | -1/+0 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -4/+4 |
| 2013-09-29 | Remove all usage of @ast::Crate | Alex Crichton | -5/+6 |
| 2013-09-23 | librustc: Remove garbage collected functions from front/{config,test} and met... | Patrick Walton | -57/+57 |
| 2013-09-23 | librustc: Change fold to use traits instead of `@fn`. | Patrick Walton | -26/+36 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -2/+2 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -4/+4 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -3/+3 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -3/+7 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -7/+7 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -28/+3 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -9/+9 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -5/+3 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -4/+5 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -1/+1 |