| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-01-05 | Check for profiler support via a flag, instead of an environment var | Zalathar | -1/+26 |
| 2024-01-04 | Rollup merge of #119184 - Rajveer100:branch-for-issue-118752, r=davidtwco | Matthias Krüger | -11/+17 |
| 2023-12-21 | Switch from using `//~ERROR` annotations with `--error-format` to `error-patt... | Rajveer | -11/+17 |
| 2023-12-21 | Enable -Zlint-mir by default for mir-opt tests | Tomasz Miąsko | -0/+1 |
| 2023-12-14 | update use of feature flags | lcnr | -2/+2 |
| 2023-12-07 | also print 'immutable' flag | Ralf Jung | -2/+5 |
| 2023-11-30 | Auto merge of #118036 - DianQK:thinlto-tests, r=tmiasko | bors | -15/+55 |
| 2023-11-30 | Add thinlto support to codegen, assembly and coverage tests | DianQK | -15/+55 |
| 2023-11-29 | Auto merge of #118132 - onur-ozkan:stdlib-assertion-status-to-compiletest, r=... | bors | -2/+8 |
| 2023-11-24 | Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)` | David Tolnay | -1/+1 |
| 2023-11-21 | utilize stdlib debug assertion status in compiletest | onur-ozkan | -2/+8 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -15/+1 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -3/+1 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -2/+1 |
| 2023-11-09 | Auto merge of #117122 - ferrocene:pa-configure-git-diff, r=albertlarsan68 | bors | -3/+20 |
| 2023-11-09 | fmt | Pietro Albini | -4/+1 |
| 2023-11-08 | coverage: Rename the `run-coverage` test mode to `coverage-run` | Zalathar | -11/+11 |
| 2023-11-08 | Auto merge of #117484 - Zalathar:tests, r=cjgillot | bors | -5/+15 |
| 2023-11-07 | coverage: Give each coverage test mode a separate output directory | Zalathar | -2/+12 |
| 2023-11-07 | coverage: Copy all remaining run-coverage tests into coverage-map | Zalathar | -1/+1 |
| 2023-11-07 | coverage: Use `-Copt-level=2` by default in run-coverage tests | Zalathar | -2/+2 |