| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -9/+13 |
| 2023-08-24 | attempt to better normalize remote-test-client output for tests | Ralf Jung | -9/+13 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -15/+3 |
| 2023-08-17 | coverage: Anonymize line numbers in `run-coverage` test snapshots | Zalathar | -0/+17 |
| 2023-08-08 | interpret: remove incomplete protection against invalid where clauses | Ralf Jung | -1/+1 |
| 2023-08-06 | bump schannel, miow to drop windows-sys 0.42 | klensy | -1/+1 |
| 2023-08-04 | Fix ui-fulldeps missing the internal_features lint on stage 0 | Michael Goulet | -2/+7 |
| 2023-08-04 | Rollup merge of #114429 - Enselic:compiletest-fix, r=est31 | Matthias Krüger | -10/+14 |
| 2023-08-03 | compiletest: Handle non-utf8 paths (fix FIXME) | Martin Nordholts | -10/+14 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -1/+10 |
| 2023-07-29 | Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e... | bors | -1/+1 |
| 2023-07-27 | Rollup merge of #114032 - tshepang:patch-1, r=GuillaumeGomez | Guillaume Gomez | -2/+2 |
| 2023-07-27 | Rollup merge of #114102 - compiler-errors:fulldeps-stage1-hack, r=pnkfelix | Matthias Krüger | -1/+8 |
| 2023-07-26 | Dont pass -Zwrite-long-types-to-disk=no for ui-fulldeps --stage=1 | Michael Goulet | -1/+8 |