| Age | Commit message (Expand) | Author | Lines |
| 2017-03-24 | appveyor: Upgrade MinGW toolchains we use | Alex Crichton | -1/+18 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -1/+1 |
| 2017-03-21 | Make the filenames of .stamp files generated by compiletest shorter. | Michael Woerister | -3/+1 |
| 2017-03-17 | Fix race condition in fs::create_dir_all | David Roundy | -22/+6 |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -1/+1 |
| 2017-02-25 | Rollup merge of #39859 - GuillaumeGomez:rustdoc-test-relative-path, r=alexcri... | Eduard-Mihai Burtescu | -3/+14 |
| 2017-02-22 | Make path separator replacement for subfiles as well | Guillaume Gomez | -1/+1 |
| 2017-02-20 | Fix #39690: make mir-opt mode for compiletest check timestamps. | Felix S. Klock II | -0/+14 |
| 2017-02-20 | Fix rustdoc test with new file path | Guillaume Gomez | -3/+14 |
| 2017-02-11 | Add tested item in the rustdoc --test output | Guillaume Gomez | -6/+10 |
| 2017-02-08 | Rollup merge of #39597 - GuillaumeGomez:correct_rustdoc_test_file, r=alexcric... | Corey Farwell | -25/+58 |
| 2017-02-08 | Add more test for rustdoc --test | Guillaume Gomez | -25/+58 |
| 2017-02-07 | Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brson | Corey Farwell | -27/+49 |
| 2017-02-07 | Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brson | Corey Farwell | -1/+52 |
| 2017-02-06 | compiletest: Add caching of test results | Alex Crichton | -1/+48 |
| 2017-02-06 | std: Remove cfg(cargobuild) annotations | Alex Crichton | -26/+1 |
| 2017-02-03 | Create new flag to test rustdoc --test | Guillaume Gomez | -47/+49 |
| 2017-02-03 | Move test from bootstrap to compiletest | Guillaume Gomez | -14/+84 |
| 2017-01-31 | Auto merge of #38847 - michaelwoerister:gate-on-incr-comp, r=alexcrichton | bors | -0/+4 |
| 2017-01-30 | compiletest: Clear RUSTFLAGS env-var for run-make tests. | Michael Woerister | -0/+4 |
| 2017-01-29 | Add support for test suites emulated in QEMU | Alex Crichton | -1/+52 |
| 2017-01-20 | Rollup merge of #39068 - alexcrichton:more-small-tests, r=brson | Alex Crichton | -32/+41 |
| 2017-01-16 | ignore-gdb-version: Address review comments. | Michael Woerister | -6/+15 |
| 2017-01-15 | travis: Add i586 linux and i686 musl | Alex Crichton | -32/+41 |
| 2017-01-13 | compiletest: Allow for ignoring tests if certain GDB version is detected. | Michael Woerister | -9/+35 |
| 2017-01-06 | compiletest: Fix flaky Android gdb test runs | Alex Crichton | -42/+39 |
| 2016-12-30 | rustbuild: Compile all support tools in stage0 | Alex Crichton | -1/+5 |
| 2016-12-29 | A few small test fixes and such from rollup | Alex Crichton | -2/+1 |
| 2016-12-29 | Rollup merge of #38695 - alexcrichton:debug-appveyor, r=brson | Alex Crichton | -0/+38 |
| 2016-12-29 | appveyor: Attempt to debug flaky test runs | Alex Crichton | -0/+38 |
| 2016-12-27 | compiletest: Don't limit all suites on Android | Alex Crichton | -1/+18 |
| 2016-12-20 | mk: Fix compile with makefiles | Alex Crichton | -4/+10 |
| 2016-12-20 | Rollup merge of #38451 - semarie:openbsd-rustbuild, r=alexcrichton | Alex Crichton | -1/+4 |
| 2016-12-20 | Rollup merge of #38289 - bluss:mir-verbose-test-fail, r=michaelwoerister | Alex Crichton | -5/+19 |
| 2016-12-17 | let BSD to use gmake for GNU-make | Sébastien Marie | -1/+4 |
| 2016-12-14 | libtest: add --list option to list tests and benchmarks | Jeremy Fitzhardinge | -0/+1 |
| 2016-12-10 | compiletest: A more verbose matching failure for mir tests | Ulrik Sverdrup | -5/+19 |
| 2016-12-05 | libtest: add --exact to make filter matching exact | Jeremy Fitzhardinge | -0/+7 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -8/+0 |
| 2016-11-17 | Improved error reporting when target sysroot is missing. | Robert Vally | -2/+12 |
| 2016-11-10 | compiletest: detect nodejs binary, allow override | Mark-Simulacrum | -2/+5 |
| 2016-11-05 | Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollup | Alex Crichton | -92/+199 |
| 2016-11-05 | ignore gdb check for android | Tim Neumann | -5/+6 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -37/+37 |
| 2016-10-31 | detect gdb version & rust support in compiletest | Tim Neumann | -76/+162 |
| 2016-10-31 | add gdb_native_rust config to compiletest | Tim Neumann | -16/+36 |
| 2016-10-19 | Rollup merge of #37182 - alexcrichton:appveyor, r=brson | Eduard-Mihai Burtescu | -0/+5 |
| 2016-10-14 | Add AppVeyor configuration to the repo | Alex Crichton | -0/+5 |
| 2016-10-14 | Fix make check-stage1 by conditionally activating question_mark feature for c... | Michael Woerister | -0/+2 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+0 |