| Age | Commit message (Expand) | Author | Lines |
| 2018-03-23 | Test fixes | Alex Crichton | -1/+1 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -7/+8 |
| 2018-03-22 | Rollup merge of #49158 - varkor:compiletest-triples, r=rkruppe | kennytm | -7/+26 |
| 2018-03-22 | Rollup merge of #49140 - semarie:rustdoc-test-path, r=alexcrichton | kennytm | -0/+2 |
| 2018-03-21 | Revert "remove FIXME(#33435) and remove the spurious failures counter measure" | Niv Kaminer | -0/+5 |
| 2018-03-20 | Make compiletest do exact matching on triples | varkor | -2/+4 |
| 2018-03-20 | Add more canonicalisations for OS_TABLE and ARCH_TABLE | varkor | -5/+21 |
| 2018-03-19 | Revert "Remove useless powerpc64 entry from ARCH_TABLE, closes #47737" | varkor | -0/+1 |
| 2018-03-18 | Allow test target to pass without installing | Sébastien Marie | -0/+2 |
| 2018-03-17 | remove FIXME(#33435) and remove the spurious failures counter measure | Niv Kaminer | -5/+0 |
| 2018-03-17 | remove FIXME(#11094) and allow make tests to run on targets besides host | Niv Kaminer | -5/+0 |
| 2018-03-16 | Rollup merge of #48875 - jcowgill:mips-test-fixes, r=sanxiyn | kennytm | -0/+1 |
| 2018-03-14 | test for putting back check on json | Guillaume Gomez | -20/+43 |
| 2018-03-11 | test: Forcibly remove MAKEFLAGS in compiletest | Alex Crichton | -1/+8 |
| 2018-03-08 | tools/compiletest: add mips64 to ARCH_LIST | James Cowgill | -0/+1 |
| 2018-03-07 | Merge branch 'compiletest-update' of https://github.com/alexcrichton/rust int... | Alex Crichton | -12/+15 |
| 2018-03-06 | Update compiletest's dependencies | Alex Crichton | -12/+15 |
| 2018-03-06 | Auto merge of #48642 - alexcrichton:compile-cargo-once, r=michaelwoerister | bors | -2/+2 |
| 2018-03-06 | Update env_logger to 0.5.4 | Alex Crichton | -2/+2 |
| 2018-03-04 | Remove useless powerpc64 entry from ARCH_TABLE, closes #47737 | debris | -1/+0 |
| 2018-02-28 | Rollup merge of #48488 - varkor:handle-gdb-error-compiletest, r=michaelwoerister | kennytm | -11/+6 |
| 2018-02-26 | Implement opt-out from UI testing normalization | Vadim Petrochenkov | -3/+16 |
| 2018-02-26 | Support flag `-Z ui-testing` for tweaking diagnostic output for UI tests | Vadim Petrochenkov | -5/+2 |
| 2018-02-25 | Update tools code | Guillaume Gomez | -38/+21 |
| 2018-02-23 | Handle gdb command failure gracefully in compiletest | varkor | -11/+6 |
| 2018-02-18 | Auto merge of #47544 - U007D:master, r=nikomatsakis | bors | -6/+20 |
| 2018-02-15 | Auto merge of #48203 - kennytm:rollup, r=kennytm | bors | -10/+14 |
| 2018-02-13 | Improve debuggability of #48116. | kennytm | -1/+1 |
| 2018-02-12 | changed termination_trait's bound from Error to Debug; added compiletest head... | Brad Gibson | -6/+20 |
| 2018-02-12 | Update compiletest's `read2` function | Alex Crichton | -10/+14 |
| 2018-02-11 | Delete executables if the test ran successfully. | Mark Simulacrum | -3/+5 |
| 2018-02-12 | compiletest: Delete the executable immediately after running. | kennytm | -2/+8 |
| 2018-02-04 | Rollup merge of #47978 - eddyb:iu, r=kennytm | kennytm | -4/+4 |
| 2018-02-03 | ui tests: diff from old (expected) to new (actual) instead of backwards. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-01-31 | Enable stack-probe tests with system LLVM >= 5.0 | Josh Stone | -1/+1 |
| 2018-01-30 | Rollup merge of #47780 - varkor:cross-file-errors-line-col, r=estebank | kennytm | -1/+1 |
| 2018-01-28 | Auto merge of #47671 - alexcrichton:trans-c-api-only, r=Mark-Simulacrum | bors | -3/+10 |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -3/+10 |
| 2018-01-26 | Added JSON output to libtest. | Gilad Naaman | -1/+1 |
| 2018-01-26 | Add line numbers and columns to error messages spanning multiple files | varkor | -1/+1 |
| 2018-01-18 | Change the --unpretty flag to -Z unpretty | Mark Mansi | -2/+1 |
| 2018-01-16 | add a comment about parsing only prefix in header.rs | Pulkit Goyal | -0/+2 |
| 2018-01-16 | rename parse_cfg_prefix() to has_cfg_prefix() | Pulkit Goyal | -2/+2 |
| 2018-01-16 | return the boolean value directly instead of using if-else | Pulkit Goyal | -5/+1 |
| 2018-01-16 | implement "only-<platforms>" for test headers | Pulkit Goyal | -0/+13 |
| 2018-01-13 | Rollup merge of #47185 - ritiek:ui-test-failed-output, r=nikomatsakis | kennytm | -9/+106 |
| 2018-01-09 | Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichton | Corey Farwell | -1/+1 |
| 2018-01-08 | Shorten names of some compiler generated artifacts. | Michael Woerister | -0/+4 |
| 2018-01-07 | Try to fix a perf regression by updating log | Malo Jaffré | -1/+1 |
| 2018-01-06 | Show line numbers | ritiek | -5/+101 |