| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-01-03 | libsyntax: De-`@mut` (and de-`@`) `Printer::print_stack` | Patrick Walton | -4/+4 |
| 2014-01-03 | librustc: De-`@mut` all writers | Patrick Walton | -2/+2 |
| 2014-01-03 | librustc: De-`@mut` (and de-`@`) the pretty printer | Patrick Walton | -15/+15 |
| 2013-12-15 | librustc: Remove identifiers named `box`, since it's about to become a keyword. | Patrick Walton | -3/+5 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -1/+1 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -7/+7 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -26/+26 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -28/+28 |
| 2013-09-17 | pp: typo in comment | Benjamin Herr | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -7/+13 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -1/+1 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -3/+5 |
| 2013-06-25 | great renaming propagation: syntax | Corey Richardson | -4/+2 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -9/+9 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -20/+23 |
| 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 | -2/+2 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+3 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -1/+1 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -3/+3 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -2/+2 |
| 2013-05-14 | syntax: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -8/+8 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -11/+0 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -11/+0 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -2/+2 |