about summary refs log tree commit diff
path: root/src/bootstrap/src
AgeCommit message (Expand)AuthorLines
2025-09-20Rollup merge of #146774 - Kobzol:bootstrap-relative-path, r=jieyouxuMatthias Krüger-5/+17
2025-09-20Auto merge of #146771 - Kobzol:download-ci-llvm-default-value, r=jieyouxubors-11/+4
2025-09-19Simplify default value of `download-ci-llvm`Jakub Beránek-11/+4
2025-09-19Stop linking rs{begin,end} on x86_64-*-windows-gnuMateusz Mikuła-0/+2
2025-09-19Allow running `x <cmd> <path>` from a different directoryJakub Beránek-5/+17
2025-09-18Allow windows resource compiler to be overriddenErick Tryzelaar-0/+14
2025-09-17Rollup merge of #146598 - bjorn3:feature_llvm_enzyme, r=davidtwcoJana Dönszelmann-7/+3
2025-09-17Rollup merge of #146458 - Hayden602:bootstrap, r=KobzolJana Dönszelmann-1/+17
2025-09-17Rollup merge of #145071 - cuviper:min-llvm-20, r=nikicStuart Cook-2/+2
2025-09-16Update the minimum external LLVM to 20Josh Stone-2/+2
2025-09-16Rollup merge of #146611 - lolbinarycat:bootstrap-toml-wrong-section-diagnosti...Matthias Krüger-11/+98
2025-09-16bootstrap: emit hint if a config key is used in the wrong sectionbinarycat-11/+98
2025-09-16Add parallel-frontend-threads to bootstrap.toml and enable multi-threaded par...Haidong Zhang-1/+17
2025-09-16Rollup merge of #146609 - lolbinarycat:bootstrap-less-verbose-cargo, r=KobzolStuart Cook-6/+4
2025-09-16Rollup merge of #146608 - lolbinarycat:bootstrap-readme, r=KobzolStuart Cook-0/+5
2025-09-15bootstrap: lower verbosity of cargo to one less than bootstrap'sbinarycat-6/+4
2025-09-15improve internal bootstrap docsbinarycat-0/+5
2025-09-15Make llvm_enzyme a regular cargo featurebjorn3-7/+3
2025-09-15Rollup merge of #146471 - neuschaefer:no-target, r=Mark-SimulacrumMatthias Krüger-1/+1
2025-09-13Rollup merge of #146450 - lolbinarycat:bootstrap-test-js, r=jieyouxuJacob Pratt-1/+15
2025-09-13Rollup merge of #144498 - Noratrieb:rustc-json-schema, r=jieyouxu,davidtwcoJacob Pratt-0/+25
2025-09-12Auto merge of #146444 - heiher:fix-loong-jemalloc-page-size, r=Mark-Simulacrumbors-11/+20
2025-09-12Add --print target-spec-json-schemaNoratrieb-0/+25
2025-09-12bootstrap: Show target in "No such target exists" messageJ. Neuschäfer-1/+1
2025-09-12Rollup merge of #146449 - Kobzol:gcc-fix-symlink, r=GuillaumeGomezStuart Cook-1/+13
2025-09-11bootstrap: rustdoc-js tests can now be filtered by js filesbinarycat-1/+15
2025-09-11Fix `libgccjit` symlink when we build GCC locallyJakub Beránek-1/+13
2025-09-11bootstrap: Build jemalloc for LoongArch with support for 16K pagesWANG Rui-11/+20
2025-09-11Change the default value of `gcc.download-ci-gcc` to `true`Jakub Beránek-1/+6
2025-09-09Auto merge of #146360 - Zalathar:rollup-qc2hhrd, r=Zalatharbors-0/+1
2025-09-09Rollup merge of #139593 - lolbinarycat:sitemap, r=jieyouxuStuart Cook-0/+1
2025-09-09Auto merge of #146018 - lambdageek:add-winres-version, r=wesleywiserbors-5/+5
2025-09-07Rollup merge of #146170 - kumarUjjawal:master, r=Mark-SimulacrumMatthias Krüger-0/+25
2025-09-06Auto merge of #146233 - jieyouxu:run-make-fission, r=Kobzolbors-21/+80
2025-09-06Rollup merge of #146263 - jieyouxu:check-bump-stage0, r=KobzolMatthias Krüger-0/+7
2025-09-06bootstrap: add check step for `src/tools/bump-stage0`Jieyou Xu-0/+7
2025-09-06Auto merge of #146253 - Kobzol:cargo-lto, r=jieyouxubors-2/+4
2025-09-05Rollup merge of #146199 - Kobzol:bootstrap-cargo-doc, r=jieyouxuTrevor Gross-27/+145
2025-09-05compiler: Add Windows resources to rustc-main and rustc_driverAleksey Kliger-5/+5
2025-09-05Optimize Cargo with LTOJakub Beránek-2/+4
2025-09-05Fix conditionJakub Beránek-1/+1
2025-09-05Add a comment about the "specialization" feature required because of `im-rc`Jakub Beránek-0/+2
2025-09-05Add snapshot test for disting compiler docsJakub Beránek-1/+53
2025-09-05Respect top stage when documenting CargoJakub Beránek-2/+15
2025-09-05Allow `specialization` feature when documenting CargoJakub Beránek-4/+16
2025-09-05bootstrap: split `run-make` into {`run-make`,`run-make-cargo`} test suitesJieyou Xu-21/+80
2025-09-04Rollup merge of #145976 - beepster4096:configure_debugbreak, r=clubby789Matthias Krüger-2/+15
2025-09-04Document Cargo with in-tree rustdocJakub Beránek-24/+63
2025-09-04Rollup merge of #145682 - dpaoliello:arm64tier1, r=jieyouxuJacob Pratt-1/+1
2025-09-04Rollup merge of #146155 - Shourya742:2025-09-03-make-test-run-parallel, r=KobzolStuart Cook-45/+25