| Age | Commit message (Expand) | Author | Lines |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -2/+2 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+3 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+3 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -3/+2 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -1/+0 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -1/+1 |
| 2015-01-02 | Change tests to use `self` instead of `mod` in use items | Nick Cameron | -1/+1 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -3/+3 |
| 2014-11-26 | Test fixes and rebase conflicts | Alex Crichton | -4/+4 |
| 2014-11-26 | Unpublicize reexports, unprefix JSON type aliases | Corey Farwell | -1/+1 |
| 2014-11-19 | Rename json::List to json::Array | Corey Farwell | -1/+1 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -2/+2 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -3/+3 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -4/+3 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -1/+1 |
| 2014-08-24 | Adjust the error messages to match the pattern "expected foo, found bar" | Jonas Hietala | -2/+2 |
| 2014-06-30 | Fix issue with tests | Adolfo OchagavĂa | -3/+3 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -1/+1 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -7/+7 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -4/+4 |
| 2014-05-16 | libserialize: Remove all uses of `~str` from `libserialize`. | Patrick Walton | -1/+1 |
| 2014-05-14 | test: Remove all uses of `~str` from the test suite. | Patrick Walton | -11/+13 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -4/+4 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -1/+0 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -2/+3 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -3/+2 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -3/+3 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -7/+7 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+2 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -1/+2 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -2/+2 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -3/+3 |
| 2013-09-30 | rpass: Remove usage of fmt! | Alex Crichton | -4/+4 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -17/+10 |
| 2013-05-30 | Correct issue-2804 test | Niko Matsakis | -4/+4 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -1/+3 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -8/+8 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -2/+2 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-26 | test: Remove uses of oldmap::HashMap | Alex Crichton | -7/+7 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -3/+2 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -2/+2 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 |