| Age | Commit message (Expand) | Author | Lines |
| 2025-07-15 | Rollup merge of #143752 - pmur:murp/no-panic-detect-wasi-cc, r=Kobzol | Samuel Tardieu | -4/+9 |
| 2025-07-15 | Rollup merge of #143630 - jieyouxu:drop-suggest, r=Mark-Simulacrum | Samuel Tardieu | -102/+15 |
| 2025-07-14 | Don't always panic if WASI_SDK_PATH is not set when detecting compilers | Paul Murphy | -4/+9 |
| 2025-07-15 | Remove current implementation of `./x suggest` | Jieyou Xu | -102/+10 |
| 2025-07-15 | Register change tracker warning for removal of `./x suggest` | Jieyou Xu | -0/+5 |
| 2025-07-14 | Rollup merge of #143848 - makai410:smir-rename, r=oli-obk | Samuel Tardieu | -3/+3 |
| 2025-07-14 | rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge` | Makai | -3/+3 |
| 2025-07-14 | Rollup merge of #143887 - Kobzol:reroder-bootstrap-tests, r=jieyouxu | Jakub Beránek | -2/+1 |
| 2025-07-14 | Rollup merge of #143733 - Stypox:bootstrap-tool-config-any, r=Kobzol | Jakub Beránek | -15/+21 |
| 2025-07-14 | Rollup merge of #143681 - RalfJung:bootstrap-miri-rebuilds, r=Kobzol | Jakub Beránek | -2/+8 |
| 2025-07-14 | Only compare tool name to apply features to | Stypox | -1/+2 |
| 2025-07-14 | Bootstrap's `tool.TOOL_NAME.features` now works on any subcommand | Stypox | -15/+20 |
| 2025-07-13 | Rollup merge of #143826 - Shourya742:2025-07-12-fix-command-trace, r=Kobzol | Matthias Krüger | -4/+29 |
| 2025-07-13 | Rollup merge of #143825 - RalfJung:clippy-test-filter, r=llogiq | Matthias Krüger | -2/+2 |
| 2025-07-13 | Rollup merge of #143785 - bjorn3:faster_ra_build_script_build, r=Kobzol | Matthias Krüger | -0/+43 |
| 2025-07-13 | Run bootstrap tests sooner in the `x test` pipeline | Jakub Beránek | -2/+1 |
| 2025-07-13 | Rollup merge of #143822 - RalfJung:miri-ui-clean, r=jieyouxu | León Orell Valerian Liehr | -2/+7 |
| 2025-07-13 | Rollup merge of #143817 - Kobzol:wasi-sdk-path, r=jieyouxu | León Orell Valerian Liehr | -1/+1 |
| 2025-07-13 | Rollup merge of #143798 - Shourya742:2025-07-11-remove-format-short-command-t... | León Orell Valerian Liehr | -28/+5 |
| 2025-07-12 | explicitly drop span_guard in wait_for_output | bit-aloo | -1/+5 |
| 2025-07-12 | Add change_tracker.rs entry | bjorn3 | -0/+5 |
| 2025-07-12 | Move --compile-time-deps | bjorn3 | -5/+6 |
| 2025-07-12 | refine comment | Ralf Jung | -1/+1 |
| 2025-07-12 | add span to streaming command execution flow | bit-aloo | -1/+15 |
| 2025-07-12 | fix span for deferred command execution | bit-aloo | -3/+10 |
| 2025-07-12 | clippy: fix test filtering when TESTNAME is empty | Ralf Jung | -2/+2 |
| 2025-07-12 | ./x test miri: fix cleaning the miri_ui directory | Ralf Jung | -2/+7 |
| 2025-07-11 | Access `wasi_sdk_path` instead of reading environment variable in bootstrap | Jakub Beránek | -1/+1 |
| 2025-07-11 | remove format short command and push format short command method inside finge... | bit-aloo | -27/+4 |
| 2025-07-11 | Use short command method directly from fingerprint | bit-aloo | -1/+1 |
| 2025-07-11 | Update description for flag | bjorn3 | -1/+1 |
| 2025-07-11 | Update sysinfo version to `0.36.0` | Guillaume Gomez | -5/+5 |
| 2025-07-11 | Avoid building C++ for rustc_llvm with --compile-time-deps | bjorn3 | -0/+3 |
| 2025-07-11 | Add --compile-time-deps argument for x check | bjorn3 | -0/+34 |
| 2025-07-10 | Rollup merge of #143707 - Kobzol:bootstrap-std-check, r=jieyouxu | Trevor Gross | -7/+31 |
| 2025-07-10 | Auto merge of #143746 - matthiaskrgr:rollup-yaojj7t, r=matthiaskrgr | bors | -72/+174 |
| 2025-07-10 | Rollup merge of #143660 - cuviper:lib-doc-false, r=tgross35 | Matthias Krüger | -4/+0 |
| 2025-07-10 | Rollup merge of #143615 - Kobzol:doc-std, r=jieyouxu | Matthias Krüger | -68/+174 |
| 2025-07-10 | Auto merge of #143525 - Shourya742:2025-07-06-add-profiler, r=Kobzol | bors | -28/+218 |
| 2025-07-10 | enable report summary when BOOTSTRAP_PROFILE is set | bit-aloo | -2/+14 |
| 2025-07-10 | expose report summary via build | bit-aloo | -1/+5 |
| 2025-07-10 | update streaming to record its execution via commandprofiler | bit-aloo | -5/+11 |
| 2025-07-10 | add commandProfiler to bootstrap execution context | bit-aloo | -1/+154 |
| 2025-07-10 | change cachekey to CommandFingerprint and change related API's and add start ... | bit-aloo | -19/+34 |
| 2025-07-10 | Rollup merge of #143398 - lolbinarycat:tidy-extra-checks-auto, r=Kobzol | Trevor Gross | -1/+9 |
| 2025-07-10 | Fix `--skip-std-check-if-no-download-rustc` | Jakub Beránek | -7/+31 |
| 2025-07-09 | bootstrap/miri: avoid rebuilds for test builds | Ralf Jung | -2/+8 |
| 2025-07-09 | Add doc cross-compilation test | Jakub Beránek | -0/+16 |
| 2025-07-09 | Add `doc library` test for a no_std target | Jakub Beránek | -1/+17 |
| 2025-07-08 | Rollup merge of #143606 - lambdageek:configure-write-last-key, r=Kobzol | Trevor Gross | -8/+18 |