| Age | Commit message (Expand) | Author | Lines |
| 2025-07-07 | Add change tracker entry for disabling `download-rustc` temporarily | Jieyou Xu | -0/+5 |
| 2025-07-07 | Disable download-rustc for library profile | nora | -1/+2 |
| 2025-07-06 | Do not ever cross-check bootstrap tools | Jakub Beránek | -2/+7 |
| 2025-07-06 | Fix CI | Jakub Beránek | -1/+1 |
| 2025-07-06 | Horrible hack to make codegen backends "work" during check | Jakub Beránek | -11/+32 |
| 2025-07-06 | Add support for allowing features when checking tools | Jakub Beránek | -2/+15 |
| 2025-07-06 | Use stage auto-bump when cross-checking on stage 1 | Jakub Beránek | -17/+14 |
| 2025-07-06 | Add `#[tracing::instrument]` to the LLVM build step | Jakub Beránek | -0/+9 |
| 2025-07-06 | Update library cross-compilation test | Jakub Beránek | -3/+2 |
| 2025-07-06 | Update `Mode::ToolStd` comment | Jakub Beránek | -2/+7 |
| 2025-07-06 | Add staging comment to `check::Rustc` | Jakub Beránek | -0/+2 |
| 2025-07-06 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-07-06 | Unify selection of build compiler for checking in a single function | Jakub Beránek | -48/+47 |
| 2025-07-06 | Implement `CoverageDump` checking through the `tool_check_step` macro | Jakub Beránek | -66/+5 |
| 2025-07-06 | Fixup check of rust-analyzer, codegen backends, compiletest and other tools | Zalathar | -64/+113 |
| 2025-07-06 | Make build compiler explicit in `check::Rustc` and `check::Std` | Jakub Beránek | -73/+87 |
| 2025-07-06 | Remove `custom_stage` override from `check::Std` and make 1 be the default ch... | Jakub Beránek | -54/+11 |
| 2025-07-06 | Make default check stage be 1, and error out on checking with stage 0 | Jakub Beránek | -5/+11 |
| 2025-07-06 | Auto merge of #143521 - matthiaskrgr:rollup-kpv1og3, r=matthiaskrgr | bors | -0/+5 |
| 2025-07-06 | Rollup merge of #143493 - lolbinarycat:tidy-spellcheck-bless, r=Kobzol | Matthias Krüger | -0/+5 |
| 2025-07-06 | Auto merge of #143354 - Shourya742:2025-07-03-bye-bye-as_mut-command, r=Kobzol | bors | -46/+76 |
| 2025-07-05 | bootstrap: add change_tracker entry for removal of spellcheck:fix | binarycat | -0/+5 |
| 2025-07-06 | restructure try_run_tests | bit-aloo | -18/+13 |
| 2025-07-05 | Auto merge of #143474 - jieyouxu:bootstrap-llvm-snapshot, r=Kobzol | bors | -0/+8 |
| 2025-07-05 | Pretend in bootstrap snapshot tests that we always build in-tree LLVM | Jieyou Xu | -0/+8 |
| 2025-07-05 | make mark_as_executed private | bit-aloo | -17/+5 |
| 2025-07-05 | migrate render test to new bootstrap command streaming API's | bit-aloo | -11/+7 |
| 2025-07-05 | migrate cargo streaming to new bootstrap command streaming API's | bit-aloo | -14/+11 |
| 2025-07-05 | add streaming command struct for (spawn + piping scenario) | bit-aloo | -10/+64 |
| 2025-07-04 | Unify completion list between `x test tidy` and `x run generate-completions` | Jakub Beránek | -32/+36 |
| 2025-07-04 | Rollup merge of #143288 - ehuss:fix-clean-fifo, r=Kobzol | Jacob Pratt | -1/+1 |
| 2025-07-03 | Auto merge of #142857 - rust-lang:cargo_update, r=clubby789 | bors | -1/+0 |
| 2025-07-03 | cargo update | github-actions | -1/+0 |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -4/+4 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -4/+4 |
| 2025-07-03 | Rollup merge of #143325 - Kobzol:bootstrap-interner, r=clubby789 | Matthias Krüger | -4/+7 |
| 2025-07-03 | Rollup merge of #143316 - Kobzol:bootstrap-check-tests, r=jieyouxu | Matthias Krüger | -63/+373 |
| 2025-07-03 | Rollup merge of #143251 - lolbinarycat:bootstrap-toml-tidy-extra-checks, r=Ko... | Matthias Krüger | -2/+13 |
| 2025-07-02 | Rollup merge of #142212 - GrigorenkoPV:codegens, r=Kobzol | Matthias Krüger | -36/+29 |
| 2025-07-02 | bootstrap: add CONFIG_CHANGE_HISTORY entry for build.tidy-extra-checks | binarycat | -0/+5 |
| 2025-07-02 | bootstrap: add build.tidy-extra-checks option | binarycat | -2/+8 |
| 2025-07-02 | bootstrap: `validate rust.codegen-backends` & `targer.<triple>.codegen-backends` | Pavel Grigorenko | -36/+29 |
| 2025-07-02 | Use non-global interner in `test_string_interning` in bootstrap | Jakub Beránek | -4/+7 |
| 2025-07-02 | Apply review comments | Jakub Beránek | -2/+3 |
| 2025-07-02 | Add cross-compilation check tests | Jakub Beránek | -0/+47 |
| 2025-07-02 | Add bootstrap tool check test | Jakub Beránek | -0/+14 |
| 2025-07-02 | Add Rust Analyzer check tests | Jakub Beránek | -0/+18 |
| 2025-07-02 | Add codegen check tests | Jakub Beránek | -0/+25 |
| 2025-07-02 | Add compiletest check tests | Jakub Beránek | -4/+30 |
| 2025-07-02 | Add snapshot tests for checking compiler, library and rustc tools | Jakub Beránek | -1/+182 |