| Age | Commit message (Expand) | Author | Lines |
| 2017-05-11 | Auto merge of #41863 - malbarbo:update-android-builder, r=alexcrichton | bors | -1/+1 |
| 2017-05-10 | compiletest: force GDB to print values in the Rust format. | Eduard-Mihai Burtescu | -0/+5 |
| 2017-05-09 | ci: Update android ndk and sdk | Marco A L Barbosa | -1/+1 |
| 2017-05-05 | Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichton | Corey Farwell | -0/+1 |
| 2017-05-05 | Add Options type in libtest and remove argument | Guillaume Gomez | -1/+1 |
| 2017-05-02 | simplify the MirPass traits and passes dramatically | Niko Matsakis | -6/+4 |
| 2017-05-02 | Add option to display warnings in rustdoc | Guillaume Gomez | -0/+1 |
| 2017-04-29 | Auto merge of #41588 - cengizIO:master, r=nikomatsakis | bors | -77/+10 |
| 2017-04-28 | Auto merge of #41575 - alexcrichton:android-qemu-server, r=TimNN | bors | -232/+27 |
| 2017-04-28 | Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichton | bors | -126/+162 |
| 2017-04-27 | travis: Parallelize tests on Android | Alex Crichton | -232/+27 |
| 2017-04-27 | use diff crate for compile-fail test diagnostics #41474 | Cengiz Can | -77/+10 |
| 2017-04-26 | Implement a file-path remapping feature in support of debuginfo and reproduci... | Michael Woerister | -126/+162 |
| 2017-04-24 | Haiku: add missing cases of using LIBRARY_PATH | Jessica Hamilton | -0/+2 |
| 2017-04-13 | Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a... | bors | -0/+1 |
| 2017-04-12 | Make compiletest write test output to different files for different revisions. | Michael Woerister | -2/+8 |
| 2017-04-11 | fix a bug in compiletest JSON parsing for duplicate errors | Niko Matsakis | -0/+1 |
| 2017-03-30 | Auto merge of #40524 - alexcrichton:update-bootstrap, r=alexcrichton | bors | -1/+0 |
| 2017-03-29 | rustbuild: Update bootstrap compiler | Alex Crichton | -1/+0 |
| 2017-03-27 | appveyor: Downgrade MinGW to 6.2.0 | Alex Crichton | -18/+2 |
| 2017-03-26 | Auto merge of #40347 - alexcrichton:rm-liblog, r=brson | bors | -1/+1 |
| 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 |