| Age | Commit message (Expand) | Author | Lines |
| 2024-04-20 | Rollup merge of #124196 - RalfJung:mir-opt-tests, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-04-20 | mir-opt tests: rename unit-test -> test-mir-pass | Ralf Jung | -3/+3 |
| 2024-04-19 | Match hyphen in multi-revision comment matchers | Trevor Gross | -1/+16 |
| 2024-04-17 | Rollup merge of #123975 - lqd:rust-lld-tests, r=jieyouxu | Guillaume Gomez | -0/+1 |
| 2024-04-16 | Make ui_test backtraces short by default | Oli Scherer | -1/+4 |
| 2024-04-16 | Unset test env vars before setting new ones. | Oli Scherer | -2/+2 |
| 2024-04-15 | add missing lld directive to compiletest | Rémy Rakic | -0/+1 |
| 2024-04-15 | Auto merge of #122997 - matthiaskrgr:compiletest_ices, r=oli-obk | bors | -7/+54 |
| 2024-04-14 | update README and add COMPILETEST_VERBOSE_CRASHES env var which when set prin... | Matthias Krüger | -7/+12 |
| 2024-04-14 | crashes: fix ice detection which did not trigger if code compiled without err... | Matthias Krüger | -8/+8 |
| 2024-04-14 | compiletest: switch crash detection logic for run_crash_test around | Matthias Krüger | -5/+6 |
| 2024-04-14 | run_crash_test(): better error message when we get a none-ice | Matthias Krüger | -1/+5 |
| 2024-04-14 | compiletest: crashes: turn off backtraces for faster tests | Matthias Krüger | -2/+13 |
| 2024-04-14 | tidy: add tidy check agains \.rs files inside tests/crashes that are missing ... | Matthias Krüger | -1/+1 |
| 2024-04-14 | add ignore-mode-crashes to the know list of compiletest directive names | Matthias Krüger | -0/+1 |
| 2024-04-14 | bootstrap/compiletest: implement "crashes" tests that fail if no ice is repro... | Matthias Krüger | -6/+31 |
| 2024-04-13 | Update rustfix to 0.8.1 | Eric Huss | -1/+1 |
| 2024-04-12 | Auto merge of #121430 - madsmtm:mac-catalyst-iOSSupport, r=wesleywiser | bors | -0/+7 |
| 2024-04-12 | Rollup merge of #123763 - cuviper:host-rpath-run-make-v2, r=jieyouxu | Matthias Krüger | -12/+17 |
| 2024-04-11 | Use `env::split_paths`/`join_paths` in runtest | Josh Stone | -16/+15 |
| 2024-04-10 | Set the host library path in run-make v2 | Josh Stone | -0/+6 |
| 2024-04-11 | compiletest: error when finding a trailing directive | Urgau | -5/+52 |
| 2024-04-10 | Add Apple platforms to compiletest KNOWN_DIRECTIVE_NAMES | Mads Marquart | -0/+7 |
| 2024-04-10 | Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQK | Matthias Krüger | -0/+1 |
| 2024-04-09 | Rollup merge of #123672 - davidtwco:compiletest-unset-log-color, r=clubby789 | Guillaume Gomez | -1/+1 |
| 2024-04-09 | Rollup merge of #123626 - Zalathar:test-tools-mcdc, r=oli-obk | Guillaume Gomez | -52/+61 |
| 2024-04-09 | compiletest: unset `RUSTC_LOG_COLOR` | David Wood | -1/+1 |
| 2024-04-09 | Convert tests/run-make/cross-lang-lto-riscv-abi to rmake | kxxt | -0/+1 |
| 2024-04-08 | Fix UI tests with dist-vendored dependencies | Josh Stone | -0/+5 |
| 2024-04-08 | Replace branch coverage line anonymization test with MC/DC | Zalathar | -52/+48 |
| 2024-04-08 | Add MC/DC support to coverage test tools | zhuyunxing | -0/+13 |
| 2024-04-07 | compiletest: properly handle revisioned run-rustfix tests | 许杰友 Jieyou Xu (Joe) | -1/+21 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -1/+1 |
| 2024-04-01 | Modify compiletest and run-make-support to support CC invocations in rmake.rs | 许杰友 Jieyou Xu (Joe) | -4/+10 |
| 2024-03-29 | compiletest: print reason for failing to read tests | Michael Baikov | -1/+3 |
| 2024-03-27 | Convert wasmtime check into a compiletest needs directive | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2024-03-27 | Accept only-wasm32-wasip1 directives | 许杰友 Jieyou Xu (Joe) | -3/+4 |
| 2024-03-27 | Rollup merge of #123024 - maurer:kcfi-testing, r=workingjubilee | Guillaume Gomez | -0/+1 |
| 2024-03-26 | Auto merge of #118644 - madsmtm:macos-weak-linking-test, r=compiler-errors | bors | -0/+1 |
| 2024-03-26 | CFI: Enable KCFI testing of run-pass tests | Matthew Maurer | -0/+1 |
| 2024-03-23 | Track run-make-support lib in common inputs stamp | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-03-20 | Rollup merge of #122786 - Enselic:remove_and_create_dir_all, r=onur-ozkan | Jacob Pratt | -15/+12 |
| 2024-03-20 | compiletest: Introduce remove_and_create_dir_all() helper | Martin Nordholts | -15/+12 |
| 2024-03-20 | compiletest: mir_dump_dir.as_path() -> &mir_dump_dir | Martin Nordholts | -1/+1 |
| 2024-03-20 | When comparing SVG tests against their blessed version, ignore the first line | Esteban Küber | -5/+14 |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -9/+0 |
| 2024-03-20 | step cfgs | Mark Rousskov | -9/+0 |
| 2024-03-19 | Auto merge of #122029 - estebank:drive-by-ui-test, r=oli-obk | bors | -1/+1 |
| 2024-03-19 | compiletest: Add support for `//@ aux-bin: foo.rs` | Martin Nordholts | -20/+71 |
| 2024-03-19 | compiletest: Replace bool with enum AuxType for clarity | Martin Nordholts | -23/+29 |