| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-02-21 | update enzyme submodule and users | Manuel Drehwald | -5/+2 |
| 2025-02-21 | fix build regressions | Manuel Drehwald | -7/+17 |
| 2025-02-22 | bootstrap: pass `--src-root` and `--src-test-suite-root` instead of `--src-base` | 许杰友 Jieyou Xu (Joe) | -1/+3 |
| 2025-02-21 | bootstrap: add doc for vendor build step | bit-aloo | -0/+18 |
| 2025-02-21 | Add build step log for `run-make-support` | Jakub Beránek | -0/+8 |
| 2025-02-20 | Rollup merge of #137340 - Kobzol:bootstrap-dir-check, r=onur-ozkan | Jubilee | -1/+12 |
| 2025-02-20 | Rollup merge of #137338 - onur-ozkan:137332, r=Kobzol | Jubilee | -1/+5 |
| 2025-02-20 | Add a notice about missing GCC sources in source tarballs | Jakub Beránek | -0/+11 |
| 2025-02-20 | skip submodule updating logics on tarballs | onur-ozkan | -1/+5 |
| 2025-02-20 | Improve error message when a submodule directory is missing completely | Jakub Beránek | -1/+1 |
| 2025-02-19 | Rollup merge of #127793 - ChaiTRex:zed_support, r=Kobzol | Matthias Krüger | -39/+65 |
| 2025-02-19 | print warning and help messages | onur-ozkan | -0/+10 |
| 2025-02-19 | add change-entry for tools profile update | onur-ozkan | -0/+5 |
| 2025-02-19 | set `build.test-stage = 2` for `tools` profile | onur-ozkan | -0/+2 |
| 2025-02-18 | Rollup merge of #137191 - ehuss:update-mdbook, r=jieyouxu | Matthias Krüger | -15/+0 |
| 2025-02-18 | fix `clippy::len-zero` | Josh Stone | -1/+1 |
| 2025-02-18 | fix `clippy::doc-overindented-list-items` | Josh Stone | -4/+4 |
| 2025-02-18 | fix `clippy::double-ended-iterator-last` | Josh Stone | -1/+1 |
| 2025-02-18 | fix `clippy::unneeded-struct-pattern` | Josh Stone | -13/+13 |
| 2025-02-18 | update `STAGE0_MISSING_TARGETS` | Josh Stone | -4/+0 |
| 2025-02-18 | update `cfg(bootstrap)` | Josh Stone | -12/+3 |
| 2025-02-18 | fix rust-analyzer tests | onur-ozkan | -0/+1 |
| 2025-02-18 | fix cargo tests | onur-ozkan | -1/+3 |
| 2025-02-18 | add test coverage for `tool::get_tool_rustc_compiler` | onur-ozkan | -0/+30 |
| 2025-02-18 | adapt tool module to `ToolBuildResult` | onur-ozkan | -179/+189 |
| 2025-02-18 | document tool implementations | onur-ozkan | -0/+18 |
| 2025-02-18 | remove manually handled stage offs | onur-ozkan | -49/+24 |
| 2025-02-18 | return `ToolBuildResult` to utilize them from callers | onur-ozkan | -85/+66 |
| 2025-02-18 | migrate llvm-bitcode-linker to `ToolBuild` | onur-ozkan | -51/+27 |
| 2025-02-18 | return more advanced type from `ToolBuild` | onur-ozkan | -98/+125 |
| 2025-02-18 | bless tests | onur-ozkan | -1/+5 |
| 2025-02-18 | pass target_compiler from Rustdoc | onur-ozkan | -11/+2 |
| 2025-02-18 | handle `ToolRustc` build stages automatically | onur-ozkan | -1/+22 |
| 2025-02-17 | Move error_index_generator to the rustbook workspace | Eric Huss | -15/+0 |
| 2025-02-17 | Rollup merge of #137170 - ferrocene:pa-target-jemalloc, r=Kobzol | Matthias Krüger | -3/+18 |
| 2025-02-17 | Rollup merge of #137073 - niklaskorz:bootstrap-doc-fix-empty-no-std, r=clubby789 | Matthias Krüger | -0/+4 |
| 2025-02-17 | Rollup merge of #137020 - ferrocene:pa-vendor-sources, r=Kobzol | Matthias Krüger | -28/+65 |
| 2025-02-17 | use the shared vendor impl for plan source tarballs | Pietro Albini | -21/+17 |
| 2025-02-17 | Changed `.display()` to `.to_str()` | Jakub Beránek | -1/+1 |
| 2025-02-17 | allow configuring jemalloc per target | Pietro Albini | -3/+18 |
| 2025-02-17 | generate-copyright: pass the vendored sources from bootstrap | Pietro Albini | -8/+33 |
| 2025-02-17 | Rollup merge of #137080 - jieyouxu:more-tracing, r=onur-ozkan | Matthias Krüger | -31/+332 |
| 2025-02-16 | Rollup merge of #137119 - onur-ozkan:fix-broken-core, r=jieyouxu | Matthias Krüger | -9/+10 |