| Age | Commit message (Expand) | Author | Lines |
| 2024-01-23 | Remove support for no-system-llvm | Nikita Popov | -12/+12 |
| 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 |
| 2023-11-06 | Allow tests with rust-rustfix and revisions | Matthew Jasper | -1/+1 |
| 2023-11-06 | rename github_repository to git_repository | Pietro Albini | -5/+5 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -2/+1 |
| 2023-10-28 | Remove asmjs from tools | Jubilee Young | -15/+1 |
| 2023-10-27 | Don't provide `rust-demangler` to run-make tests | Zalathar | -4/+0 |
| 2023-10-25 | compiletest: Display compilation errors in mir-opt tests | Tomasz Miąsko | -1/+1 |
| 2023-10-24 | allow configuring the parent GitHub repository | Pietro Albini | -3/+23 |
| 2023-10-23 | Fix comment: coverage-map tests compile to LLVM IR, not MIR | Zalathar | -1/+1 |
| 2023-10-19 | Allow to run filecheck in mir-opt tests. | Camille GILLOT | -39/+26 |
| 2023-10-16 | Stop trying to preserve pretty-printing. | Camille GILLOT | -17/+17 |
| 2023-10-16 | Elaborate comment. | Camille GILLOT | -0/+2 |
| 2023-10-16 | Motivate renumbering and avoid underflow. | Camille GILLOT | -3/+6 |
| 2023-10-16 | Normalize alloc-id in tests. | Camille GILLOT | -0/+29 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -11/+8 |
| 2023-10-08 | compiletest: add a way to specify params with spaces | Michael Howell | -1/+9 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -11/+8 |
| 2023-10-08 | linker: Remove `-Zgcc-ld` option | Vadim Petrochenkov | -2/+2 |
| 2023-09-29 | add needs-relocation-model-pic to compiletest | Pietro Albini | -0/+11 |
| 2023-09-21 | compiletest: load supports-xray from target spec | Tomasz Miąsko | -15/+3 |
| 2023-09-21 | compiletest: load supported sanitizers from target spec | Tomasz Miąsko | -101/+31 |
| 2023-09-21 | compiletest: use builder pattern to construct Config in tests | Tomasz Miąsko | -93/+141 |