| Age | Commit message (Expand) | Author | Lines |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -16/+16 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+1 |
| 2014-05-04 | Remove two useless comparisons | Virgile Andreani | -1/+1 |
| 2014-05-02 | syntax: store char literals/tokens as `char`s rather than u32s. | Huon Wilson | -1/+1 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -3/+2 |
| 2014-04-16 | syntax: unify all MacResult's into a single trait. | Huon Wilson | -5/+5 |
| 2014-04-10 | std,syntax: make std::fmt::parse use `Vec`s. | Huon Wilson | -4/+4 |
| 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 | -2/+2 |
| 2014-03-17 | De-@ ParseSess uses. | Eduard Burtescu | -3/+3 |
| 2014-03-12 | Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. | Felix S. Klock II | -4/+3 |
| 2014-03-02 | Expand string literals and exprs inside of macros | Steven Fackler | -4/+1 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -14/+19 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -87/+74 |
| 2014-02-28 | syntax: Expand format!() deterministically | Alex Crichton | -12/+24 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+2 |
| 2014-02-22 | Represent lifetimes as Names instead of Idents | Edward Wang | -2/+2 |
| 2014-02-19 | auto merge of #12349 : edwardw/rust/debug-expansion, r=huonw | bors | -6/+40 |
| 2014-02-19 | Change the format_args! macro expansion for temporaries | Edward Wang | -6/+40 |
| 2014-02-18 | Avoid returning original macro if expansion fails. | Douglas Young | -2/+2 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -1/+1 |
| 2014-02-11 | libsyntax -- fix unsafe sharing in closures | Niko Matsakis | -1/+0 |
| 2014-02-11 | syntax/ext/format -- rewrite conflicting closures into methods | Niko Matsakis | -116/+127 |
| 2014-02-08 | syntax: split out the parsing and the formatting part of format_args!(). | Huon Wilson | -74/+92 |
| 2014-02-06 | Remove std::condition | Alex Crichton | -11/+14 |
| 2014-02-02 | std::fmt: prepare to convert the formatting traits to methods, and work | Huon Wilson | -7/+5 |
| 2014-02-02 | std: rename fmt::Default to `Show`. | Huon Wilson | -16/+16 |
| 2014-02-02 | librustc: Fix merge fallout. | Patrick Walton | -44/+58 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -6/+11 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -5/+11 |
| 2014-01-22 | Add LowerExp 'e' and UpperExp 'E' format traits/specifiers | SiegeLord | -0/+2 |
| 2014-01-19 | auto merge of #11644 : huonw/rust/less-fatality, r=cmr | bors | -2/+5 |
| 2014-01-17 | auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton | bors | -4/+11 |
| 2014-01-18 | syntax::ext: replace span_fatal with span_err in many places. | Huon Wilson | -2/+5 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -1/+1 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -4/+11 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -8/+8 |
| 2014-01-03 | auto merge of #11149 : alexcrichton/rust/remove-either, r=brson | bors | -24/+27 |
| 2014-01-03 | Remove std::either | Alex Crichton | -24/+27 |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::span` | Patrick Walton | -2/+2 |
| 2014-01-02 | libsyntax: De-`@mut` `token` in the parser | Patrick Walton | -5/+5 |
| 2014-01-02 | libsyntax: Make the parser mutable | Patrick Walton | -5/+5 |
| 2013-12-29 | Start passing around &mut ExtCtxt | Steven Fackler | -7/+8 |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -4/+4 |
| 2013-12-17 | Remove obsolete mutability from ast::Ty | Seo Sanghyeon | -1/+1 |
| 2013-12-08 | Add dead-code warning pass | Kiet Tran | -1/+6 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -3/+4 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -2/+2 |
| 2013-11-26 | libsyntax: Remove all non-`proc` `do` syntax. | Patrick Walton | -3/+3 |