| Age | Commit message (Expand) | Author | Lines |
| 2024-11-14 | compiletest: add `max-llvm-major-version` directive | 许杰友 Jieyou Xu (Joe) | -0/+24 |
| 2024-11-13 | Address review | Kirill Podoprigora | -3/+9 |
| 2024-11-13 | Add ``exact-llvm-major-version`` directive | Kirill Podoprigora | -0/+23 |
| 2024-11-12 | Rollup merge of #132657 - mustartt:aix-run-make-support, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-11-11 | move `src/tools/build_helper` into `src/build_helper` | onur-ozkan | -1/+1 |
| 2024-11-07 | Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkan | Jubilee | -9/+77 |
| 2024-11-05 | add run-make support for aix | Henry Jiang | -0/+1 |
| 2024-11-03 | Remove the `wasm32-wasi` target from rustc | Alex Crichton | -4/+0 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -5/+5 |
| 2024-10-31 | compiletest: stamp `minicore.rs` to rerun tests on changes | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2024-10-31 | compiletest: conditionally build and provide `minicore` as extern prelude whe... | 许杰友 Jieyou Xu (Joe) | -2/+48 |
| 2024-10-31 | compiletest: register `--minicore-path` flag and `//@ add-core-stubs` directive | 许杰友 Jieyou Xu (Joe) | -1/+41 |
| 2024-10-31 | compiletest: localize `compile_test_and_save_assembly` to assembly test module | 许杰友 Jieyou Xu (Joe) | -29/+31 |
| 2024-10-31 | compiletest: add `{ignore,needs}-{rustc,std}-debug-assertions` directive support | 许杰友 Jieyou Xu (Joe) | -9/+77 |
| 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 |