| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -1/+1 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -1/+1 |
| 2015-02-02 | Omit integer suffix when unnecessary | Alfie John | -16/+16 |
| 2015-01-31 | Kill more `isize`s | Tobias Bucher | -1/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -22/+22 |
| 2015-01-18 | libsyntax: 0u -> 0us, 0i -> 0is | Paul Collier | -17/+17 |
| 2015-01-18 | libsyntax: int types -> isize | Paul Collier | -25/+25 |
| 2015-01-17 | libsyntax: uint types to usize | Paul Collier | -23/+23 |
| 2015-01-13 | syntax: Rewrite pp advance_left to use a constant stack size | Erick Tryzelaar | -31/+37 |
| 2015-01-13 | syntax: Don't import the pp.rs enum variants into the namespace | Erick Tryzelaar | -63/+68 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -3/+3 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -2/+2 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -6/+6 |
| 2014-12-30 | Fallout from stabilization | Aaron Turon | -3/+4 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -3/+3 |
| 2014-12-19 | libsyntax: use `#[deriving(Copy)]` | Jorge Aparicio | -13/+5 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+10 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+4 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -15/+14 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -1/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -35/+34 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -5/+5 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -2/+2 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -3/+3 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -148/+155 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -1/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -3/+6 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -2/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -9/+9 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -5/+5 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -1/+3 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -13/+13 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -2/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -4/+4 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -4/+9 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -1/+1 |
| 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-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -14/+14 |
| 2014-03-02 | Make visible types public in rustc | Steven Fackler | -2/+2 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -37/+51 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -9/+9 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -5/+5 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -24/+43 |
| 2014-02-03 | syntax: Remove io_error usage | Alex Crichton | -47/+57 |
| 2014-02-02 | libsyntax: Remove an `@str` in pretty printing | Patrick Walton | -18/+21 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -1/+1 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -100/+103 |