| Age | Commit message (Expand) | Author | Lines |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -215/+150 |
| 2014-01-03 | librustc: Remove `@mut` support from the typechecker and borrow checker | Patrick Walton | -1/+1 |
| 2014-01-03 | libsyntax: De-`@mut` (and de-`@`) the AST mapping context | Patrick Walton | -4/+4 |
| 2014-01-03 | libsyntax: De-`@mut` the path in the AST mapping context | Patrick Walton | -12/+25 |
| 2014-01-03 | librustc: De-`@mut` the AST map | Patrick Walton | -33/+61 |
| 2014-01-03 | librustc: De-`@mut` the span handler | Patrick Walton | -3/+3 |
| 2014-01-01 | auto merge of #11255 : klutzy/rust/small-cleanup, r=pcwalton | bors | -4/+4 |
| 2014-01-02 | syntax: expand impl_pretty_name to handle more cases. | Huon Wilson | -16/+61 |
| 2014-01-01 | syntax::diagnostic: Remove unnecessary traits | klutzy | -4/+4 |
| 2013-12-19 | Generalize item_span into node_span, which works on more types. | Edward Z. Yang | -5/+14 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -15/+11 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -13/+13 |
| 2013-11-26 | libsyntax: Remove all non-`proc` `do` syntax. | Patrick Walton | -2/+2 |
| 2013-11-26 | Take &Pat in visit_pat | Seo Sanghyeon | -2/+2 |
| 2013-11-24 | Add comments to ast, ast_map, ty, and pat_util | Kiet Tran | -0/+6 |
| 2013-11-19 | libsyntax: Change all uses of `&fn` to `||`. | Patrick Walton | -4/+3 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -0/+12 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -2/+2 |
| 2013-10-10 | Remove named extern blocks from the AST | Alex Crichton | -7/+1 |
| 2013-10-01 | librustc: Inline cross-crate tuple struct constructors | Patrick Walton | -2/+2 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -17/+17 |
| 2013-09-15 | debuginfo: Basic support for trait objects. | Michael Woerister | -0/+10 |
| 2013-09-13 | Refactor libsyntax Visitor impls to use default methods. | Lindsey Kuper | -77/+1 |
| 2013-09-06 | Remove even more usage of clownshoes in symbols | Alex Crichton | -23/+23 |
| 2013-09-04 | auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw | bors | -13/+63 |
| 2013-09-04 | Improve name mangling for gdb | Alex Crichton | -29/+40 |
| 2013-09-04 | debuginfo: Fixed some merge fallout | Michael Woerister | -1/+1 |
| 2013-09-04 | debuginfo: Support for variables captured in closures and closure type descri... | Michael Woerister | -4/+4 |
| 2013-09-04 | Implement support for indicating the stability of items. | Huon Wilson | -0/+20 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -16/+16 |
| 2013-09-02 | Remove __extensions__ in names for a "pretty name" | Alex Crichton | -5/+36 |
| 2013-09-02 | Fix inner statics having the same symbol name | Alex Crichton | -0/+8 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -7/+7 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -5/+5 |
| 2013-08-22 | Add `self` to the ast_map for provided methods. Closes #8010. | Michael Sullivan | -5/+11 |
| 2013-08-15 | Switch to new <V:Visitor> visitor (rather than @Visitor). | Felix S. Klock II | -51/+52 |
| 2013-08-11 | libsyntax: Update from `@Object` to `@mut Object` as required | Niko Matsakis | -25/+25 |
| 2013-08-05 | Make node_id_to_str print more useful info in some cases. Closes #2410. | Michael Sullivan | -4/+4 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -7/+7 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -189/+288 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -7/+7 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -4/+4 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -4/+4 |
| 2013-07-18 | Silence various warnings in bootstrap build. | Felix S. Klock II | -1/+0 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -28/+10 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -1/+1 |
| 2013-07-11 | Get cross crate static default methods working. Closes #7569. | Michael Sullivan | -5/+8 |
| 2013-07-07 | De-managed ast::Path | James Miller | -1/+1 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -1/+1 |
| 2013-06-25 | great renaming propagation: syntax | Corey Richardson | -5/+3 |