| Age | Commit message (Expand) | Author | Lines |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -2/+2 |
| 2014-07-03 | Simplify creating a parser from a token tree | Piotr Jawniak | -7/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -23/+0 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -0/+2 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -0/+23 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -2/+1 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -1/+3 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -1/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -1/+2 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -1/+1 |
| 2014-04-16 | syntax: unify all MacResult's into a single trait. | Huon Wilson | -3/+3 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -2/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-13 | Fix and improve inline assembly. | Piotr Czarnecki | -50/+69 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -1/+5 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -3/+3 |
| 2014-02-18 | Avoid returning original macro if expansion fails. | Douglas Young | -1/+1 |
| 2014-02-02 | libsyntax: Remove all `@str` from the AST | Patrick Walton | -9/+9 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -2/+3 |
| 2014-01-18 | syntax::ext: replace span_fatal with span_err in many places. | Huon Wilson | -3/+6 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -4/+4 |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::last_span` | Patrick Walton | -4/+4 |
| 2014-01-02 | libsyntax: De-`@mut` `token` in the parser | Patrick Walton | -16/+16 |
| 2014-01-02 | libsyntax: Make the parser mutable | Patrick Walton | -3/+3 |
| 2013-12-29 | Start passing around &mut ExtCtxt | Steven Fackler | -1/+1 |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -1/+1 |
| 2013-10-18 | Handle inline asm outputs as write-only in liveness, borrowck and trans. | Eduard Burtescu | -6/+15 |
| 2013-10-08 | add new enum ast::StrStyle as field to ast::lit_str | Benjamin Herr | -6/+12 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -1/+1 |
| 2013-09-26 | Add 'continue' as a synonym for 'loop' | Brian Anderson | -6/+6 |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -2/+2 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -4/+4 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -2/+2 |
| 2013-08-08 | env! syntax extension changes | Steven Fackler | -2/+2 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -2/+2 |
| 2013-07-12 | Remove the global 'vec::to_owned' function | Alex Crichton | -3/+1 |
| 2013-06-25 | great renaming propagation: syntax | Corey Richardson | -3/+2 |
| 2013-06-13 | Revert "std: convert {vec,str}::to_owned to methods." | Brian Anderson | -1/+2 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -7/+7 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -2/+0 |
| 2013-06-12 | std: convert {vec,str}::to_owned to methods. | Huon Wilson | -1/+1 |
| 2013-06-11 | fix tests, remove some warnings | Huon Wilson | -1/+0 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -1/+1 |
| 2013-06-01 | syntax: move callee_id into the expr_ variants | Erick Tryzelaar | -2/+0 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+3 |
| 2013-05-28 | Remove unnecessary allocations flagged by lint | Seo Sanghyeon | -1/+1 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-22 | syntax/ext: modernise ext_ctxt to be CamelCase and use new. | Huon Wilson | -1/+1 |