| Age | Commit message (Expand) | Author | Lines |
| 2020-03-06 | fix various typos | Matthias Krüger | -2/+2 |
| 2020-03-03 | Add test for -Znew-llvm-pass-manager -Clto=thin -Zsanitizer=... | Tomasz Miąsko | -0/+18 |
| 2020-02-18 | Rollup merge of #69205 - JohnTitor:allow-whitespaces, r=Mark-Simulacrum | Dylan DPC | -9/+2 |
| 2020-02-16 | Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simula... | bors | -11/+28 |
| 2020-02-16 | Allow whitespaces in revision flags | Yuki Okushi | -9/+2 |
| 2020-02-02 | compiletest: error if `compile-fail` header in ui test. | Tyler Lanphear | -0/+3 |
| 2020-01-28 | Auto merge of #68533 - tmiasko:compiletest, r=nikomatsakis | bors | -119/+279 |
| 2020-01-26 | update | comet | -1/+1 |
| 2020-01-27 | compiletest: Don't load TestProps from a directories | Tomasz Miąsko | -102/+106 |
| 2020-01-27 | compiletest: Derive Default for EarlyProps | Tomasz Miąsko | -8/+2 |
| 2020-01-27 | compiletest: Remove unused llvm-cxxflags option | Tomasz Miąsko | -5/+0 |
| 2020-01-27 | compiletest: Add unit tests for EarlyProps | Tomasz Miąsko | -1/+155 |
| 2020-01-27 | compiletest: Update mode list displayed in `--help` | Tomasz Miąsko | -1/+2 |
| 2020-01-27 | compiletest: Parse EarlyProps from a reader | Tomasz Miąsko | -4/+10 |
| 2020-01-27 | compiletest: Remove unnecessary memory allocation in iter_header | Tomasz Miąsko | -3/+9 |
| 2020-01-23 | Auto merge of #68391 - tmiasko:compiletest-debuginfo, r=alexcrichton | bors | -278/+215 |
| 2020-01-23 | compiletest: Do not run debuginfo tests with gdb on msvc targets | Tomasz Miąsko | -0/+4 |
| 2020-01-21 | Account for run-make tests in `is_up_to_date` | Jonas Schievink | -1/+2 |
| 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 |