| Age | Commit message (Expand) | Author | Lines |
| 2025-07-05 | migrate cargo streaming to new bootstrap command streaming API's | bit-aloo | -14/+11 |
| 2025-07-05 | add streaming command struct for (spawn + piping scenario) | bit-aloo | -10/+64 |
| 2025-07-04 | Unify completion list between `x test tidy` and `x run generate-completions` | Jakub Beránek | -32/+36 |
| 2025-07-04 | Rollup merge of #143288 - ehuss:fix-clean-fifo, r=Kobzol | Jacob Pratt | -1/+1 |
| 2025-07-03 | fix: allow emcc | Jayden Qi | -1/+2 |
| 2025-07-03 | Auto merge of #142857 - rust-lang:cargo_update, r=clubby789 | bors | -1/+0 |
| 2025-07-03 | cargo update | github-actions | -1/+0 |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -4/+4 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -4/+4 |
| 2025-07-03 | Rollup merge of #143325 - Kobzol:bootstrap-interner, r=clubby789 | Matthias Krüger | -4/+7 |
| 2025-07-03 | Rollup merge of #143316 - Kobzol:bootstrap-check-tests, r=jieyouxu | Matthias Krüger | -63/+373 |
| 2025-07-03 | Rollup merge of #143251 - lolbinarycat:bootstrap-toml-tidy-extra-checks, r=Ko... | Matthias Krüger | -2/+13 |
| 2025-07-02 | Rollup merge of #142212 - GrigorenkoPV:codegens, r=Kobzol | Matthias Krüger | -36/+29 |
| 2025-07-02 | bootstrap: add CONFIG_CHANGE_HISTORY entry for build.tidy-extra-checks | binarycat | -0/+5 |
| 2025-07-02 | bootstrap: add build.tidy-extra-checks option | binarycat | -2/+8 |
| 2025-07-02 | bootstrap: `validate rust.codegen-backends` & `targer.<triple>.codegen-backends` | Pavel Grigorenko | -36/+29 |
| 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 | fix: error message | Jayden Qi | -3/+8 |
| 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 | fix: install correct cc for wasm32-unknown-emscripten | Jayden Qi | -1/+1 |
| 2025-06-30 | fix: wasm-bare targets compiling x86 builtins | Jayden Qi | -0/+11 |
| 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 |