| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-01-28 | get rid of LinearMap's find_copy method | Daniel Micay | -2/+2 |
| 2013-01-23 | fix tests | Daniel Micay | -1/+1 |
| 2012-12-14 | Fix broken tests | Brian Anderson | -1/+1 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -0/+2 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-12-05 | test: More run-pass test fixes | Patrick Walton | -4/+4 |
| 2012-12-05 | test: Fix a bunch of test cases. rs=burning | Patrick Walton | -2/+2 |
| 2012-09-26 | libstd: port json over to serialization2 | Erick Tryzelaar | -5/+6 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -1/+1 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -3/+3 |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -3/+2 |
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -6/+6 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -3/+3 |