| Age | Commit message (Expand) | Author | Lines |
| 2014-10-01 | Remove iotest macro | Aaron Turon | -4/+0 |
| 2014-10-01 | Remove all use of librustuv | Aaron Turon | -41/+12 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -1/+1 |
| 2014-08-13 | Fix various fallout from timer changes | Brian Anderson | -1/+2 |
| 2014-08-09 | Fix misspelled comments for tests. | Joseph Crail | -1/+1 |
| 2014-08-09 | testsuite: implement #[reexport_test_harness_name] to get access to the | Huon Wilson | -1/+3 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -1/+1 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -6/+6 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+2 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -2/+2 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -2/+3 |
| 2014-03-28 | native: Use WNOHANG before signaling | Alex Crichton | -19/+26 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -1/+1 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -58/+67 |
| 2014-02-27 | Immutable static items should be `Freeze` Fixes #12432 | Flavio Percoco | -10/+11 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -15/+17 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2014-02-03 | rpass: Remove io_error usage | Alex Crichton | -10/+9 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -2/+2 |
| 2013-12-14 | Fix #10754 - `std::run` functions fail after io_error | Cadence Marseille | -5/+10 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -2/+2 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -2/+2 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -2/+2 |
| 2013-11-19 | fix #10450 | Young-il Choi | -2/+12 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -1/+1 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -2/+0 |
| 2013-11-07 | fix rpass core-run-destroy for android | sh8281.kim | -1/+4 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -5/+5 |
| 2013-10-24 | Fixing some tests, adding some pipes | Alex Crichton | -1/+4 |
| 2013-10-06 | Add appropriate #[feature] directives to tests | Alex Crichton | -1/+0 |
| 2013-09-19 | pacified test/run-pass/core-run-destroy on Win7x64 | Evgeny Sologubov | -0/+1 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -2/+2 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -6/+3 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -3/+6 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -1/+0 |
| 2013-06-17 | test: adjust some test cases of run-pass for android | Young-il Choi | -1/+7 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -1/+4 |
| 2013-05-27 | Refactor core::run in order to address many of the issues | gareth | -5/+6 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -6/+6 |
| 2013-05-06 | Move core::run tests of process killing into standalone run-pass tests | Brian Anderson | -0/+89 |