| Age | Commit message (Expand) | Author | Lines |
| 2016-09-28 | Auto merge of #36604 - japaric:libtest-skip, r=alexcrichton | bors | -0/+1 |
| 2016-09-27 | fix compiletest | Jorge Aparicio | -0/+1 |
| 2016-09-25 | Add support for the Haiku operating system on x86 and x86_64 machines | Niels Sascha Reedijk | -0/+1 |
| 2016-09-23 | Auto merge of #36370 - michaelwoerister:incr-comp-metadata-hashes-check, r=ni... | bors | -34/+45 |
| 2016-09-23 | ICH: Add ability to test the ICH of exported metadata items. | Michael Woerister | -34/+45 |
| 2016-09-23 | Auto merge of #36335 - mcarton:compiletest, r=GuillaumeGomez | bors | -1/+1 |
| 2016-09-11 | Use question_mark feature in compiletest. | Ahmed Charles | -8/+8 |
| 2016-09-09 | Add s390x support | Ulrich Weigand | -1/+1 |
| 2016-09-08 | Fix ICE test in compiletest fail-tests | mcarton | -1/+1 |
| 2016-09-01 | test: Add a min-llvm-version directive | Alex Crichton | -1/+26 |
| 2016-08-29 | compiletest: Canonicalize paths when remove incr.comp. dir, enabling longer p... | Michael Woerister | -1/+4 |
| 2016-08-29 | incr.comp.: Make compiletest generate shorter cache directory names. | Michael Woerister | -1/+1 |
| 2016-08-27 | Auto merge of #35674 - ahmedcharles:rpass, r=alexcrichton | bors | -2/+8 |
| 2016-08-23 | Update cargo bootstrap rev and add fix for cargo#3005 | Brian Anderson | -0/+10 |
| 2016-08-22 | Fix compiletest so it respects warnings for run-pass. | Ahmed Charles | -2/+8 |
| 2016-08-15 | Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakis | bors | -0/+1 |
| 2016-08-14 | Rollup merge of #35640 - ahmedcharles:dead, r=alexcrichton | Eduard-Mihai Burtescu | -4/+0 |
| 2016-08-13 | Auto merge of #35414 - jupp0r:feature/test-threads-flag, r=alexcrichton | bors | -0/+1 |
| 2016-08-12 | compiletest: Remove dead code. | Ahmed Charles | -4/+0 |
| 2016-08-11 | Always add `-Z incremental-info` to incremental compilation tests. | Michael Woerister | -0/+1 |
| 2016-08-11 | Rollup merge of #35448 - srinivasreddy:rf_compiletest, r=nikomatsakis | Jonathan Turner | -270/+273 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -3/+1 |
| 2016-08-07 | Add --test-threads option to test binaries | Jupp Müller | -0/+1 |
| 2016-08-07 | run rustfmt on compiletest folder in src/tools/ folder | Srinivas Reddy Thatiparthy | -270/+273 |
| 2016-08-02 | run mir opt test with mir-opt-level=3 so they fire | Scott A Carr | -0/+2 |
| 2016-07-20 | add mir optimization tests, dump-mir-dir option | Scott A Carr | -2/+124 |
| 2016-07-02 | Rollup merge of #34551 - GuillaumeGomez:runtest_improvement, r=alexcrichton | Manish Goregaokar | -8/+12 |
| 2016-06-30 | Improve runtest output | ggomez | -8/+12 |
| 2016-06-29 | Rollup merge of #34499 - michaelwoerister:lldb-blacklist, r=alexcrichton | Manish Goregaokar | -0/+15 |
| 2016-06-27 | Disable debuginfo tests for a given blacklist of LLDB versions | Michael Woerister | -0/+15 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+1 |
| 2016-05-28 | Auto merge of #33848 - alexcrichton:android-gdb-sysroot, r=michaelwoerister | bors | -5/+6 |
| 2016-05-25 | trans: save metadata even with -Z no-trans. | Eduard Burtescu | -0/+7 |
| 2016-05-24 | test: Use `set sysroot` for more NDK compatibility | Alex Crichton | -5/+6 |
| 2016-05-18 | Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakis | bors | -21/+33 |
| 2016-05-18 | pass revision and incr_comp directory to auxbuild | Niko Matsakis | -10/+40 |
| 2016-05-17 | Improve a few errors and fix #33366 | Jonathan Turner | -19/+28 |
| 2016-05-17 | De-emph minimized spans, add better debugging output | Jonathan Turner | -7/+10 |
| 2016-05-16 | pacify the mercilous tidy | Niko Matsakis | -1/+2 |
| 2016-05-13 | dump outputs, diff on UI test failure | Niko Matsakis | -14/+98 |
| 2016-05-13 | add UI testing framework | Niko Matsakis | -1/+90 |
| 2016-05-08 | Auto merge of #33414 - Nercury:master, r=alexcrichton | bors | -4/+4 |
| 2016-05-07 | Always remove tmp/partitioning-tests before check-codegen-units to work aroun... | Eduard Burtescu | -0/+5 |
| 2016-05-07 | Check for both arm and armv7 android targets in runtest. | Nerijus Arlauskas | -4/+4 |
| 2016-05-06 | s/aux/auxiliary, because windows | Niko Matsakis | -3/+3 |
| 2016-05-06 | kill the old auxiliary directory | Niko Matsakis | -5/+0 |
| 2016-05-06 | move auxiliary builds to a test-relative `aux` | Niko Matsakis | -44/+61 |
| 2016-05-06 | tweak incremental comment | Niko Matsakis | -9/+9 |
| 2016-05-06 | move free functions in runtest into methods | Niko Matsakis | -1732/+1692 |
| 2016-05-06 | use methods for EarlyProps and TestProps | Niko Matsakis | -214/+220 |