| Age | Commit message (Expand) | Author | Lines |
| 2020-01-20 | compiletest: Simplify multi-debugger support | Tomasz Miąsko | -278/+211 |
| 2020-01-15 | Auto merge of #68248 - JohnTitor:rollup-x0kml5f, r=JohnTitor | bors | -4/+2 |
| 2020-01-15 | Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichton | Yuki Okushi | -4/+2 |
| 2020-01-14 | Update rustfix in compiletest. | Eric Huss | -1/+1 |
| 2020-01-12 | convert match statement to if let | Tobias Thiel | -5/+2 |
| 2020-01-11 | use winapi for non-stdlib Windows bindings | Andy Russell | -4/+2 |
| 2020-01-11 | Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrich... | Lzu Tao | -0/+1 |
| 2020-01-11 | Rollup merge of #68019 - cuviper:in-tree-compiletest, r=Mark-Simulacrum | Yuki Okushi | -1/+3 |
| 2020-01-10 | Rollup merge of #68006 - infinity0:master, r=nikomatsakis | Yuki Okushi | -0/+1 |
| 2020-01-09 | compiletest: Do not deduplicate diagnostics in UI tests | Vadim Petrochenkov | -0/+2 |
| 2020-01-08 | Comment on allowing only feature(test) in compiletest | Josh Stone | -1/+3 |
| 2020-01-08 | Recognise riscv64 in compiletest | Ximin Luo | -0/+1 |
| 2020-01-06 | remove usage of feature gate | dylan_DPC | -1/+0 |
| 2020-01-04 | tools/compiletest: fix argument ordering for allowing unused in ui & compile-... | Tobias Thiel | -11/+31 |
| 2019-12-30 | Support `-Z ui-testing=yes/no` | Vadim Petrochenkov | -18/+2 |
| 2019-12-27 | Teach `compiletest` to ignore platform triples | Esteban Küber | -0/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -988/+520 |
| 2019-12-21 | refactor & address review comments | Mazdak Farrokhzad | -57/+103 |
| 2019-12-21 | rework run-fail and support check,build-fail | Mazdak Farrokhzad | -23/+54 |
| 2019-12-21 | make `--pass check` work with `// run-fail` tests | Mazdak Farrokhzad | -2/+6 |
| 2019-12-18 | Fix compiletest fallout from stage0 bump | Mark Rousskov | -0/+1 |
| 2019-12-09 | compiletest: add aux-crate directive | Eric Huss | -93/+95 |
| 2019-12-09 | Add options to --extern flag. | Eric Huss | -6/+6 |
| 2019-11-21 | Give name to full regex capture | Dylan MacKenzie | -2/+3 |
| 2019-11-21 | Allow multiple cfgs per comment in "revisions:" tests | Dylan MacKenzie | -42/+47 |
| 2019-11-20 | Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister | Mazdak Farrokhzad | -4/+37 |
| 2019-11-15 | Move JSON emitter to rustc_errors | Mark Rousskov | -1/+1 |
| 2019-11-14 | Rollup merge of #66369 - tmiasko:compiletest-stamp, r=Mark-Simulacrum | Yuki Okushi | -72/+90 |
| 2019-11-13 | compiletest: Avoid double negation in ignore condition | Tomasz Miąsko | -5/+6 |
| 2019-11-13 | compiletest: Obtain timestamps for common inputs only once | Tomasz Miąsko | -70/+87 |
| 2019-11-13 | Improve error message in make_tests | Philip Munksgaard | -1/+1 |
| 2019-11-12 | Compiletest bump to stage0 bootstrap libtest | Mark Rousskov | -0/+2 |
| 2019-11-10 | Make error and warning annotations mandatory in UI tests | Tomasz Miąsko | -2/+11 |
| 2019-11-08 | check for sould-ice either in compilefail or incremental cfail | Quentin Boyer | -0/+12 |
| 2019-11-07 | putting the failure_status code in header.rs | Quentin Boyer | -6/+4 |
| 2019-11-03 | tidy | Quentin Boyer | -1/+3 |
| 2019-11-03 | remove another status code check is should-ice | Quentin Boyer | -1/+6 |
| 2019-11-03 | add header to compiletest to check for ice | Quentin Boyer | -4/+20 |
| 2019-11-03 | Validate error patterns and error annotation in ui tests when present | Tomasz Miąsko | -8/+11 |
| 2019-10-25 | Re-enable Emscripten's exception handling support | Thomas Lively | -4/+0 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -1/+4 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -4/+1 |
| 2019-10-04 | Fix ABI, run and fix more tests, re-enable CI for PRs | Thomas Lively | -1/+4 |
| 2019-09-28 | Support run-fail ui tests | Tyler Mandry | -4/+25 |
| 2019-09-26 | Upgrade env_logger to 0.7 | Mateusz Mikuła | -1/+1 |
| 2019-09-23 | Add `#![deny(warnings)]` to internal tools | Alex Crichton | -0/+1 |
| 2019-09-15 | use println!() | Guanqun Lu | -4/+4 |
| 2019-09-07 | run-pass tests shouldn't have unused contents | Mark Rousskov | -1/+10 |
| 2019-09-07 | Rollup merge of #64258 - smaeul:patch/arm-tests, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+7 |
| 2019-09-07 | Rollup merge of #64235 - mati865:env_logger, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |