| Age | Commit message (Expand) | Author | Lines |
| 2014-08-15 | auto merge of #16435 : vadimcn/rust/windows, r=pcwalton | bors | -11/+21 |
| 2014-08-14 | auto merge of #16332 : brson/rust/slicestab, r=aturon | bors | -1/+1 |
| 2014-08-13 | core: Change the argument order on splitn and rsplitn for strs. | Brian Anderson | -1/+1 |
| 2014-08-13 | Fix compiletest to use Duration | Brian Anderson | -1/+2 |
| 2014-08-12 | Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")] | Vadim Chugunov | -11/+21 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -3/+3 |
| 2014-07-31 | auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton | bors | -0/+3 |
| 2014-07-31 | Fix test suite for DragonFly | Michael Neumann | -0/+3 |
| 2014-07-29 | Add pretty=typed test support to compiletest and add a test for fixed size ar... | Luqman Aden | -1/+28 |
| 2014-07-23 | collections: Deprecate shift/unshift | Brian Anderson | -1/+1 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -15/+15 |
| 2014-07-16 | debuginfo: Make sure that only one LLDB test task is run at a time. | Michael Woerister | -1/+11 |
| 2014-07-16 | debuginfo: Inject 'Rust-mode' LLDB prelude into debuginfo test scripts. | Michael Woerister | -0/+10 |
| 2014-07-15 | Deprecate `str::from_chars` | Adolfo Ochagavía | -1/+1 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -11/+10 |
| 2014-07-10 | io::process::Command: add fine-grained env builder | Aaron Turon | -17/+20 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -3/+3 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -1/+1 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -1/+1 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -5/+2 |
| 2014-06-25 | compiletest: Remove superfluous to_string calls | Piotr Jawniak | -95/+77 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -2/+2 |
| 2014-06-16 | Fix --disable-rpath and tests | Alex Crichton | -18/+38 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -8/+1 |
| 2014-06-14 | getopts: format failure messages with `Show`. | Huon Wilson | -1/+1 |
| 2014-06-09 | std: Move dynamic_lib from std::unstable to std | Brian Anderson | -1/+1 |
| 2014-06-09 | Add a --color flag to test binaries | Steven Fackler | -0/+1 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -2/+8 |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -1/+1 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo Ochagavía | -2/+2 |
| 2014-06-03 | std: Remove generics from Option::expect | Alex Crichton | -11/+11 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | librustc: Fix snake case errors. | Kevin Butler | -28/+28 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -138/+105 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -191/+191 |
| 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 | -86/+86 |
| 2014-05-24 | Update ascii functions used elsewhere | Adolfo Ochagavía | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -9/+23 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -8/+14 |
| 2014-05-20 | auto merge of #14283 : Ryman/rust/commented_compile_fail_error, r=kballard | bors | -59/+31 |
| 2014-05-20 | compiletest: Refactor compile-fail to regex. | Kevin Butler | -59/+31 |
| 2014-05-18 | Fixing rustdoc stage1. | Felix S. Klock II | -42/+19 |
| 2014-05-17 | auto merge of #14253 : alexcrichton/rust/issue-14221, r=pcwalton | bors | -1/+2 |
| 2014-05-16 | rustc: Stop leaking enum variants into children | Alex Crichton | -1/+2 |
| 2014-05-16 | libgetopts: Remove all uses of `~str` from `libgetopts` | Patrick Walton | -7/+6 |
| 2014-05-16 | compiletest: Remove all uses of `~str` from `compiletest` | Patrick Walton | -425/+699 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -8/+8 |
| 2014-05-15 | auto merge of #13948 : huonw/rust/test-regex-filter, r=alexcrichton | bors | -9/+20 |
| 2014-05-15 | test: allow the test filter to be a regex. | Huon Wilson | -9/+20 |