| Age | Commit message (Expand) | Author | Lines |
| 2024-10-30 | compiletest: improve robustness of LLVM version handling | 许杰友 Jieyou Xu (Joe) | -70/+139 |
| 2024-10-29 | Rename `command-list.rs` to `directive-list.rs` | Zalathar | -2/+2 |
| 2024-10-28 | Auto merge of #132244 - jyn514:linker-refactors, r=bjorn3 | bors | -1/+9 |
| 2024-10-27 | don't pass `-L .../auxiliary` unless it exists | jyn | -1/+9 |
| 2024-10-27 | Dynamically link run-make support | clubby789 | -0/+1 |
| 2024-10-24 | Rollup merge of #132093 - jieyouxu:suppress-wer, r=onur-ozkan | Jubilee | -9/+17 |
| 2024-10-24 | Rollup merge of #131930 - clubby789:revision-cfg-collide, r=jieyouxu | Stuart Cook | -0/+22 |
| 2024-10-24 | compiletest: suppress Windows Error Reporting (WER) for `run-make` tests | 许杰友 Jieyou Xu (Joe) | -9/+17 |
| 2024-10-23 | Don't allow test revisions that conflict with built in cfgs | clubby789 | -0/+22 |
| 2024-10-23 | Rollup merge of #131181 - dev-ardi:custom-differ, r=jieyouxu | León Orell Valerian Liehr | -37/+57 |
| 2024-10-22 | s/display-diff-tool/compiletest-diff-tool/ | Orion Gonzalez | -2/+3 |
| 2024-10-22 | update CONFIG_CHANGE_HISTORY | Orion Gonzalez | -3/+7 |
| 2024-10-22 | implemented custom differ | Orion Gonzalez | -39/+51 |
| 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 |