| Age | Commit message (Expand) | Author | Lines |
| 2020-04-03 | Auto merge of #70156 - michaelwoerister:incr-cgus, r=nikomatsakis | bors | -1/+11 |
| 2020-04-01 | compiletest: don't use `std::io::stdout()`, as it bypasses `set_print`. | Eduard-Mihai Burtescu | -8/+4 |
| 2020-03-31 | Add a test case for incremental + codegen-units interaction. | Michael Woerister | -1/+11 |
| 2020-03-26 | Enable `--bless`ing of MIR dumps | Oliver Scherer | -25/+114 |
| 2020-03-26 | Remove unused argument | Oliver Scherer | -18/+3 |
| 2020-03-25 | Auto merge of #70297 - nnethercote:clean-up-debugging-options, r=michaelwoeri... | bors | -4/+3 |
| 2020-03-24 | Remove `-Z incremental`. | Nicholas Nethercote | -3/+3 |
| 2020-03-24 | Remove `-Z incremental-queries`. | Nicholas Nethercote | -1/+0 |
| 2020-03-19 | Fix LLVM version handling in compiletest | Nikita Popov | -9/+23 |
| 2020-03-16 | Rollup merge of #69964 - ollie27:ci_nodejs, r=Mark-Simulacrum,GuillaumeGomez | Dylan DPC | -1/+1 |
| 2020-03-13 | Allow `rustdoc-js` and `rustdoc-js-std` to use none default build dir location | Oliver Middleton | -1/+1 |
| 2020-03-11 | Rollup merge of #66472 - GuillaumeGomez:show-coverage-json, r=ollie27 | Mazdak Farrokhzad | -1/+3 |
| 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-03-02 | Extend json detection in runtest | Guillaume Gomez | -1/+3 |
| 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 |