| Age | Commit message (Expand) | Author | Lines |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 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 | -2/+2 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 |
| 2014-05-14 | test: Remove all uses of `~str` from the test suite. | Patrick Walton | -2/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+2 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -3/+3 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -0/+1 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2014-01-26 | Fix privacy fallout from previous change | Alex Crichton | -1/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -7/+7 |
| 2013-09-30 | rpass: Remove usage of fmt! | Alex Crichton | -7/+7 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -2/+2 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -2/+0 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -2/+2 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -2/+2 |
| 2013-07-13 | Split mutable methods out of Set and Map | Steven Fackler | -6/+7 |
| 2013-06-25 | container: remove internal iterators from Map | Daniel Micay | -21/+0 |
| 2013-06-24 | remove old_iter | Daniel Micay | -1/+0 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -7/+7 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+3 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -2/+2 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -4/+4 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -2/+2 |
| 2013-05-10 | test: Use the new `for` protocol | Alex Crichton | -7/+8 |
| 2013-05-07 | Add pop() and swap() to the Map trait | Alex Crichton | -0/+4 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -1/+1 |
| 2013-04-10 | tests: changes in response to #5656 | Niko Matsakis | -5/+5 |
| 2013-04-10 | Revert map.each to something which takes two parameters | Niko Matsakis | -16/+12 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -5/+5 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -1/+1 |
| 2013-03-24 | expose find_mut in the Map trait | Daniel Micay | -0/+2 |
| 2013-03-22 | test: Remove `pure` from the test suite | Patrick Walton | -12/+12 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -1/+1 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -2/+2 |
| 2013-03-13 | add the mutate_values method to the Map trait | Daniel Micay | -0/+4 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -3/+3 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -5/+5 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -4/+4 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -2/+2 |
| 2013-02-25 | test: Residual de-muting of the test suite. rs=demuting | Patrick Walton | -7/+6 |
| 2013-02-17 | `pub fn main` for run-pass tests that didn't have it | Jed Davis | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -5/+5 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -1/+1 |
| 2013-02-07 | rm each method from the Map trait | Daniel Micay | -10/+15 |
| 2013-02-03 | cat modernization (cleanup of a run-pass test) | Daniel Micay | -97/+84 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -1/+1 |