| Age | Commit message (Expand) | Author | Lines |
| 2025-08-23 | Rollup merge of #143898 - ognevny:opt-dist-rustc-rebuild, r=Kobzol | Samuel Tardieu | -2/+14 |
| 2025-08-23 | bootstrap.py: Improve CPU detection on NetBSD, | Havard Eidnes | -1/+12 |
| 2025-08-23 | Auto merge of #145567 - clubby789:cargo_update, r=clubby789 | bors | -34/+38 |
| 2025-08-23 | Enable LLVM download from CI for gnullvm dist | Mateusz Mikuła | -20/+2 |
| 2025-08-23 | Enable LLVM tools for gnullvm dist | Mateusz Mikuła | -12/+4 |
| 2025-08-23 | Auto merge of #145771 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 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 | Merge pull request #4524 from Stypox/tracing-chrome-overhead-rdtsc | Ralf Jung | -78/+283 |
| 2025-08-23 | citool: cleanup `mismatched_lifetime_syntaxes` warnings | Samuel Tardieu | -3/+3 |
| 2025-08-23 | Account for time spent tracing, use RDTSC for faster time | Stypox | -78/+283 |
| 2025-08-23 | Fix `else` completion in `let _ = if x {} $0` | A4-Tacks | -3/+355 |
| 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 |
| 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-23 | Improve code and add test with macro coming from another file from the same c... | Guillaume Gomez | -35/+23 |
| 2025-08-23 | rustdoc: make attributes render consistently | Karol Zwolak | -70/+68 |
| 2025-08-23 | Remove profile section from Clippy | Jakub Beránek | -7/+0 |
| 2025-08-23 | Rewrite try jobs section a bit | Jakub Beránek | -23/+23 |
| 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/+4 |
| 2025-08-22 | Rollup merge of #145743 - xihuwenhua:master, r=petrochenkov | Jacob Pratt | -4/+4 |
| 2025-08-22 | Rollup merge of #145742 - lolbinarycat:rustdoc-search-type-cleanup-continued,... | Jacob Pratt | -43/+18 |
| 2025-08-22 | Rollup merge of #145731 - lolbinarycat:rustdoc-search-generic-pointer-142385,... | Jacob Pratt | -33/+71 |
| 2025-08-22 | Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwco | Jacob Pratt | -3/+5 |