| Age | Commit message (Expand) | Author | Lines |
| 2025-07-02 | Use non-global interner in `test_string_interning` in bootstrap | Jakub Beránek | -4/+7 |
| 2025-07-02 | Apply review comments | Jakub Beránek | -2/+3 |
| 2025-07-02 | Add cross-compilation check tests | Jakub Beránek | -0/+47 |
| 2025-07-02 | Add bootstrap tool check test | Jakub Beránek | -0/+14 |
| 2025-07-02 | Add Rust Analyzer check tests | Jakub Beránek | -0/+18 |
| 2025-07-02 | Add codegen check tests | Jakub Beránek | -0/+25 |
| 2025-07-02 | Add compiletest check tests | Jakub Beránek | -4/+30 |
| 2025-07-02 | Add snapshot tests for checking compiler, library and rustc tools | Jakub Beránek | -1/+182 |
| 2025-07-02 | Automatically derive stage in step metadata where possible | Jakub Beránek | -62/+60 |
| 2025-07-02 | Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrum | bors | -2/+0 |
| 2025-07-01 | Update `STAGE0_MISSING_TARGETS` | Josh Stone | -2/+0 |
| 2025-07-01 | Fix `x clean` with a fifo | Eric Huss | -1/+1 |
| 2025-07-01 | Rollup merge of #143269 - tshepang:patch-1, r=Kobzol | Guillaume Gomez | -2/+2 |
| 2025-07-01 | bootstrap: make comment more clear | Tshepang Mbambo | -2/+2 |
| 2025-07-01 | Do not enable LLD by default in the dist profile | Jakub Beránek | -1/+5 |
| 2025-06-30 | Rollup merge of #143180 - jieyouxu:forest, r=Kobzol | Matthias Krüger | -28/+49 |
| 2025-06-30 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-06-29 | Use `tracing-forest` instead of `tracing-tree` for bootstrap tracing | Jieyou Xu | -28/+49 |
| 2025-06-29 | Make combining LLD with external LLVM config a hard error | Jakub Beránek | -4/+2 |
| 2025-06-27 | Auto merge of #143064 - flip1995:clippy-subtree-update, r=GuillaumeGomez | bors | -1/+3 |
| 2025-06-27 | Use `.is_multiple_of()` in bootstrap | Samuel Tardieu | -1/+3 |
| 2025-06-27 | disable caching for cargo commands | bit-aloo | -3/+6 |
| 2025-06-27 | move execution context inside exec and prune execution context, use command d... | bit-aloo | -353/+345 |
| 2025-06-27 | make DeferredCommand a must use and move mark_as_executed inside finish process | bit-aloo | -1/+4 |
| 2025-06-27 | add caching info on bootstrap command | bit-aloo | -6/+4 |
| 2025-06-27 | refactor deferred command and make it compatible with new commandstate, remov... | bit-aloo | -90/+100 |
| 2025-06-27 | add new command state in execution context | bit-aloo | -0/+11 |
| 2025-06-27 | add do_not_cache method and update the warning on as_command_mut | bit-aloo | -3/+9 |
| 2025-06-27 | use metadata for command cache key spawning directly from command | bit-aloo | -20/+25 |
| 2025-06-27 | add command cache key, move to osstring, add should cache to bootstrap command | bit-aloo | -19/+76 |
| 2025-06-27 | add caching fields inside Bootstrap command | bit-aloo | -1/+26 |
| 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 |