| Age | Commit message (Expand) | Author | Lines |
| 2025-08-26 | bootstrap: Make `default_codegen_backend` return `&CodegenBackendKind` instea... | Guillaume Gomez | -12/+6 |
| 2025-08-26 | bootstrap: error early if any `codegen-backends` is set to `[]` | Guillaume Gomez | -0/+4 |
| 2025-08-26 | Auto merge of #145886 - GuillaumeGomez:rollup-9qv7jhv, r=GuillaumeGomez | bors | -34/+88 |
| 2025-08-26 | Rollup merge of #145875 - Kobzol:bootstrap-caching, r=jieyouxu | Guillaume Gomez | -17/+30 |
| 2025-08-26 | Rollup merge of #145861 - cuviper:vendor-clippy, r=Kobzol | Guillaume Gomez | -0/+1 |
| 2025-08-26 | Rollup merge of #145841 - Kobzol:fix-miri-run, r=jieyouxu | Guillaume Gomez | -17/+56 |
| 2025-08-26 | Rollup merge of #145076 - ZhongyaoChen:feature/add-tier3-riscv64a23-target, r... | Guillaume Gomez | -0/+1 |
| 2025-08-26 | Auto merge of #145874 - Kobzol:fix-dist-builds, r=jieyouxu | bors | -31/+112 |
| 2025-08-26 | Cache LLVM config invocations | Jakub Beránek | -6/+21 |
| 2025-08-26 | Make bootstrap command caching opt-in | Jakub Beránek | -11/+9 |
| 2025-08-26 | Do not unnecessarily build stage2 host rustc in some dist builders | Jakub Beránek | -36/+34 |
| 2025-08-26 | Add snapshot test for cross-compiled dist without docs | Jakub Beránek | -5/+88 |
| 2025-08-26 | Always build miri for the host in `x run miri` | Jakub Beránek | -17/+56 |
| 2025-08-26 | Rollup merge of #145845 - Kobzol:fix-distcheck, r=jieyouxu | Stuart Cook | -20/+44 |
| 2025-08-25 | bootstrap: vendor `clippy_test_deps` too | Josh Stone | -0/+1 |
| 2025-08-25 | Refactor *.optimized-compiler-builtins bootstrap options | Paul Murphy | -34/+66 |
| 2025-08-25 | Allow linking a prebuilt optimized compiler-rt builtins library | Paul Murphy | -24/+43 |
| 2025-08-25 | Auto merge of #145472 - Kobzol:bootstrap-dist, r=jieyouxu | bors | -273/+607 |
| 2025-08-25 | Override `GITHUB_ACTIONS=0` for tidy tests | Jakub Beránek | -1/+4 |
| 2025-08-25 | Do not forward CI configure arguments to `distcheck` builds | Jakub Beránek | -1/+5 |
| 2025-08-25 | Make `x test distcheck` more self-contained | Jakub Beránek | -18/+35 |
| 2025-08-25 | Rollup merge of #145794 - he32:bootstrap-netbsd-fix, r=Kobzol | Stuart Cook | -1/+13 |
| 2025-08-24 | bootstrap.py: follow up more 'tidy' insistence (string quotes). | Havard Eidnes | -2/+2 |
| 2025-08-23 | bootstrap.py: follow up tidy output from CI. | Havard Eidnes | -2/+3 |
| 2025-08-23 | Rollup merge of #145774 - Shourya742:2025-08-23-remove-default-opts-method, r... | Samuel Tardieu | -53/+0 |
| 2025-08-23 | bootstrap.py: Improve CPU detection on NetBSD, | Havard Eidnes | -1/+12 |
| 2025-08-23 | Allow running rust-installer (and other tools) multiple times with the same a... | Jakub Beránek | -0/+4 |
| 2025-08-23 | Use correct mode when printing a build message for std documentation | Jakub Beránek | -1/+1 |
| 2025-08-23 | Handle uplifting in libstd dist step | Jakub Beránek | -12/+23 |
| 2025-08-23 | Fix install test on Windows | Jakub Beránek | -2/+3 |
| 2025-08-23 | Remove the `x dist rust-std` built optimization special-case | Jakub Beránek | -27/+24 |
| 2025-08-23 | Don't try to cross-document bootstrap tools | Jakub Beránek | -1/+1 |
| 2025-08-23 | Fix doc link | Jakub Beránek | -1/+1 |
| 2025-08-23 | Add change tracker entry | Jakub Beránek | -2/+7 |
| 2025-08-23 | Fix staging in `x install` | Jakub Beránek | -81/+77 |
| 2025-08-23 | Forbid running install steps on stage 0 | Jakub Beránek | -0/+4 |
| 2025-08-23 | Cleanup the last few dist steps | Jakub Beránek | -5/+26 |
| 2025-08-23 | Cleanup `dist::Bootstrap` and add a simple test for it | Jakub Beránek | -2/+21 |
| 2025-08-23 | Remove `compiler_for` from `dist::Extended` | Jakub Beránek | -17/+21 |
| 2025-08-23 | Remove `compiler_for` from `dist::Rustfmt` | Jakub Beránek | -13/+13 |
| 2025-08-23 | Remove `compiler_for` from `dist::CraneliftCodegenBackend` | Jakub Beránek | -12/+7 |
| 2025-08-23 | Remove `compiler_for` from `dist::Miri` | Jakub Beránek | -12/+13 |
| 2025-08-23 | Remove `compiler_for` from `dist::Clippy` | Jakub Beránek | -13/+16 |
| 2025-08-23 | Add snapshot test for `x install` | Jakub Beránek | -0/+70 |
| 2025-08-23 | Remove `compiler_for` from `dist::RustAnalyzer` | Jakub Beránek | -12/+16 |
| 2025-08-23 | Remove `compiler_for` from `dist::Cargo` | Jakub Beránek | -5/+12 |
| 2025-08-23 | Refactor `Analysis` dist step | Jakub Beránek | -14/+18 |
| 2025-08-23 | Refactor `RustcDev` dist step | Jakub Beránek | -12/+25 |
| 2025-08-23 | Refactor `Std` dist step | Jakub Beránek | -33/+62 |
| 2025-08-23 | Refactor and document the `DebuggerScripts` dist step | Jakub Beránek | -12/+13 |