| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-10-08 | rustbuild: Optimize build times slightly | Alex Crichton | -2/+2 |
| 2016-10-08 | Rollup merge of #37016 - alexcrichton:workspaces, r=japaric | Manish Goregaokar | -92/+0 |
| 2016-10-07 | Use workspaces and switch to a single Cargo.lock. | Ahmed Charles | -92/+0 |
| 2016-10-06 | std: Minor cleanup to libtest | Alex Crichton | -1/+1 |
| 2016-09-30 | Update bootstrap and compiletest to use the detected nodejs | Brian Anderson | -1/+5 |
| 2016-09-30 | Ignore all debuginfo tests on emscripten | Brian Anderson | -1/+8 |
| 2016-09-30 | Preliminary wasm32 support | Brian Anderson | -5/+5 |
| 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 |