about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-08-23Refactor and document the `Rustc` dist stepJakub Beránek-35/+42
2025-08-23Small refactor of `Mingw` stepJakub Beránek-12/+12
2025-08-23Document the `rustc-docs` stepJakub Beránek-9/+18
2025-08-23Rename `default_doc` to `run_default_doc_steps` and remove unused argumentJakub Beránek-6/+7
2025-08-23Forbid running dist steps on stage 0Jakub Beránek-0/+4
2025-08-23Re-add missing `clippy` testsJakub Beránek-0/+124
2025-08-22Rollup merge of #145763 - Kobzol:llvm-bindir-cross, r=Mark-SimulacrumJacob Pratt-39/+84
2025-08-22Rollup merge of #145761 - Gelbpunkt:hermit-aarch64_be, r=wesleywiserJacob Pratt-0/+1
2025-08-22Rollup merge of #137457 - JayAndJef:issue-132802-fix, r=KobzolJacob Pratt-0/+17
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