| Age | Commit message (Expand) | Author | Lines |
| 2024-10-13 | Rollup merge of #131642 - jieyouxu:build-fail-check-fail, r=Kobzol | Matthias Krüger | -7/+26 |
| 2024-10-13 | Rollup merge of #131638 - Zalathar:debuggers, r=jieyouxu | Matthias Krüger | -274/+290 |
| 2024-10-13 | Rollup merge of #131614 - jieyouxu:rmake-no-rev, r=Kobzol | Matthias Krüger | -5/+14 |
| 2024-10-13 | Special case error message for a `build-fail` test that failed check build | 许杰友 Jieyou Xu (Joe) | -7/+26 |
| 2024-10-13 | Move debugger setup code out of `lib.rs` | Zalathar | -274/+290 |
| 2024-10-13 | Error on trying to use revisions in `run-make` tests | 许杰友 Jieyou Xu (Joe) | -5/+14 |
| 2024-10-13 | Remove the one thing that was checking a directive's `original_line` | Zalathar | -28/+4 |
| 2024-10-13 | Rename `HeaderLine` to `DirectiveLine` | Zalathar | -8/+13 |
| 2024-10-11 | Include all kinds of auxiliary crates in the up-to-date timestamp | Zalathar | -1/+17 |
| 2024-10-11 | Use the same `AuxProps` parser for `EarlyProps` | Zalathar | -28/+9 |
| 2024-10-11 | Extract auxiliary-crate properties to their own module/struct | Zalathar | -40/+62 |
| 2024-10-11 | Rollup merge of #131525 - Zalathar:emit-asm, r=jieyouxu | Stuart Cook | -17/+8 |
| 2024-10-11 | Simplify the choice of `--emit` mode for assembly tests | Zalathar | -17/+8 |
| 2024-10-11 | compiletest: Remove the magic hacks for finding output with `lto=thin` | Zalathar | -50/+6 |
| 2024-10-10 | Rollup merge of #131470 - EnzymeAD:enzyme-testinfra2, r=jieyouxu | Matthias Krüger | -0/+7 |
| 2024-10-10 | add config to explicitely test rustc with autodiff/enzyme disabled | Manuel Drehwald | -0/+7 |
| 2024-10-09 | Rollup merge of #131382 - ehuss:compiletest-reference, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-10-09 | Add "reference" as a known compiletest header | Eric Huss | -0/+1 |
| 2024-10-09 | No need to cache the `profiler_runtime` flag | Zalathar | -3/+1 |
| 2024-10-09 | Rename `profiler_support` to `profiler_runtime` throughout compiletest | Zalathar | -18/+18 |
| 2024-10-09 | Rename directive `needs-profiler-support` to `needs-profiler-runtime` | Zalathar | -7/+7 |
| 2024-10-08 | Rollup merge of #131400 - Zalathar:ignore-coverage, r=jieyouxu | Matthias Krüger | -19/+14 |
| 2024-10-08 | Simplify the directives for ignoring coverage-test modes | Zalathar | -19/+14 |
| 2024-10-08 | Drop compiletest legacy directive checks | 许杰友 Jieyou Xu (Joe) | -93/+48 |
| 2024-10-07 | Rollup merge of #131351 - jieyouxu:yeet-the-valgrind, r=Kobzol | Jubilee | -95/+29 |
| 2024-10-07 | Rollup merge of #131353 - GuillaumeGomez:check_rustdoc_test_option, r=jieyouxu | Matthias Krüger | -0/+4 |
| 2024-10-07 | Add documentation for `runtest::check_rustdoc_test_option` method | Guillaume Gomez | -0/+4 |
| 2024-10-07 | Remove valgrind test suite and support from compiletest | 许杰友 Jieyou Xu (Joe) | -95/+29 |
| 2024-10-07 | Prune invalid `ignore-mode-*` directives | 许杰友 Jieyou Xu (Joe) | -21/+3 |
| 2024-09-29 | add has_enzyme/needs-enzyme to the test infra | Manuel Drehwald | -0/+15 |
| 2024-09-29 | Auto merge of #129687 - Urgau:rfc3127-sysroot-2, r=jieyouxu | bors | -4/+15 |
| 2024-09-28 | compiletest: normalize to `$SRC_DIR_REAL` before `$TEST_BUILD_DIR` | Urgau | -6/+6 |
| 2024-09-28 | compiletest: rename "runtest/crash.rs" to "runtest/crashes.rs" to be in line ... | Matthias Krüger | -1/+1 |
| 2024-09-27 | compiletest: fallback to the original path if it's not a symlink | Urgau | -11/+6 |
| 2024-09-27 | Implement RFC3137 trim-paths sysroot changes | Urgau | -3/+19 |
| 2024-09-27 | bump few deps | klensy | -1/+1 |
| 2024-09-24 | Mention `COMPILETEST_VERBOSE_CRASHES` on crash test failure | 许杰友 Jieyou Xu (Joe) | -4/+5 |
| 2024-09-23 | Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez | Michael Goulet | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -30/+29 |
| 2024-09-20 | Pass the current cargo to `run-make` tests | Josh Stone | -0/+14 |
| 2024-09-20 | Rollup merge of #130566 - jieyouxu:breakup-runtest, r=compiler-errors | Guillaume Gomez | -2041/+2156 |
| 2024-09-19 | Fix compiletest doc comments | 许杰友 Jieyou Xu (Joe) | -6/+6 |
| 2024-09-19 | Break up compiletest runtest.rs into smaller helper modules | 许杰友 Jieyou Xu (Joe) | -2041/+2156 |
| 2024-09-12 | Re-run coverage tests if `coverage-dump` was modified | Zalathar | -0/+6 |
| 2024-09-11 | Rollup merge of #130161 - onur-ozkan:fmt-changed-files, r=Kobzol,RalfJung | Matthias Krüger | -2/+15 |
| 2024-09-11 | document the new git logic in more detail | onur-ozkan | -1/+6 |
| 2024-09-10 | rustdoc: redesign toolbar and disclosure widgets | Michael Howell | -1/+1 |
| 2024-09-10 | handle `GitConfig` for `tools/compiletest` | onur-ozkan | -2/+10 |
| 2024-09-09 | Print a helpful message if any tests were skipped for being up-to-date | Zalathar | -0/+1 |
| 2024-09-09 | Add an explicit ignore message for "up-to-date" tests | Zalathar | -2/+5 |