| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-01-06 | Auto merge of #47155 - nerd2:debuginfo_test_fix, r=alexcrichton | bors | -0/+7 |
| 2018-01-04 | Clean output | ritiek | -9/+10 |
| 2018-01-03 | Restore working debuginfo tests by trimming comments from non-header directiv... | Sam | -0/+7 |
| 2018-01-02 | Force the creation of libs instead of dylibs on CloudABI. | Ed Schouten | -2/+3 |
| 2018-01-01 | Move the TestPaths structure from libtest to compiletest. | Ed Schouten | -5/+11 |
| 2018-01-01 | Add CloudABI to the list of supported targets in compiletest. | Ed Schouten | -0/+1 |
| 2017-12-24 | Deprecate [T]::rotate in favor of [T]::rotate_{left,right}. | Corey Farwell | -1/+1 |
| 2017-12-22 | Rollup merge of #46636 - frewsxcv:frewsxcv-fn-box, r=estebank | kennytm | -1/+1 |
| 2017-12-18 | incr.comp.: Add -Cincremental in addition to -Zincremental | Michael Woerister | -1/+1 |
| 2017-12-15 | Replace libtest/lib.rs:FnBox with std::boxed::FnBox. | Corey Farwell | -1/+1 |
| 2017-12-14 | Support regexes in custom normalization in UI tests | Vadim Petrochenkov | -1/+5 |
| 2017-12-10 | Imply must-compile-successfully in ui-tests when the run-pass flag is present. | Tommy Ip | -4/+6 |
| 2017-12-10 | Enforce successful ui tests to have must-compile-successfully flag. | Tommy Ip | -7/+11 |
| 2017-12-07 | extend MIR dump with detailed, extra information | Niko Matsakis | -3/+8 |
| 2017-12-06 | pacify the mercilous tidy | Niko Matsakis | -1/+2 |
| 2017-12-06 | compiletest: account for `ui` reference files when deciding to skip | Niko Matsakis | -8/+40 |
| 2017-12-06 | runtest: rustfmt | Niko Matsakis | -754/+1136 |
| 2017-11-26 | Compiletest libc dependency can be unix-only | David Tolnay | -0/+2 |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -13/+21 |
| 2017-11-24 | UI tests extract the regular output from the 'rendered' field in json | Oliver Schneider | -8/+48 |
| 2017-11-24 | Simplify an Iterator::fold to Iterator::any | Oliver Schneider | -1/+1 |
| 2017-11-22 | Rollup merge of #46052 - oli-obk:rendered_diagnostics_in_json, r=petrochenkov | kennytm | -4/+14 |
| 2017-11-20 | Address PR comments | Oliver Schneider | -1/+5 |
| 2017-11-20 | Include rendered diagnostic in json | Oliver Schneider | -4/+10 |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -4/+33 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -4/+33 |
| 2017-11-17 | Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis | bors | -0/+1 |
| 2017-11-15 | Allow minimum system LLVM version in tests | Tom Tromey | -0/+8 |
| 2017-11-14 | incr.comp.: Cache TypeckTables and add -Zincremental-queries flag. | Michael Woerister | -1/+2 |
| 2017-11-13 | Rollup merge of #45917 - ollie27:compiletest_stamp, r=alexcrichton | kennytm | -0/+5 |
| 2017-11-10 | compiletest: Fix a couple of test re-run issues | Oliver Middleton | -0/+5 |
| 2017-11-10 | Fix test case header parsing code in presence of multiple revisions. | Michael Woerister | -10/+11 |
| 2017-11-10 | Rollup merge of #45783 - kennytm:compiler-test-fixes, r=alexcrichton | kennytm | -7/+300 |
| 2017-11-08 | Auto merge of #45867 - michaelwoerister:check-ich-stability, r=nikomatsakis | bors | -0/+1 |
| 2017-11-08 | incr.comp.: Always verify incr. comp. hashes when running incremental tests. | Michael Woerister | -0/+1 |
| 2017-11-06 | Auto merge of #45737 - oli-obk:json, r=petrochenkov | bors | -1/+2 |
| 2017-11-06 | Abbreviate some stdout/stderr output in compiletest. | kennytm | -7/+300 |
| 2017-11-05 | Auto merge of #45748 - petrochenkov:short, r=alexcrichton | bors | -1/+15 |
| 2017-11-03 | Shorten paths to auxiliary files created by tests | Vadim Petrochenkov | -1/+15 |
| 2017-11-03 | Pretty print json in ui tests | Oliver Schneider | -1/+2 |
| 2017-11-02 | improve compiletest output for errors from mir-opt tests | Mikhail Modin | -3/+16 |
| 2017-10-31 | runtest: fix mir directory and delete outdated MIR files | Niko Matsakis | -5/+4 |
| 2017-10-25 | Compiletest should parse suggestions from the spans | Oliver Schneider | -9/+10 |