| Age | Commit message (Expand) | Author | Lines |
| 2018-05-07 | Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichton | bors | -7/+22 |
| 2018-05-05 | Misc tweaks | John Kåre Alsaker | -2/+38 |
| 2018-05-04 | Fold rustfix tests back into the UI test suite | Alex Crichton | -62/+44 |
| 2018-05-04 | Use published rustfix 0.2 version | Pascal Hertleif | -1/+1 |
| 2018-05-04 | test: Make a dedicated testsuite for rustfix | Alex Crichton | -43/+82 |
| 2018-05-04 | tidy | Pascal Hertleif | -3/+6 |
| 2018-05-04 | Skip NLL compiletest in rustfix mode for now | Pascal Hertleif | -3/+6 |
| 2018-05-04 | Use rustfix' suggestion fixing API | Pascal Hertleif | -74/+6 |
| 2018-05-04 | First step towards rustfix compiletest mode | Pascal Hertleif | -2/+90 |
| 2018-05-03 | Include the test name when reporting that an expected line was not found in a... | Felix S. Klock II | -0/+2 |
| 2018-05-03 | Support test header directives in run-make mode too. | Michael Woerister | -7/+22 |
| 2018-04-27 | Auto merge of #49891 - cuviper:compiletest-crash, r=alexcrichton | bors | -0/+2 |
| 2018-04-25 | compiletest: introduce skip-trans | Tatsuyuki Ishi | -3/+21 |
| 2018-04-24 | compiletest: detect non-ICE compiler panics | Josh Stone | -0/+2 |
| 2018-04-20 | Add doc for output_base_name_stage. | Eric Huss | -0/+2 |
| 2018-04-20 | Fix revision support for UI tests. | Eric Huss | -26/+42 |
| 2018-04-20 | Fix #50113: must explicitly request file name when using with_file_name. | Felix S. Klock II | -2/+4 |
| 2018-04-18 | When running under compare-mode=nll, generate expected output to `foo.nll.std... | Felix S. Klock II | -2/+8 |
| 2018-04-18 | Generate separate stamp files for `--compare-mode=nll`, and also use them. :) | Felix S. Klock II | -3/+8 |
| 2018-04-18 | Change output of `compiletest` to include the compare-mode when present. | Felix S. Klock II | -2/+6 |
| 2018-04-17 | Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelix | bors | -1/+1 |
| 2018-04-16 | Add rustdoc-ui test suite | Guillaume Gomez | -22/+35 |
| 2018-04-15 | remove -Znll -- borrowck=mir implies nll now | Niko Matsakis | -1/+1 |
| 2018-04-13 | Rename must-compile-successfully into compile-pass | Guillaume Gomez | -9/+9 |
| 2018-04-11 | fixed typo | memoryleak47 | -1/+1 |
| 2018-04-06 | Auto merge of #49293 - memoryleak47:add-compiletest-nll-compare-mode, r=pnkfelix | bors | -22/+82 |
| 2018-04-03 | make tidy happy | memoryleak47 | -1/+2 |
| 2018-04-03 | running compiletest with --compare-mode will now run, even if the stamp is up... | memoryleak47 | -1/+1 |
| 2018-03-23 | Test fixes | Alex Crichton | -1/+1 |
| 2018-03-23 | the expected ui output is now the empty String if the corresponding files are... | memoryleak47 | -9/+6 |
| 2018-03-23 | some tidy fixes | memoryleak47 | -4/+22 |
| 2018-03-23 | compiletest ui does not check for //~ comments, when --compare-mode is active | memoryleak47 | -1/+1 |
| 2018-03-23 | add --compare-mode option to compiletest | memoryleak47 | -20/+64 |
| 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 |