| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-02-16 | bootstrap: take `target` by value in `is_builder_target` | 许杰友 Jieyou Xu (Joe) | -19/+19 |
| 2025-02-16 | bootstrap: add more tracing to compiler/std/llvm flows | 许杰友 Jieyou Xu (Joe) | -13/+314 |
| 2025-02-16 | fix broken `x {doc, build} core` | onur-ozkan | -9/+10 |
| 2025-02-16 | add unit test for cc-detect | bit-aloo | -0/+257 |
| 2025-02-16 | add docs to cc-detect | bit-aloo | -3/+28 |
| 2025-02-15 | Check all IDE config hashes in `./x test bootstrap`, update Helix hash | Chai T. Rex | -12/+26 |
| 2025-02-15 | Add support for the Zed IDE to `./x setup` | Chai T. Rex | -1/+9 |
| 2025-02-15 | Prepare `./x setup` to handle more IDEs; make minor improvements | Chai T. Rex | -31/+35 |
| 2025-02-15 | Improve GCC build in bootstrap | Jakub Beránek | -15/+52 |
| 2025-02-15 | Auto merge of #137066 - onur-ozkan:137034-blocker, r=jieyouxu | bors | -12/+15 |
| 2025-02-15 | bootstrap: build compiler libs with version number of libs being built | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2025-02-15 | boostrap: skip no_std targets in Std doc step | Niklas Korz | -0/+4 |
| 2025-02-15 | check if CI-LLVM is enabled before testing it | onur-ozkan | -12/+15 |
| 2025-02-14 | generate-copyright: pass the list of manifests from bootstrap | Pietro Albini | -0/+15 |
| 2025-02-14 | generate-copyright: pass the source root from bootstrap | Pietro Albini | -0/+1 |
| 2025-02-14 | CI: split i686-mingw job to three free runners | MarcoIeni | -6/+12 |
| 2025-02-14 | Auto merge of #137010 - workingjubilee:rollup-g00c07v, r=workingjubilee | bors | -4/+76 |
| 2025-02-13 | Rollup merge of #136924 - Kobzol:bootstrap-tracing, r=jieyouxu | Jubilee | -4/+76 |
| 2025-02-13 | Rollup merge of #136973 - jyn514:fulldeps-stage1, r=jieyouxu | Jubilee | -6/+8 |
| 2025-02-13 | Rollup merge of #136962 - onur-ozkan:fix-enzyme-note, r=jieyouxu | Jubilee | -10/+18 |
| 2025-02-13 | Rollup merge of #136960 - jyn514:compiletest-args, r=jieyouxu | Jubilee | -6/+5 |
| 2025-02-13 | Rollup merge of #136941 - Kobzol:ccache-build, r=onur-ozkan | Jubilee | -11/+29 |
| 2025-02-13 | fixed wast version was released, remove randomization exemption | The 8472 | -3/+2 |
| 2025-02-13 | Fix `x test --stage 1 ui-fulldeps` on macOS (until the next beta bump) | jyn | -6/+8 |
| 2025-02-13 | unify LLVM version finding logic | onur-ozkan | -10/+18 |
| 2025-02-13 | Add export of bootstrap tracing to Chrome events | Jakub Beránek | -11/+35 |
| 2025-02-13 | Trace execution of bootstrap commands | Jakub Beránek | -2/+50 |