| Age | Commit message (Expand) | Author | Lines |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -336/+442 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -2/+2 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -1/+1 |
| 2014-02-02 | libsyntax: Remove `@str` from the interner | Patrick Walton | -8/+18 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -21/+6 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -1/+1 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::vec] Rename .last_opt() to .last(), drop the old .last() behavior | Simon Sapin | -2/+2 |
| 2014-01-19 | syntax: convert ast_map to use a SmallIntMap. | Huon Wilson | -37/+79 |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -2/+6 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -165/+158 |
| 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 |