| Age | Commit message (Expand) | Author | Lines |
| 2024-03-13 | compiletest: Allow `only-unix` in test headers | Martin Nordholts | -0/+3 |
| 2024-03-12 | Rollup merge of #122355 - fmease:rustdoc-fix-up-old-test, r=notriddle | Jubilee | -1/+0 |
| 2024-03-12 | rustdoc: fix up old test | León Orell Valerian Liehr | -1/+0 |
| 2024-03-11 | compiletest: Automatically compare output by subset with runners | Alex Crichton | -49/+20 |
| 2024-03-11 | Remove old support for emscripten/wasm32-u-u | Alex Crichton | -29/+1 |
| 2024-03-11 | Rollup merge of #122108 - alexcrichton:target-config-runtool, r=WaffleLapkin | Jacob Pratt | -7/+9 |
| 2024-03-10 | Error on invalid compiletest directives in Rust test files | 许杰友 Jieyou Xu (Joe) | -31/+172 |
| 2024-03-08 | Add `target.*.runner` configuration for targets | Alex Crichton | -7/+9 |
| 2024-03-06 | compiletest: Add a `//@ needs-threads` directive | Alex Crichton | -0/+35 |
| 2024-03-04 | Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiser | bors | -0/+10 |
| 2024-03-03 | Auto merge of #121877 - estebank:fancy-svg, r=compiler-errors | bors | -3/+25 |
| 2024-03-02 | On tests that specify --color=always emit SVG file with stderr output | Esteban Kuber | -3/+25 |
| 2024-03-02 | Add a new `wasm32-wasip1` target to rustc | Alex Crichton | -0/+10 |
| 2024-03-01 | Add initial support for DataFlowSanitizer | Ramon de C Valle | -0/+8 |
| 2024-02-29 | Add supporting infrastructure for `run-make` V2 tests | 许杰友 Jieyou Xu (Joe) | -9/+269 |
| 2024-02-26 | Rollup merge of #120656 - Zalathar:filecheck-flags, r=wesleywiser | Guillaume Gomez | -16/+31 |
| 2024-02-23 | Ignore less tests in debug builds | Ben Kimock | -2/+5 |
| 2024-02-23 | Allow tests to specify a `//@ filecheck-flags:` header | Zalathar | -5/+14 |
| 2024-02-23 | Simplify existing code for setting `filecheck` flags | Zalathar | -11/+17 |
| 2024-02-22 | Update compiletest to only accept `//@` directives | 许杰友 Jieyou Xu (Joe) | -30/+13 |
| 2024-02-22 | Update list of known directive names for diagnostics | 许杰友 Jieyou Xu (Joe) | -0/+52 |
| 2024-02-21 | Rollup merge of #121373 - Zalathar:test-revision, r=oli-obk | Matthias Krüger | -65/+81 |
| 2024-02-21 | Rollup merge of #121347 - davidtwco:compiletest-aux-aux, r=oli-obk | León Orell Valerian Liehr | -23/+23 |
| 2024-02-21 | compiletest: support auxiliaries with auxiliaries | David Wood | -23/+23 |
| 2024-02-21 | Flatten the parse logic in `line_directive` | Zalathar | -18/+13 |
| 2024-02-21 | Consistently refer to a test's `revision` instead of `cfg` | Zalathar | -41/+44 |
| 2024-02-21 | Improve internal docs for the `HeaderLine` callback struct | Zalathar | -8/+26 |
| 2024-02-20 | Update panic message for missing `//@ run-rustfix` ui test suite when a .fixe... | 许杰友 Jieyou Xu (Joe) | -4/+9 |
| 2024-02-20 | Rollup merge of #121233 - Zalathar:extra-directives, r=oli-obk | Nilstrieb | -49/+43 |
| 2024-02-18 | Auto merge of #121265 - klensy:bump-18-02-24, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-02-18 | windows bump to 0.52 | klensy | -1/+1 |
| 2024-02-18 | Move the extra directives for `Mode::CoverageRun` into `iter_header` | Zalathar | -39/+21 |
| 2024-02-18 | Wrap `iter_header` callback arguments in a documentable struct | Zalathar | -12/+24 |
| 2024-02-17 | compiletest: fix regex rebuilds | klensy | -2/+4 |
| 2024-02-16 | Implement infra support for migrating from `//` to `//@` ui test directives | 许杰友 Jieyou Xu (Joe) | -300/+557 |
| 2024-02-12 | Rollup merge of #120273 - klensy:ct-run, r=onur-ozkan | Matthias Krüger | -11/+16 |
| 2024-02-06 | Tweak a few mir-opt tests instead of using -Clink-dead-code | Ben Kimock | -1/+0 |
| 2024-02-06 | Use a better set of targets for blessing mir-opt tests | Ben Kimock | -0/+2 |
| 2024-01-24 | add fixme about walking tests tree | klensy | -0/+2 |
| 2024-01-23 | don't collect found paths into BTreeSet: | klensy | -5/+6 |
| 2024-01-23 | Remove support for no-system-llvm | Nikita Popov | -12/+12 |
| 2024-01-23 | reduce bufreader size from default(8kb) to 1kb | klensy | -1/+1 |
| 2024-01-23 | compiletest: reduce useless regex rebuilds | klensy | -5/+7 |
| 2024-01-18 | Warn when no profiler runtime means coverage tests won't be run/blessed | Zalathar | -0/+9 |
| 2024-01-09 | Rollup merge of #119619 - onur-ozkan:panic-abort-mir-opt, r=oli-obk | Matthias Krüger | -12/+33 |
| 2024-01-08 | detect user-specified custom targets in compiletest | onur-ozkan | -12/+33 |
| 2024-01-07 | coverage: Anonymize line numbers in branch views | Zalathar | -3/+93 |
| 2024-01-05 | Allow coverage tests to enable `llvm-cov --use-color` | Zalathar | -0/+11 |
| 2024-01-05 | Extract a `split_flags` helper in header directive parsing | Zalathar | -9/+16 |
| 2024-01-05 | Allow tests to ignore individual test modes | Zalathar | -3/+36 |