about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-02-21update enzyme submodule and usersManuel Drehwald-5/+2
2025-02-21fix build regressionsManuel Drehwald-7/+17
2025-02-22bootstrap: pass `--src-root` and `--src-test-suite-root` instead of `--src-base`许杰友 Jieyou Xu (Joe)-1/+3
2025-02-21bootstrap: add doc for vendor build stepbit-aloo-0/+18
2025-02-21Add build step log for `run-make-support`Jakub Beránek-0/+8
2025-02-20Rollup merge of #137340 - Kobzol:bootstrap-dir-check, r=onur-ozkanJubilee-1/+12
2025-02-20Rollup merge of #137338 - onur-ozkan:137332, r=KobzolJubilee-1/+5
2025-02-20Add a notice about missing GCC sources in source tarballsJakub Beránek-0/+11
2025-02-20skip submodule updating logics on tarballsonur-ozkan-1/+5
2025-02-20Improve error message when a submodule directory is missing completelyJakub Beránek-1/+1
2025-02-19Rollup merge of #127793 - ChaiTRex:zed_support, r=KobzolMatthias Krüger-39/+65
2025-02-19print warning and help messagesonur-ozkan-0/+10
2025-02-19add change-entry for tools profile updateonur-ozkan-0/+5
2025-02-19set `build.test-stage = 2` for `tools` profileonur-ozkan-0/+2
2025-02-18Rollup merge of #137191 - ehuss:update-mdbook, r=jieyouxuMatthias Krüger-15/+0
2025-02-18fix `clippy::len-zero`Josh Stone-1/+1
2025-02-18fix `clippy::doc-overindented-list-items`Josh Stone-4/+4
2025-02-18fix `clippy::double-ended-iterator-last`Josh Stone-1/+1
2025-02-18fix `clippy::unneeded-struct-pattern`Josh Stone-13/+13
2025-02-18update `STAGE0_MISSING_TARGETS`Josh Stone-4/+0
2025-02-18update `cfg(bootstrap)`Josh Stone-12/+3
2025-02-18fix rust-analyzer testsonur-ozkan-0/+1
2025-02-18fix cargo testsonur-ozkan-1/+3
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