| Age | Commit message (Expand) | Author | Lines |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -1/+1 |
| 2014-03-22 | syntax: Fix fallout of removing get() | Alex Crichton | -7/+6 |
| 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-20 | rename std::vec -> std::slice | Daniel Micay | -3/+3 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -2/+1 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -1/+6 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -4/+4 |
| 2014-02-26 | Replace callee_id with information stored in method_map. | Eduard Burtescu | -13/+0 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -3/+5 |
| 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 |