| Age | Commit message (Expand) | Author | Lines |
| 2025-03-04 | add support for extend rust tools and sanitizer | LuuuXXX | -1/+10 |
| 2025-03-04 | Revert "add fix for full tools and sanitizer" | LuuuXXX | -13/+0 |
| 2025-03-04 | add fix for full tools and sanitizer | LuuuXXX | -0/+13 |
| 2025-03-04 | promote ohos targets to tier to with host tools | LuuuXXX | -0/+4 |
| 2025-03-03 | Rollup merge of #137882 - onur-ozkan:remove-extra-compiler-stage, r=Kobzol | Matthias Krüger | -9/+44 |
| 2025-03-02 | extend scope of build_all test | onur-ozkan | -5/+40 |
| 2025-03-02 | do not build additional stage on compiler paths | onur-ozkan | -5/+5 |
| 2025-03-01 | Compile run-make recipes using the stage0 compiler | Jakub Beránek | -0/+5 |
| 2025-03-01 | Auto merge of #137796 - jieyouxu:rollup-qt9yr1g, r=jieyouxu | bors | -14/+32 |
| 2025-02-28 | Implement `RunMake` test suite using the `test!` macro | Jakub Beránek | -34/+4 |
| 2025-02-28 | Implement `RunMakeSupport` tool using the `bootstrap_tool!` macro | Jakub Beránek | -53/+1 |
| 2025-02-28 | Allow specifying that tools build a library, not a binary | Jakub Beránek | -4/+36 |
| 2025-02-28 | Create the `OptimizedDist` tool with a macro | Jakub Beránek | -39/+1 |
| 2025-02-28 | Rollup merge of #137693 - aDotInTheVoid:gaming, r=onur-ozkan,GuillaumeGomez | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2025-02-28 | Rollup merge of #137676 - petrochenkov:winresp, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -11/+31 |
| 2025-02-28 | support rust.channel = "auto-detect" | Pietro Albini | -1/+10 |
| 2025-02-28 | Add `dist:Gcc` build step | Jakub Beránek | -0/+28 |
| 2025-02-27 | Rollup merge of #136542 - jieyouxu:build-base, r=onur-ozkan | Matthias Krüger | -2/+6 |
| 2025-02-27 | Auto merge of #132295 - the8472:remove-randomize-exclusion1, r=onur-ozkan | bors | -3/+2 |
| 2025-02-26 | Re-enable `--generate-link-to-defintion` for tools internal rustdoc | Alona Enraght-Moony | -3/+1 |
| 2025-02-26 | Also test coretests when running ./x.py test core | bjorn3 | -8/+9 |
| 2025-02-26 | Stop passing --lib to cargo test | bjorn3 | -59/+15 |
| 2025-02-26 | linker: Fix escaping style for response files on Windows | Vadim Petrochenkov | -11/+31 |
| 2025-02-26 | Auto merge of #137036 - jieyouxu:drivers-license, r=Kobzol | bors | -0/+6 |
| 2025-02-26 | Auto merge of #136921 - Kobzol:gcc-build, r=onur-ozkan | bors | -15/+52 |
| 2025-02-25 | Rollup merge of #137522 - onur-ozkan:137215-follow-ups, r=Kobzol | León Orell Valerian Liehr | -6/+99 |
| 2025-02-25 | Rollup merge of #137460 - onur-ozkan:downgrade-cc, r=jieyouxu | León Orell Valerian Liehr | -3/+5 |
| 2025-02-24 | Rollup merge of #137493 - nabijaczleweli:python3, r=Kobzol | Trevor Gross | -1/+1 |
| 2025-02-24 | add `tool::Cargofmt` binary to target sysroot | onur-ozkan | -2/+8 |
| 2025-02-24 | add `tool::CargoClippy` binary to target sysroot | onur-ozkan | -2/+7 |
| 2025-02-24 | use stage 2 on cargo and clippy tests when possible | onur-ozkan | -6/+32 |
| 2025-02-24 | add coverage for explicit stage fields | onur-ozkan | -0/+57 |
| 2025-02-24 | add explicit stage fields to `Config` | onur-ozkan | -0/+10 |
| 2025-02-23 | Auto merge of #137497 - tgross35:rollup-1oeclrr, r=tgross35 | bors | -0/+7 |
| 2025-02-23 | Auto merge of #137476 - onur-ozkan:137469, r=jieyouxu | bors | -47/+14 |
| 2025-02-23 | Rollup merge of #137452 - Shourya742:2025-02-23-add-module-level-doc-for-core... | Trevor Gross | -0/+7 |
| 2025-02-23 | configure.py: don't instruct user to run nonexistent program | наб | -1/+1 |
| 2025-02-23 | bootstrap: remove redundant `to_path_buf()` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-02-23 | bootstrap: remove `--build-base` and use `--build-root` and `--build-test-sui... | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2025-02-23 | add FIXME note on `Builder::compiler_for` | onur-ozkan | -0/+3 |
| 2025-02-23 | avoid `compiler_for` for dist tools and force the current compiler | onur-ozkan | -47/+11 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -35/+22 |
| 2025-02-23 | Auto merge of #137466 - jhpratt:rollup-spyi02y, r=jhpratt | bors | -0/+18 |
| 2025-02-23 | Rollup merge of #137382 - Shourya742:2025-02-21-add-vendor-step-doc, r=Kobzol | Jacob Pratt | -0/+18 |
| 2025-02-23 | downgrade bootstrap `cc` | onur-ozkan | -3/+5 |
| 2025-02-23 | Auto merge of #137215 - onur-ozkan:rustc-tool-build-stages, r=jieyouxu,Kobzol | bors | -263/+316 |
| 2025-02-23 | bootstrap: add module docs for core:metadata | bit-aloo | -0/+7 |
| 2025-02-22 | Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr | bors | -0/+8 |
| 2025-02-22 | Rollup merge of #137362 - Kobzol:run-make-support-bootstrap, r=jieyouxu | Matthias Krüger | -0/+8 |
| 2025-02-22 | Auto merge of #136428 - EnzymeAD:enable-autodiff, r=oli-obk | bors | -12/+19 |