| Age | Commit message (Expand) | Author | Lines |
| 2018-01-02 | Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. | Ed Schouten | -0/+1 |
| 2017-10-17 | test: Update Emscripten failures/passing | Alex Crichton | -1/+1 |
| 2017-08-02 | Remove unecessary test code #43219 | Mario Idival | -1/+0 |
| 2016-10-18 | Fix some pretty printing tests | Vadim Petrochenkov | -1/+0 |
| 2016-02-11 | Ignore tests that use threads on emscripten | Pierre Krieger | -0/+1 |
| 2015-09-29 | Tweak Travis to use GCE | Alex Crichton | -19/+17 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -1/+1 |
| 2015-04-14 | More test fixes | Alex Crichton | -3/+10 |
| 2015-04-14 | test: Fix fallout in run-pass tests | Alex Crichton | -42/+20 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -2/+2 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -1/+1 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -3/+3 |
| 2015-01-06 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2015-01-05 | Un-gate macro_rules | Keegan McAllister | -1/+0 |
| 2015-01-05 | Modernize macro_rules! invocations | Keegan McAllister | -2/+2 |
| 2014-12-29 | std: Second pass stabilization for `comm` | Alex Crichton | -4/+4 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -2/+4 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -1/+1 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -1/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -3/+3 |
| 2014-10-12 | Continue cfg syntax transition | Steven Fackler | -2/+2 |
| 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 |