| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-08-23 | Refactor and document the `Rustc` dist step | Jakub Beránek | -35/+42 |
| 2025-08-23 | Small refactor of `Mingw` step | Jakub Beránek | -12/+12 |
| 2025-08-23 | Document the `rustc-docs` step | Jakub Beránek | -9/+18 |
| 2025-08-23 | Rename `default_doc` to `run_default_doc_steps` and remove unused argument | Jakub Beránek | -6/+7 |
| 2025-08-23 | Forbid running dist steps on stage 0 | Jakub Beránek | -0/+4 |
| 2025-08-23 | Re-add missing `clippy` tests | Jakub Beránek | -0/+124 |
| 2025-08-22 | Rollup merge of #145763 - Kobzol:llvm-bindir-cross, r=Mark-Simulacrum | Jacob Pratt | -39/+84 |
| 2025-08-22 | Rollup merge of #145761 - Gelbpunkt:hermit-aarch64_be, r=wesleywiser | Jacob Pratt | -0/+1 |
| 2025-08-22 | Rollup merge of #137457 - JayAndJef:issue-132802-fix, r=Kobzol | Jacob Pratt | -0/+17 |
| 2025-08-23 | remove default opts from config | bit-aloo | -53/+0 |
| 2025-08-22 | Add warning to the `Builder::llvm_config` function | Jakub Beránek | -0/+4 |
| 2025-08-22 | Ship LLVM tools for the correct target when cross-compiling | Jakub Beránek | -5/+43 |
| 2025-08-22 | Auto merge of #145352 - Shourya742:2025-08-12-remove-default-config, r=Kobzol | bors | -563/+527 |
| 2025-08-22 | Rename `llvm_config` to `host_llvm_config` to avoid confusion | Jakub Beránek | -36/+39 |
| 2025-08-22 | Add aarch64_be-unknown-hermit target | Jens Reidel | -0/+1 |
| 2025-08-22 | Sort Config fields and remove some `mut`s from bindings | Jakub Beránek | -198/+210 |
| 2025-08-21 | Rollup merge of #145703 - Gelbpunkt:ci-llvm-mips, r=Kobzol | Jacob Pratt | -4/+0 |
| 2025-08-21 | Promote aarch64-pc-windows-msvc to Tier 1 | Daniel Paoliello | -1/+1 |
| 2025-08-21 | Remove MIPS targets from CI LLVM platforms | Jens Reidel | -4/+0 |
| 2025-08-21 | Rollup merge of #145654 - Kobzol:gcc-ci-root, r=jieyouxu | Jacob Pratt | -3/+3 |
| 2025-08-21 | Rollup merge of #145390 - joshtriplett:rustc-diag-value-earlier, r=lcnr | Jacob Pratt | -5/+5 |
| 2025-08-21 | Rollup merge of #145256 - GuillaumeGomez:bootstrap-test-codegen-backend, r=Ko... | Jacob Pratt | -7/+58 |
| 2025-08-21 | move few complex initialization from config to parse-inner | bit-aloo | -49/+61 |
| 2025-08-20 | Update test output for change to number of crates | Josh Triplett | -5/+5 |
| 2025-08-20 | make download context lean and remove mutable types | bit-aloo | -79/+89 |
| 2025-08-20 | remove unwanted references, and make more initialization inline | bit-aloo | -22/+14 |
| 2025-08-20 | add explicit defaults | bit-aloo | -4/+4 |
| 2025-08-20 | use local variables coming from toml, directly from toml | bit-aloo | -11/+7 |
| 2025-08-20 | remove now not required _ | bit-aloo | -115/+115 |
| 2025-08-20 | Auto merge of #145645 - Kobzol:uplift-fix, r=jieyouxu | bors | -9/+82 |
| 2025-08-20 | Download CI GCC into the correct directory | Jakub Beránek | -3/+3 |