| Age | Commit message (Expand) | Author | Lines |
| 2025-06-27 | Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -24/+27 |
| 2025-06-26 | Rollup merge of #143001 - Shourya742:2025-06-25-rename-run-always, r=Kobzol | Michael Goulet | -24/+27 |
| 2025-06-26 | Rollup merge of #141311 - folkertdev:tidy-natural-sort, r=jieyouxu | Matthias Krüger | -5/+5 |
| 2025-06-26 | Auto merge of #142581 - Kobzol:bootstrap-std-method, r=jieyouxu | bors | -678/+941 |
| 2025-06-26 | Auto merge of #141899 - Kobzol:stdarch-josh, r=Amanieu | bors | -7/+1 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -5/+5 |
| 2025-06-25 | Apply review comments | Jakub Beránek | -4/+63 |
| 2025-06-25 | rename run_always to run_in_dry_run | bit-aloo | -24/+27 |
| 2025-06-24 | Rollup merge of #142928 - Noratrieb:no-more-hang, r=clubby789 | Guillaume Gomez | -0/+6 |
| 2025-06-24 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-06-23 | Fix hang in --print=file-names in bootstrap | Noratrieb | -0/+6 |
| 2025-06-23 | Remove stdarch submodule checkout | Jakub Beránek | -7/+1 |
| 2025-06-23 | Port more tests to snapshot tests | Jakub Beránek | -647/+614 |
| 2025-06-23 | Rollup merge of #142636 - lolbinarycat:bootstrap-example-unsection, r=Kobzol | Jana Dönszelmann | -7/+24 |
| 2025-06-23 | Add snapshot tests for compiler builds | Jakub Beránek | -4/+182 |
| 2025-06-23 | Do not allow building anything on stage 0 | Jakub Beránek | -2/+7 |
| 2025-06-23 | Do not explicitly build `Rustc` when bootstrap is invoked with the `compiler`... | Jakub Beránek | -0/+6 |
| 2025-06-23 | Add `Builder::std` method for building a standard library | Jakub Beránek | -41/+84 |
| 2025-06-22 | Rollup merge of #142868 - klensy:dc, r=oli-obk | Guillaume Gomez | -2/+1 |
| 2025-06-22 | remove few from bootstrap too | klensy | -2/+1 |
| 2025-06-22 | Rollup merge of #140254 - bjorn3:rustc_panic_abort_abort, r=petrochenkov | Jacob Pratt | -12/+0 |
| 2025-06-20 | configure.py: fix edge case | binarycat | -1/+1 |
| 2025-06-20 | Rollup merge of #142758 - jieyouxu:rustdoc-json-types, r=Kobzol | Jakub Beránek | -1/+1 |
| 2025-06-20 | Rollup merge of #142629 - Kobzol:bootstrap-tests-builder, r=jieyouxu | Jakub Beránek | -19/+114 |
| 2025-06-20 | update configure.py to handle new bootstrap.example.toml | binarycat | -7/+24 |
| 2025-06-20 | Pass -Cpanic=abort for the panic_abort crate | bjorn3 | -12/+0 |
| 2025-06-20 | Auto merge of #142770 - tgross35:rollup-w74w39t, r=tgross35 | bors | -0/+1 |
| 2025-06-20 | Auto merge of #142286 - Kobzol:clippy-jemalloc, r=flip1995,blyxyas | bors | -2/+15 |
| 2025-06-20 | Add temporary directory for executing snapshot tests | Jakub Beránek | -16/+45 |
| 2025-06-20 | Make sure to rebuild rustdoc if `src/rustdoc-json-types` is changed | Jieyou Xu | -1/+1 |
| 2025-06-19 | add comment to `src/bootstrap/build.rs` | Deadbeef | -0/+1 |
| 2025-06-19 | Clarify arrow in snapshot tests | Jakub Beránek | -0/+4 |
| 2025-06-19 | Normalize host target in snapshot tests | Jakub Beránek | -17/+74 |
| 2025-06-19 | Add `get_host_target` function | Jakub Beránek | -2/+7 |
| 2025-06-18 | Rollup merge of #142692 - Kobzol:bootstrap-small-check-cleanup, r=jieyouxu | Trevor Gross | -65/+16 |
| 2025-06-18 | Remove useless conditions about Clippy | Jakub Beránek | -42/+11 |
| 2025-06-18 | Remove `override_build_kind` | Jakub Beránek | -23/+5 |
| 2025-06-18 | Rollup merge of #142672 - Kobzol:bootstrap-tool-clarification, r=jieyouxu | Jakub Beránek | -6/+17 |
| 2025-06-18 | Rollup merge of #142627 - Kobzol:bootstrap-metadata, r=jieyouxu | Jakub Beránek | -45/+83 |
| 2025-06-18 | Rollup merge of #142624 - Kobzol:bootstrap-fix-host, r=jieyouxu | Jakub Beránek | -58/+99 |
| 2025-06-18 | Rollup merge of #142591 - Shourya742:2025-06-14-add-spawn-execution-api, r=Ko... | Jakub Beránek | -118/+176 |
| 2025-06-18 | Clarify bootstrap tool description and change its directory to simply `bootst... | Jakub Beránek | -6/+17 |
| 2025-06-18 | Remove unused bootstrap flag | Jakub Beránek | -4/+1 |
| 2025-06-18 | Destructure bootstrap flags to make sure that none of them are unused | Jakub Beránek | -55/+97 |
| 2025-06-17 | Rollup merge of #142605 - ZuseZ4:autodiff-check-builds2, r=oli-obk | Jacob Pratt | -13/+14 |
| 2025-06-17 | allow spawn to behave according to failure behavior | bit-aloo | -36/+52 |
| 2025-06-17 | change to executed at | bit-aloo | -11/+13 |
| 2025-06-17 | add run_always to recently migrated start_process command | bit-aloo | -1/+4 |
| 2025-06-17 | move execution context out of deferred command, add as_ref implementation and... | bit-aloo | -26/+20 |
| 2025-06-17 | explain reasoning behind spawn API | bit-aloo | -0/+1 |