| Age | Commit message (Expand) | Author | Lines |
| 2025-04-17 | Rollup merge of #139870 - Shourya742:2025-04-15-add-retries-to-remove_and_cre... | Matthias Krüger | -14/+25 |
| 2025-04-17 | compiletest: add specific `//@ ignore-auxiliary` for test support files | Jieyou Xu | -0/+11 |
| 2025-04-16 | remove old remove_and_create_dir_all and use build_helpers remove_and_create_... | bit-aloo | -14/+25 |
| 2025-04-16 | Rollup merge of #139823 - WaffleLapkin:bootpaper, r=jieyouxu | Matthias Krüger | -1/+8 |
| 2025-04-15 | rustdoc: Output target feature information | Will Glynn | -0/+3 |
| 2025-04-15 | normalize canonical and non-canonical paths in compiletest | Waffle Lapkin | -5/+8 |
| 2025-04-15 | canonicalize test build dir before normalizing it | Waffle Lapkin | -1/+5 |
| 2025-04-15 | fix typo | Waffle Lapkin | -1/+1 |
| 2025-04-15 | compiletest: Add an experimental new executor to replace libtest | Zalathar | -11/+451 |
| 2025-04-15 | compiletest: Extract libtest-specific executor code to a submodule | Zalathar | -103/+113 |
| 2025-04-13 | Rollup merge of #139695 - jieyouxu:compiletest-utf8path, r=Kobzol | Jacob Pratt | -433/+404 |
| 2025-04-13 | compiletest: consistently use `{Utf8Path,Utf8PathBuf}` | Jieyou Xu | -433/+403 |
| 2025-04-13 | compiletest: add `camino` for UTF-8 path handling | Jieyou Xu | -0/+1 |
| 2025-04-13 | Rollup merge of #139618 - petrochenkov:virsugg, r=jieyouxu | Chris Denton | -38/+18 |
| 2025-04-11 | Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxu | bors | -3/+14 |
| 2025-04-11 | Rollup merge of #139469 - jieyouxu:compiletest-supports-crate-type, r=onur-ozkan | Stuart Cook | -2/+117 |
| 2025-04-10 | compiletest: Trim the value of `dont-require-annotations` | Vadim Petrochenkov | -1/+1 |
| 2025-04-10 | compiletest: Turn `TestProps::require_annotations` into a set | Vadim Petrochenkov | -46/+19 |
| 2025-04-10 | compiletest: Make `SUGGESTION` annotations viral | Vadim Petrochenkov | -3/+10 |
| 2025-04-10 | Rollup merge of #139609 - jieyouxu:compiletest-path-misc, r=Kobzol | Matthias Krüger | -22/+23 |
| 2025-04-10 | Rollup merge of #139606 - jieyouxu:compiletest-edition2024, r=compiler-errors | Matthias Krüger | -15/+44 |
| 2025-04-10 | Rollup merge of #139507 - Zalathar:trim-env-name, r=jieyouxu | Matthias Krüger | -16/+13 |
| 2025-04-10 | include --edition in the compiletest stamp | Pietro Albini | -0/+1 |
| 2025-04-10 | prevent configuring the edition with //@compile-flags | Pietro Albini | -1/+7 |
| 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 |