| Age | Commit message (Expand) | Author | Lines |
| 2025-04-10 | ensure //@compile-flags are last even when passing --edition | Pietro Albini | -2/+6 |
| 2025-04-10 | compiletest: update to Edition 2024 | Jieyou Xu | -15/+44 |
| 2025-04-10 | compiletest: add `needs-crate-type` directive | Jieyou Xu | -2/+117 |
| 2025-04-10 | compiletest: don't use stringly paths for `compose_and_run` | Jieyou Xu | -22/+23 |
| 2025-04-10 | Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxu | bors | -3/+0 |
| 2025-04-09 | Rollup merge of #139489 - petrochenkov:noreqann, r=jieyouxu | Matthias Krüger | -15/+41 |
| 2025-04-09 | update cfgs | Boxy | -3/+0 |
| 2025-04-09 | compiletest: Add directive `dont-require-annotations` | Vadim Petrochenkov | -15/+41 |
| 2025-04-09 | Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgr | bors | -20/+15 |
| 2025-04-08 | Rollup merge of #139528 - Zalathar:no-logfile, r=jieyouxu | Matthias Krüger | -6/+1 |
| 2025-04-08 | compiletest: Remove the `--logfile` flag | Zalathar | -6/+1 |
| 2025-04-08 | compiletest: Trim whitespace from environment variable names | Zalathar | -16/+13 |
| 2025-04-08 | compiletest: drop dependency on `anyhow` | Jieyou Xu | -7/+5 |
| 2025-04-08 | compiletest: sort dependencies alphabetically | Jieyou Xu | -8/+10 |
| 2025-04-07 | compiletest: Avoid ignoring empty diagnostics in one more place | Vadim Petrochenkov | -2/+1 |
| 2025-04-07 | compiletest: Stricter parsing for diagnostic kinds | Vadim Petrochenkov | -35/+37 |
| 2025-04-07 | compiletest: Always preserve kind for compiler diagnostics | Vadim Petrochenkov | -22/+36 |
| 2025-04-07 | compiletest: Cleanup collection of actual errors | Vadim Petrochenkov | -48/+35 |
| 2025-04-04 | Rollup merge of #139317 - Zalathar:hide-libtest, r=jieyouxu | Matthias Krüger | -105/+208 |
| 2025-04-03 | compiletest: Encapsulate all of the code that touches libtest | Zalathar | -98/+194 |
| 2025-04-03 | compiletest: Allow `--fail-fast` as a command-line option | Zalathar | -8/+15 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -10/+6 |
| 2025-03-29 | Rollup merge of #139100 - petrochenkov:errbelow, r=jieyouxu | Matthias Krüger | -1/+7 |
| 2025-03-29 | Rollup merge of #138692 - jieyouxu:reject-bool-lit-rev-names, r=wesleywiser | Matthias Krüger | -8/+35 |
| 2025-03-29 | compiletest: Support matching diagnostics on lines below | Vadim Petrochenkov | -1/+7 |
| 2025-03-27 | Report compiletest pass mode if forced | Jieyou Xu | -12/+17 |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -76/+73 |
| 2025-03-23 | Say which test failed the `COMPILETEST_REQUIRE_ALL_LLVM_COMPONENTS` assertion | Jieyou Xu | -4/+5 |
| 2025-03-19 | Simplify `get_git_modified_files` | Jakub Beránek | -2/+1 |
| 2025-03-19 | Reject `{true,false}` as revision names | Jieyou Xu | -8/+35 |
| 2025-03-17 | replace config.toml to bootstrap.toml in src:tools | bit-aloo | -1/+1 |
| 2025-03-14 | Rollup merge of #138441 - tshepang:patch-5, r=jieyouxu | Jacob Pratt | -1/+1 |
| 2025-03-13 | update error message | Tshepang Mbambo | -1/+1 |
| 2025-03-11 | Update compiletest's `has_asm_support` to match rustc | Josh Stone | -1/+9 |
| 2025-03-07 | Rollup merge of #137537 - jieyouxu:daily-rmake, r=Kobzol | Jacob Pratt | -0/+5 |
| 2025-03-07 | Prevent `rmake.rs` from using any nightly/unstable features | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2025-03-07 | Fix a typo in the crashtest output. | Nicholas Nethercote | -1/+1 |
| 2025-03-06 | Rollup merge of #138041 - thaliaarchi:use-prelude-size-of.boostrap-compiletes... | Michael Goulet | -1/+0 |
| 2025-03-05 | bootstrap and compiletest: Use size_of_val from the prelude instead of imported | Thalia Archibald | -1/+0 |
| 2025-03-05 | Rollup merge of #136865 - jieyouxu:long-type-path-compare-mode, r=lqd | 许杰友 Jieyou Xu (Joe) | -2/+15 |
| 2025-03-05 | Rollup merge of #136581 - jieyouxu:makefile-be-gone, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -214/+18 |
| 2025-03-04 | Rollup merge of #137373 - Kobzol:tool-stage0-improve, r=jieyouxu | Jubilee | -78/+51 |
| 2025-03-04 | Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3 | bors | -0/+12 |
| 2025-03-04 | compiletest: change `TEST_BUILD_DIR` to maximally normalize | 许杰友 Jieyou Xu (Joe) | -2/+15 |
| 2025-03-02 | compiletest: remove legacy `Makefile`-based `run-make` support | 许杰友 Jieyou Xu (Joe) | -214/+18 |
| 2025-03-01 | Compile run-make recipes using the stage0 compiler | Jakub Beránek | -78/+51 |
| 2025-02-27 | Rollup merge of #136542 - jieyouxu:build-base, r=onur-ozkan | Matthias Krüger | -38/+51 |
| 2025-02-26 | Support raw-dylib link kind on ELF | Noratrieb | -0/+12 |
| 2025-02-23 | compiletest: disambiguate between root build dir vs test suite specific build... | 许杰友 Jieyou Xu (Joe) | -38/+51 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -2/+0 |