| Age | Commit message (Expand) | Author | Lines |
| 2025-06-26 | Fix some fixmes that were waiting for let chains | Yotam Ofek | -3/+3 |
| 2025-06-23 | compiletest: Improve diagnostics for line annotation mismatches | Vadim Petrochenkov | -76/+159 |
| 2025-06-22 | forward the bootstrap `runner` to `run-make` | Folkert de Vries | -0/+4 |
| 2025-06-18 | Auto merge of #142689 - Urgau:rollup-4ho6835, r=Urgau | bors | -0/+6 |
| 2025-06-18 | Rollup merge of #142377 - Urgau:unremap-rustc-dev, r=jieyouxu | Urgau | -0/+6 |
| 2025-06-18 | Rollup merge of #142672 - Kobzol:bootstrap-tool-clarification, r=jieyouxu | Jakub Beránek | -3/+3 |
| 2025-06-18 | Fix compiletest and rustc-dev-guide | Jakub Beránek | -3/+3 |
| 2025-06-17 | apply clippy::or_fun_call | klensy | -4/+5 |
| 2025-06-15 | Un-remap `rustc-dev` component paths | Urgau | -0/+6 |
| 2025-06-13 | compiletest: Clarify that `--no-capture` is needed with `--verbose` | Martin Nordholts | -0/+1 |
| 2025-06-10 | Implement `//@ needs-target-std` directive in compiletest | Jieyou Xu | -0/+17 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -0/+3 |
| 2025-05-17 | compiler & tools: bump windows crate to dedupe versions | klensy | -1/+1 |
| 2025-05-12 | compiletest: fix "blessing" message | Jieyou Xu | -8/+12 |
| 2025-05-09 | Remove mono item collection strategy override from -Zprint-mono-items | Tomasz Miąsko | -1/+4 |
| 2025-05-07 | [win][arm64] Disable various DebugInfo tests that don't work on Arm64 Windows | Daniel Paoliello | -0/+1 |
| 2025-05-04 | compiletest: Support matching on non-json lines in compiler output | Vadim Petrochenkov | -90/+49 |
| 2025-05-03 | compiletest: Do not require annotations on empty labels and suggestions | Vadim Petrochenkov | -10/+13 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -45/+28 |
| 2025-04-28 | compiletest: Remove the libtest-based executor and its dependency | Zalathar | -132/+7 |
| 2025-04-26 | Auto merge of #140288 - Zalathar:new-executor, r=jieyouxu | bors | -7/+11 |
| 2025-04-26 | Auto merge of #140177 - tmandry:compiletest-par, r=jieyouxu | bors | -38/+60 |
| 2025-04-25 | compiletest: Use the new non-libtest executor by default (2) | Zalathar | -7/+11 |
| 2025-04-25 | Auto merge of #140233 - Zalathar:revert-new-executor, r=jieyouxu | bors | -11/+7 |
| 2025-04-24 | Rollup merge of #140191 - Kobzol:remove-git-repository-from-git-config, r=jie... | Matthias Krüger | -5/+0 |
| 2025-04-24 | Rollup merge of #140194 - jieyouxu:minicore-force-unwind-tables, r=bjorn3 | Matthias Krüger | -2/+6 |
| 2025-04-24 | Revert compiletest new-executor, to re-land without download-rustc | Zalathar | -11/+7 |
| 2025-04-23 | Auto merge of #139998 - Zalathar:new-executor, r=onur-ozkan | bors | -7/+11 |
| 2025-04-23 | compiletest: `//@ add-core-stubs` implies `-Cforce-unwind-tables=yes` | Jieyou Xu | -2/+6 |
| 2025-04-23 | Remove `git_repository` field from `GitConfig` | Jakub Beránek | -5/+0 |
| 2025-04-23 | Auto merge of #138591 - Kobzol:git-ci, r=Mark-Simulacrum | bors | -1/+1 |
| 2025-04-23 | compiletest: Use the new non-libtest executor by default | Zalathar | -7/+11 |
| 2025-04-22 | [compiletest] Parallelize test discovery | Tyler Mandry | -38/+60 |
| 2025-04-22 | compiletest: Fix deadline bugs in new executor | Zalathar | -21/+47 |
| 2025-04-21 | Use output dir for mir_dump_dir | Chris Denton | -14/+3 |
| 2025-04-20 | Fix compiletest and doc comment | Jakub Beránek | -1/+1 |
| 2025-04-20 | Remove `setup-upstream-remote.sh` and upstream handling. | Jakub Beránek | -1/+1 |
| 2025-04-18 | Rollup merge of #139393 - willglynn:rustdoc_output_target_feature_information... | Matthias Krüger | -0/+3 |
| 2025-04-17 | Rollup merge of #139967 - jieyouxu:auxiliary, r=wesleywiser | Matthias Krüger | -0/+11 |
| 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 |