about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-08-23remove default opts from configbit-aloo-53/+0
2025-08-22Add warning to the `Builder::llvm_config` functionJakub Beránek-0/+4
2025-08-22Ship LLVM tools for the correct target when cross-compilingJakub Beránek-5/+43
2025-08-22Auto merge of #145352 - Shourya742:2025-08-12-remove-default-config, r=Kobzolbors-563/+527
2025-08-22Rename `llvm_config` to `host_llvm_config` to avoid confusionJakub Beránek-36/+39
2025-08-22Add aarch64_be-unknown-hermit targetJens Reidel-0/+1
2025-08-22Sort Config fields and remove some `mut`s from bindingsJakub Beránek-198/+210
2025-08-21Rollup merge of #145703 - Gelbpunkt:ci-llvm-mips, r=KobzolJacob Pratt-4/+0
2025-08-21Promote aarch64-pc-windows-msvc to Tier 1Daniel Paoliello-1/+1
2025-08-21Remove MIPS targets from CI LLVM platformsJens Reidel-4/+0
2025-08-21Rollup merge of #145654 - Kobzol:gcc-ci-root, r=jieyouxuJacob Pratt-3/+3
2025-08-21Rollup merge of #145390 - joshtriplett:rustc-diag-value-earlier, r=lcnrJacob Pratt-5/+5
2025-08-21Rollup merge of #145256 - GuillaumeGomez:bootstrap-test-codegen-backend, r=Ko...Jacob Pratt-7/+58
2025-08-21move few complex initialization from config to parse-innerbit-aloo-49/+61
2025-08-20Update test output for change to number of cratesJosh Triplett-5/+5
2025-08-20make download context lean and remove mutable typesbit-aloo-79/+89
2025-08-20remove unwanted references, and make more initialization inlinebit-aloo-22/+14
2025-08-20add explicit defaultsbit-aloo-4/+4
2025-08-20use local variables coming from toml, directly from tomlbit-aloo-11/+7
2025-08-20remove now not required _bit-aloo-115/+115
2025-08-20Auto merge of #145645 - Kobzol:uplift-fix, r=jieyouxubors-9/+82
2025-08-20Download CI GCC into the correct directoryJakub Beránek-3/+3
2025-08-20Split compiletest `--codegen-backend` into two options `--default-codegen-bac...Guillaume Gomez-4/+7
2025-08-20Add new `--test-codegen-backend` bootstrap optionGuillaume Gomez-6/+54
2025-08-20Disable rustc uplifting during cross-compilationJakub Beránek-9/+6
2025-08-19Auto merge of #145601 - jieyouxu:rollup-t5mbqhc, r=jieyouxubors-34/+39
2025-08-19Add snapshot tests for stage 3 compiler buildsJakub Beránek-0/+76
2025-08-19Rollup merge of #145576 - jieyouxu:bootstrap-timings, r=Kobzol许杰友 Jieyou Xu (Joe)-0/+5
2025-08-19Rollup merge of #145560 - Kobzol:bootstrap-remove-ord, r=jieyouxu许杰友 Jieyou Xu (Joe)-34/+34
2025-08-19Rollup merge of #145490 - Kobzol:bootstrap-io-tracing, r=jieyouxu许杰友 Jieyou Xu (Joe)-27/+86
2025-08-19Rollup merge of #145452 - Kobzol:bootstrap-strip, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+12
2025-08-19Rollup merge of #145565 - Kobzol:bootstrap-ci-print-error, r=jieyouxuStuart Cook-0/+4
2025-08-19Rollup merge of #145557 - Kobzol:rustc-link-fix, r=jieyouxuStuart Cook-34/+78
2025-08-19Rollup merge of #144252 - Kobzol:rmeta-sysroot, r=jieyouxuStuart Cook-88/+335
2025-08-18Assume UTF-8 in sysroot pathsJakub Beránek-1/+1
2025-08-18Fix uplifting in `Assemble` stepJakub Beránek-34/+78
2025-08-18remove downstream new methodbit-aloo-51/+12
2025-08-18Add change tracker entry for `--timings`Jieyou Xu-0/+5
2025-08-18Provide more useful command creation spansJakub Beránek-0/+4
2025-08-18Remove unused `PartialOrd`/`Ord` from bootstrapJakub Beránek-34/+34
2025-08-18Do not overwrite the value of `RUSTC_ADDITIONAL_SYSROOT_PATHS`Jakub Beránek-1/+28
2025-08-18Trace some basic I/O operations in bootstrapJakub Beránek-27/+86
2025-08-18clippy'edbit-aloo-1/+1
2025-08-18remove default configbit-aloo-582/+563
2025-08-16Only check std in cross-compilation instead of building itJakub Beránek-57/+153
2025-08-16Avoid copying rustc rmeta artifacts into the build compiler sysrootJakub Beránek-65/+189
2025-08-16Optimize `copy_src_dirs`Jakub Beránek-39/+42
2025-08-16Do not call `fs::remove_file` in `cp_link_filtered_recurse`Jakub Beránek-1/+0
2025-08-15Rollup merge of #145455 - Kobzol:bootstrap-copy-src-dirs-dry-run, r=jieyouxuJacob Pratt-0/+6
2025-08-15Rollup merge of #145454 - Kobzol:bootstrap-fix-step-debug-repr, r=jieyouxuJacob Pratt-3/+8