| Age | Commit message (Expand) | Author | Lines |
| 2019-03-30 | Fix more tests | Fabian Drinck | -1/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -1/+1 |
| 2018-09-21 | Allow various lints as part of ui-ifying `src/test/run-pass` suite. | Felix S. Klock II | -0/+2 |
| 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-06-13 | Ignore some failing test on wasm32-unknown-emscripten | Marco A L Barbosa | -1/+1 |
| 2016-05-22 | Auto merge of #31457 - lambda:rtabort-use-libc-abort, r=alexcrichton | bors | -2/+1 |
| 2016-05-23 | Use libc::abort, not intrinsics::abort, in rtabort! | Brian Campbell | -2/+1 |
| 2016-02-10 | More emscripten test fixes | Pierre Krieger | -0/+1 |
| 2016-02-05 | Abort on stack overflow instead of re-raising SIGSEGV | Brian Campbell | -1/+25 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -11/+28 |
| 2015-05-01 | test: Ignore out-of-stack for MUSL | Alex Crichton | -0/+1 |
| 2015-04-14 | test: Fix fallout in run-pass tests | Alex Crichton | -4/+4 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -1/+1 |
| 2015-02-16 | Replace some uses of deprecated os functions | Simonas Kazlauskas | -3/+2 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -7/+7 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -1/+1 |
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -2/+2 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -1/+1 |
| 2014-12-20 | Allow use of `[_ ; n]` syntax for fixed length and repeating arrays. | Nick Cameron | -1/+1 |
| 2014-12-18 | Disable stack overflow test on android, which seems to be failing spuriously. | Aaron Turon | -0/+2 |
| 2014-10-24 | Print stack overflow messages for Windows, Linux and OS X | John Kåre Alsaker | -8/+2 |
| 2014-09-26 | Disable runtime split stack support on Windows | Brian Anderson | -2/+8 |
| 2014-07-15 | Deprecate `str::from_utf8_lossy` | Adolfo Ochagavía | -3/+2 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -1/+1 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -3/+3 |
| 2014-05-08 | Handle more fallout | Kevin Ballard | -0/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+2 |
| 2014-04-07 | auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brson | bors | -2/+0 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -2/+0 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -2/+2 |
| 2014-04-04 | Fix inner attribute syntax from `#[foo];` to `#![foo]` | Timothée Ravier | -1/+1 |
| 2014-04-03 | test: avoid infinite loop in out-of-stack.rs | Erick Tryzelaar | -0/+3 |
| 2014-03-27 | test/run-pass/out-of-stack: prevent tco | Corey Richardson | -0/+1 |
| 2014-02-25 | std: Tweak stack overflow printing for robustness | Alex Crichton | -0/+50 |