about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-02-18add test coverage for `tool::get_tool_rustc_compiler`onur-ozkan-0/+30
2025-02-18adapt tool module to `ToolBuildResult`onur-ozkan-179/+189
2025-02-18document tool implementationsonur-ozkan-0/+18
2025-02-18remove manually handled stage offsonur-ozkan-49/+24
2025-02-18return `ToolBuildResult` to utilize them from callersonur-ozkan-85/+66
2025-02-18migrate llvm-bitcode-linker to `ToolBuild`onur-ozkan-51/+27
2025-02-18return more advanced type from `ToolBuild`onur-ozkan-98/+125
2025-02-18bless testsonur-ozkan-1/+5
2025-02-18pass target_compiler from Rustdoconur-ozkan-11/+2
2025-02-18handle `ToolRustc` build stages automaticallyonur-ozkan-1/+22
2025-02-17Move error_index_generator to the rustbook workspaceEric Huss-15/+0
2025-02-17Rollup merge of #137170 - ferrocene:pa-target-jemalloc, r=KobzolMatthias Krüger-3/+18
2025-02-17Rollup merge of #137073 - niklaskorz:bootstrap-doc-fix-empty-no-std, r=clubby789Matthias Krüger-0/+4
2025-02-17Rollup merge of #137020 - ferrocene:pa-vendor-sources, r=KobzolMatthias Krüger-28/+65
2025-02-17use the shared vendor impl for plan source tarballsPietro Albini-21/+17
2025-02-17Changed `.display()` to `.to_str()`Jakub Beránek-1/+1
2025-02-17allow configuring jemalloc per targetPietro Albini-3/+18
2025-02-17generate-copyright: pass the vendored sources from bootstrapPietro Albini-8/+33
2025-02-17Rollup merge of #137080 - jieyouxu:more-tracing, r=onur-ozkanMatthias Krüger-31/+332
2025-02-16Rollup merge of #137119 - onur-ozkan:fix-broken-core, r=jieyouxuMatthias Krüger-9/+10
2025-02-16bootstrap: take `target` by value in `is_builder_target`许杰友 Jieyou Xu (Joe)-19/+19
2025-02-16bootstrap: add more tracing to compiler/std/llvm flows许杰友 Jieyou Xu (Joe)-13/+314
2025-02-16fix broken `x {doc, build} core`onur-ozkan-9/+10
2025-02-16add unit test for cc-detectbit-aloo-0/+257
2025-02-16add docs to cc-detectbit-aloo-3/+28
2025-02-15Check all IDE config hashes in `./x test bootstrap`, update Helix hashChai T. Rex-12/+26
2025-02-15Add support for the Zed IDE to `./x setup`Chai T. Rex-1/+9
2025-02-15Prepare `./x setup` to handle more IDEs; make minor improvementsChai T. Rex-31/+35
2025-02-15Improve GCC build in bootstrapJakub Beránek-15/+52
2025-02-15Auto merge of #137066 - onur-ozkan:137034-blocker, r=jieyouxubors-12/+15
2025-02-15bootstrap: build compiler libs with version number of libs being built许杰友 Jieyou Xu (Joe)-0/+6
2025-02-15boostrap: skip no_std targets in Std doc stepNiklas Korz-0/+4
2025-02-15check if CI-LLVM is enabled before testing itonur-ozkan-12/+15
2025-02-14generate-copyright: pass the list of manifests from bootstrapPietro Albini-0/+15
2025-02-14generate-copyright: pass the source root from bootstrapPietro Albini-0/+1
2025-02-14CI: split i686-mingw job to three free runnersMarcoIeni-6/+12
2025-02-14Auto merge of #137010 - workingjubilee:rollup-g00c07v, r=workingjubileebors-4/+76
2025-02-13Rollup merge of #136924 - Kobzol:bootstrap-tracing, r=jieyouxuJubilee-4/+76
2025-02-13Rollup merge of #136973 - jyn514:fulldeps-stage1, r=jieyouxuJubilee-6/+8
2025-02-13Rollup merge of #136962 - onur-ozkan:fix-enzyme-note, r=jieyouxuJubilee-10/+18
2025-02-13Rollup merge of #136960 - jyn514:compiletest-args, r=jieyouxuJubilee-6/+5
2025-02-13Rollup merge of #136941 - Kobzol:ccache-build, r=onur-ozkanJubilee-11/+29
2025-02-13fixed wast version was released, remove randomization exemptionThe 8472-3/+2
2025-02-13Fix `x test --stage 1 ui-fulldeps` on macOS (until the next beta bump)jyn-6/+8
2025-02-13unify LLVM version finding logiconur-ozkan-10/+18
2025-02-13Add export of bootstrap tracing to Chrome eventsJakub Beránek-11/+35
2025-02-13Trace execution of bootstrap commandsJakub Beránek-2/+50
2025-02-13Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki...Jacob Pratt-1/+5
2025-02-13Add warning about using llvm.ccache and add FIXME noteJakub Beránek-0/+5
2025-02-12Compiletest should not inherit all host RUSTFLAGSjyn-6/+5