| Age | Commit message (Expand) | Author | Lines |
| 2024-10-22 | add an option for a custom differ | Orion Gonzalez | -0/+3 |
| 2024-10-22 | Make `line_directive` return a `DirectiveLine` | Zalathar | -15/+20 |
| 2024-10-22 | Rename some fields of `DirectiveLine` | Zalathar | -23/+27 |
| 2024-10-22 | Stop using `line_directive` in `runtest::debugger` | Zalathar | -30/+12 |
| 2024-10-20 | compiletest: disambiguate between `tidy` and `tidy` (html version) | 许杰友 Jieyou Xu (Joe) | -9/+7 |
| 2024-10-20 | Rollup merge of #131941 - lolbinarycat:compiletest-need-html-tidy, r=clubby789 | Stuart Cook | -1/+1 |
| 2024-10-19 | compiletest: disambiguate html-tidy from rust tidy tool | binarycat | -1/+1 |
| 2024-10-19 | Warn on redundant `--cfg` directive when revisions are used | clubby789 | -1/+13 |
| 2024-10-18 | Rename `stamp` to `stamp_file_path` | Zalathar | -7/+7 |
| 2024-10-18 | Rename `found_paths` to `found_path_stems` | Zalathar | -8/+8 |
| 2024-10-18 | Rename `inputs` to `common_inputs_stamp` | Zalathar | -7/+13 |
| 2024-10-18 | Store test collection context/state in two structs | Zalathar | -86/+73 |
| 2024-10-18 | Consolidate test collection state in one place | Zalathar | -11/+12 |
| 2024-10-16 | Fix unnecessary nesting in run-make test output directories | Zalathar | -1/+5 |
| 2024-10-15 | Rollup merge of #131705 - hoodmane:fix-emscripten-tests, r=jieyouxu | Michael Goulet | -1/+3 |
| 2024-10-15 | Fix most ui tests on emscripten target | Hood Chatham | -1/+3 |
| 2024-10-15 | Rollup merge of #131681 - Zalathar:fix-run-make-stamp, r=jieyouxu | Matthias Krüger | -8/+2 |
| 2024-10-14 | Fix up-to-date checking for run-make tests | Zalathar | -8/+2 |
| 2024-10-14 | Document various parts of compiletest's `lib.rs` | Zalathar | -13/+114 |
| 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 |