| Age | Commit message (Expand) | Author | Lines |
| 2014-07-17 | Rename functions in the CloneableVector trait | Adolfo OchagavĂa | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -5/+5 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -4/+4 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -6/+6 |
| 2014-05-14 | test: Remove all uses of `~str` from the test suite. | Patrick Walton | -6/+6 |
| 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 | -0/+129 |
| 2014-02-25 | test: Clean out the test suite a bit | Alex Crichton | -130/+0 |
| 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 | -3/+3 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -10/+9 |
| 2014-01-29 | Remove do keyword from test/ | Scott Lawrence | -4/+4 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -1/+1 |
| 2014-01-03 | test: Make all the run-pass tests use `pub fn main` | Patrick Walton | -1/+1 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -2/+1 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -3/+3 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -1/+1 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -1/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1/+1 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/test/ | Birunthan Mohanathas | -2/+2 |
| 2013-07-22 | extra: Remove uv, net, timer code | Brian Anderson | -0/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -1/+1 |
| 2013-06-24 | deal with windows | Daniel Micay | -0/+2 |
| 2013-06-24 | Fix/annotate a variety of xfails | Corey Richardson | -3/+5 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -2/+2 |
| 2013-06-10 | std: convert str::reserve* to methods, and methodise str::push_*. | Huon Wilson | -3/+3 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -3/+3 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -3/+3 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -3/+3 |
| 2013-03-27 | Oh, cool, I xfailed the wrong test, neat | Tim Chevalier | -0/+1 |
| 2013-03-27 | testsuite: Add various test cases | Tim Chevalier | -0/+126 |