| Age | Commit message (Expand) | Author | Lines |
| 2025-08-12 | Unify all groups in bootstrap to use `Builder::msg` | Jakub Beránek | -239/+206 |
| 2025-08-12 | Consolidate stageN directories in the build directory | Jakub Beránek | -18/+24 |
| 2025-08-12 | bootstrap: Only warn about `rust.debug-assertions` if downloading rustc | Zalathar | -1/+1 |
| 2025-08-11 | Add new Tier-3 target: riscv64a23-unknown-linux-gnu | Chen Zhongyao | -0/+1 |
| 2025-08-11 | Auto merge of #145254 - GuillaumeGomez:rollup-7bp43pv, r=GuillaumeGomez | bors | -3/+5 |
| 2025-08-11 | Print created location of executed commands | Jakub Beránek | -20/+57 |
| 2025-08-11 | Use `pretty_step_name` in `step_graph` | Jakub Beránek | -11/+5 |
| 2025-08-11 | Create tracing directory symlink even during dry run | Jakub Beránek | -2/+14 |
| 2025-08-11 | Do not create a span for cached commands | Jakub Beránek | -3/+3 |
| 2025-08-11 | Always profile commands and generate Chrome profile when tracing is enabled | Jakub Beránek | -56/+37 |
| 2025-08-11 | Correctly show executed command name in Chrome trace | Jakub Beránek | -27/+54 |
| 2025-08-11 | Move tracing setup to the `tracing` module | Jakub Beránek | -298/+304 |
| 2025-08-11 | Remove manual `#[instrument]` annotations on steps | Jakub Beránek | -161/+1 |
| 2025-08-11 | Remove ad-hoc print of executed/cached steps in verbose mode | Jakub Beránek | -4/+0 |
| 2025-08-11 | Create a span for each executed step | Jakub Beránek | -28/+108 |
| 2025-08-11 | Replace `tracing_forest` with custom span formatting | Jakub Beránek | -44/+338 |
| 2025-08-11 | Print step timings also when the stap starts to execute | Jakub Beránek | -6/+18 |
| 2025-08-11 | Use shorter command span label | Jakub Beránek | -1/+1 |
| 2025-08-11 | Store Chrome step trace into the tracing directory | Jakub Beránek | -14/+48 |
| 2025-08-11 | Store `latest` symlink to the latest tracing output directory | Jakub Beránek | -6/+15 |
| 2025-08-11 | Store bootstrap tracing outputs to a unified directory | Jakub Beránek | -28/+34 |
| 2025-08-11 | Auto merge of #145207 - Kobzol:codegen-backend-clif-dist, r=jieyouxu | bors | -30/+35 |
| 2025-08-11 | Rollup merge of #145247 - GuillaumeGomez:update-sysinfo, r=Kobzol | Guillaume Gomez | -3/+3 |
| 2025-08-11 | Rollup merge of #145221 - Kobzol:cargo-dist-fix-2, r=jieyouxu | Guillaume Gomez | -0/+2 |
| 2025-08-11 | Update `sysinfo` version to `0.37.0` | Guillaume Gomez | -3/+3 |
| 2025-08-11 | Auto merge of #145011 - Kobzol:bootstrap-doc, r=jieyouxu | bors | -239/+510 |
| 2025-08-11 | Rollup merge of #145149 - Shourya742:2025-07-08-convert-config-method-invoke-... | Stuart Cook | -306/+439 |
| 2025-08-10 | Rollup merge of #145121 - lambdageek:dist-must-keep-llvm-third-party-siphash,... | Jacob Pratt | -0/+14 |
| 2025-08-10 | Fix Cargo cross-compilation (take two) | Jakub Beránek | -0/+2 |
| 2025-08-10 | Ship the correct Cranelift backend in its dist step | Jakub Beránek | -30/+35 |
| 2025-08-10 | Explicitly pass path to built stdlib JSON docs and use the correct compiler f... | Jakub Beránek | -23/+26 |
| 2025-08-10 | Rollup merge of #145156 - Kobzol:cargo-build-dir, r=lqd,jieyouxu | Stuart Cook | -0/+9 |
| 2025-08-10 | Rollup merge of #145129 - dpaoliello:arm64eclink, r=wesleywiser | Stuart Cook | -0/+7 |
| 2025-08-10 | Rollup merge of #145089 - Kobzol:bootstrap-cmd-error, r=jieyouxu | Stuart Cook | -82/+83 |
| 2025-08-10 | Bless tests | Jakub Beránek | -3/+20 |
| 2025-08-10 | Review remarks | Jakub Beránek | -2/+6 |
| 2025-08-10 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-08-10 | Update tests | Jakub Beránek | -37/+208 |
| 2025-08-10 | Update `Std` doc step | Jakub Beránek | -27/+40 |
| 2025-08-10 | Fix documentation of tools | Jakub Beránek | -54/+54 |
| 2025-08-10 | Update `Standalone` and `Releases` doc steps | Jakub Beránek | -16/+29 |
| 2025-08-10 | Update `RustcBook` doc step | Jakub Beránek | -14/+26 |
| 2025-08-10 | Update `Reference` doc step | Jakub Beránek | -15/+56 |
| 2025-08-10 | Fix staging for `doc compiler` | Jakub Beránek | -30/+31 |
| 2025-08-10 | Forbid documenting anything on stage 0 | Jakub Beránek | -34/+25 |
| 2025-08-10 | Auto merge of #144787 - Kobzol:codegen-backend-restructure, r=jieyouxu | bors | -217/+291 |
| 2025-08-09 | add review comments | bit-aloo | -44/+11 |
| 2025-08-09 | Override custom Cargo `build-dir` in bootstrap | Jakub Beránek | -0/+9 |
| 2025-08-09 | extend download context and change functions to directly use that | bit-aloo | -227/+130 |
| 2025-08-09 | Rollup merge of #145083 - Kobzol:fix-cargo-cross-build, r=jieyouxu | Stuart Cook | -2/+22 |