| Age | Commit message (Expand) | Author | Lines |
| 2025-08-01 | Make `Cargo` a `ToolTarget` tool | Jakub Beránek | -12/+4 |
| 2025-08-01 | Add basic Cargo snapshot test | Jakub Beránek | -0/+15 |
| 2025-08-01 | Appease Clippy | Jakub Beránek | -1/+0 |
| 2025-08-01 | Rename `link_compiler` to `target_compiler` | Jakub Beránek | -27/+30 |
| 2025-08-01 | Port codegen backends to `RustcPrivateCompilers` | Jakub Beránek | -61/+45 |
| 2025-08-01 | Add step metadata and a simple test for codegen backends | Jakub Beránek | -0/+27 |
| 2025-08-01 | Fix `ToolRustc` build with `download-rustc` | Jakub Beránek | -1/+7 |
| 2025-08-01 | Refactor `Rustdoc` | Jakub Beránek | -96/+90 |
| 2025-08-01 | Add step metadata and a few tests for `Doc` steps | Jakub Beránek | -0/+103 |
| 2025-08-01 | Implement `RustcPrivateCompilers` to unify building of `rustc_private` tools | Jakub Beránek | -269/+287 |
| 2025-08-01 | Rename `Builder::rustdoc` to `Builder::rustdoc_for_compiler` | Jakub Beránek | -24/+32 |
| 2025-08-01 | Add step metadata to `RustAnalyzerProcMacroSrv` | Jakub Beránek | -0/+10 |
| 2025-08-01 | Cleanup `ensure_if_default` to not require `Option` output | Jakub Beránek | -7/+8 |
| 2025-08-01 | Add metadata to `Cargo` and `RustAnalyzer` tools | Jakub Beránek | -0/+20 |
| 2025-08-01 | Rename extended rustc tool macros | Jakub Beránek | -17/+19 |
| 2025-08-01 | Properly pass path to staged `rustc` to `compiletest` self-tests | Jieyou Xu | -0/+6 |
| 2025-08-01 | Auto merge of #144773 - RalfJung:rollup-uif2yyj, r=RalfJung | bors | -79/+143 |
| 2025-08-01 | Rollup merge of #144683 - tgross35:builtins-via-std-workspace, r=bjorn3,Norat... | Jacob Pratt | -11/+11 |
| 2025-07-31 | Use `core` via `rustc-std-workspace-core` in `library/panic*` | Trevor Gross | -11/+11 |
| 2025-07-31 | Create a typed wrapper for codegen backends | Jakub Beránek | -79/+143 |
| 2025-07-30 | Address some rustc inconsistency issues | Haowei Wu | -5/+13 |
| 2025-07-30 | Add change tracker entry | Jieyou Xu | -0/+5 |
| 2025-07-30 | Deny `compiletest` self-tests being run against stage 0 rustc unless explicit... | Jieyou Xu | -1/+18 |
| 2025-07-30 | Introduce proper `build.compiletest-allow-stage0` config option | Jieyou Xu | -6/+19 |
| 2025-07-30 | bootstrap: split runtime DLL part out of `make_win_dist` | Mateusz Mikuła | -39/+35 |
| 2025-07-30 | bootstrap: extract `cc` query into a new function | Mateusz Mikuła | -20/+29 |
| 2025-07-29 | Rollup merge of #144623 - RalfJung:miri, r=RalfJung | Stuart Cook | -0/+5 |
| 2025-07-29 | Rollup merge of #144599 - lolbinarycat:bootstrap-build.tidy-extra-checks-enab... | Stuart Cook | -0/+2 |
| 2025-07-29 | Rollup merge of #144482 - Shourya742:2025-07-24-have-explicit-download-method... | Stuart Cook | -479/+657 |
| 2025-07-29 | update lockfile and bless tidy | Ralf Jung | -0/+5 |
| 2025-07-28 | bootstrap: enable tidy auto extra checks on tools profile | binarycat | -0/+2 |
| 2025-07-28 | make sure to populate DownloadState dependencies before its initialization in... | bit-aloo | -5/+5 |
| 2025-07-28 | remove config wrappers of download_toolchain and maybe_download_fmt and durin... | bit-aloo | -17/+13 |
| 2025-07-28 | use dry_run and verbose directly from exec_ctx | bit-aloo | -30/+27 |
| 2025-07-28 | add support for ./x check src/tools/linkchecker | Pietro Albini | -0/+7 |
| 2025-07-27 | move download_rustfmt out of impl as its used during config initialization | bit-aloo | -0/+66 |
| 2025-07-27 | move download_beta_toolchain out of impl as its used during config initializa... | bit-aloo | -0/+25 |
| 2025-07-27 | move utility methods out of config impl | bit-aloo | -461/+518 |
| 2025-07-27 | add download context | bit-aloo | -0/+37 |
| 2025-07-26 | Rollup merge of #144470 - tgross35:clif-remove-no-f16-f128, r=bjorn3 | Jacob Pratt | -5/+0 |
| 2025-07-26 | Rollup merge of #144464 - Kobzol:x-test-default, r=jieyouxu | Jacob Pratt | -1/+5 |
| 2025-07-26 | Rollup merge of #144445 - jieyouxu:revert-shared_helpers_tests, r=Kobzol | Jacob Pratt | -11/+22 |
| 2025-07-26 | Rollup merge of #144463 - ognevny:change-tracker-typo, r=Kobzol | Matthias Krüger | -1/+1 |
| 2025-07-26 | Rollup merge of #144316 - Gelbpunkt:musl-libdir-bootstrap, r=Kobzol | Trevor Gross | -14/+18 |
| 2025-07-25 | clif: Don't set the `compiler-builtins-no-f16-f128` feature | Trevor Gross | -5/+0 |
| 2025-07-25 | Only run bootstrap tests in `x test` on CI | Jakub Beránek | -1/+5 |
| 2025-07-25 | change_tracker: fix a typo | Maksim Bondarenkov | -1/+1 |
| 2025-07-25 | Allow approx-constant in `x clippy library` | Philipp Krones | -0/+1 |
| 2025-07-25 | Revert "Move `shared_helpers` test to a dedicated module" | Jieyou Xu | -11/+22 |
| 2025-07-24 | Rollup merge of #144317 - lolbinarycat:tidy-obey-build.npm, r=Kobzol | León Orell Valerian Liehr | -0/+6 |