| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-09-21 | Fix ui-fulldeps --stage=1 with -Zignore-directory-in-diagnostics-source-blocks | Michael Goulet | -8/+11 |
| 2023-09-19 | Auto merge of #115644 - danakj:catalyst-asan, r=cjgillot,thomcc | bors | -0/+5 |
| 2023-09-19 | Rollup merge of #115943 - ehuss:compiletest-errors, r=compiler-errors | Matthias Krüger | -8/+8 |
| 2023-09-18 | compiletest: Don't swallow some error messages. | Eric Huss | -8/+8 |
| 2023-09-18 | Enable ASAN/LSAN/TSAN for *-apple-ios-macabi | danakj | -0/+5 |
| 2023-09-15 | avoid blessing cargo deps's source code in ui tests | Pietro Albini | -0/+10 |
| 2023-09-13 | Auto merge of #115706 - RalfJung:compiletest-truncation, r=wesleywiser | bors | -70/+74 |
| 2023-09-12 | Auto merge of #115128 - davidtwco:re-enable-debuginfo-test, r=wesleywiser | bors | -0/+9 |
| 2023-09-09 | don't even try to compare with reference when there was truncation | Ralf Jung | -7/+43 |
| 2023-09-09 | compiletest: only truncate at the end, to make it more clearly visible | Ralf Jung | -63/+31 |
| 2023-09-05 | Add test suite `coverage-map` to test coverage mappings emitted by LLVM | Zalathar | -5/+74 |
| 2023-08-30 | compiletest: support for newer lldb versions | David Wood | -0/+9 |