about summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
2022-12-24Rollup merge of #105465 - jyn514:docs, r=Mark-SimulacrumMatthias Krüger-4/+1
2022-12-23Remove ancient and outdated references to `config.mk`Joshua Nelson-4/+1
2022-12-23Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3Matthias Krüger-0/+4
2022-12-22Allow building std with craneliftJoshua Nelson-0/+4
2022-12-17Make `RUN_CHECK_WITH_PARALLEL_QUERIES` the last thing to runJoshua Nelson-0/+1
2022-12-10Rollup merge of #104512 - jyn514:download-ci-llvm-default, r=Mark-SimulacrumMatthias Krüger-94/+108
2022-12-06Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelixMatthias Krüger-0/+3
2022-11-19Set `download-ci-llvm = "if-available"` by default when `channel = "dev"`Joshua Nelson-94/+108
2022-11-19Rollup merge of #103969 - ferrocene:pa-download-rustc-ui-tests, r=jyn514Matthias Krüger-9/+15
2022-11-17fmtPietro Albini-1/+1
2022-11-17set correct default value for cc and cxx on androidPietro Albini-2/+7
2022-11-16normalize download-rustc's prefix when running compiletestsPietro Albini-9/+15
2022-11-15add the build.reuse config option to choose the reuse binaryPietro Albini-0/+3
2022-11-13Make all download functions need only Config, not BuilderJoshua Nelson-226/+88
2022-11-12Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson-6/+24
2022-11-10Avoid runtime dependency on static libstdc++kubycsolutions-1/+1
2022-11-07Only set config.config to None when using default pathTanner Davies-1/+2
2022-11-05Place config.toml in current working directory if config not foundTanner Davies-2/+2
2022-11-03Fix artifact version/channel detection for stableMark Rousskov-15/+40
2022-10-29Revert "Make the `c` feature for `compiler-builtins` opt-in instead of inferred"Mark Rousskov-4/+0
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-4/+3
2022-10-23Add `rust.lto` config optionJakub Beránek-0/+31
2022-10-10Auto merge of #94381 - Kobzol:llvm-bolt, r=Mark-Simulacrumbors-0/+11
2022-10-09Use BOLT in x64 dist CI to optimize LLVMJakub Beránek-0/+11
2022-10-08Rollup merge of #102581 - jyn514:src-detection, r=Mark-SimulacrumMatthias Krüger-1/+10
2022-10-02Auto merge of #100557 - dawnofmidnight:tarball-commit-info, r=Mark-Simulacrumbors-7/+18
2022-10-02Make the `config.src` handling for downloadable bootstrap a little more conse...Joshua Nelson-1/+10
2022-10-01fix: use git-commit-info for version informationdawnofmidnight-7/+18
2022-09-29Auto merge of #101833 - jyn514:cross-compile-compiler-builtins, r=Mark-Simula...bors-0/+4
2022-09-28Make the `c` feature for `compiler-builtins` opt-in instead of inferredJoshua Nelson-0/+4
2022-09-25Support overriding initial rustc and cargo pathsMark Rousskov-6/+8
2022-09-20Update src/bootstrap/config.rsTuna-0/+1
2022-09-20Update src/bootstrap/config.rsTuna-1/+8
2022-09-14Make it possible to run bootstrap on a different machine than the one it was ...Joshua Nelson-4/+44
2022-09-01Rollup merge of #101072 - tmandry:llvm-is-vanilla, r=Mark-SimulacrumMatthias Krüger-0/+3
2022-08-29bootstrap: Add llvm-has-rust-patches target optionTyler Mandry-0/+3
2022-08-20Enable downloading prebuilt LLVM in test buildersMark Rousskov-1/+1
2022-08-19Refactor if-available setting to work in CIMark Rousskov-35/+1
2022-08-19Minor refactoringMark Rousskov-2/+1
2022-08-15Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and...The 8472-1/+1
2022-08-09LLVM lib unwind fuchsia configAndrew Pollack-1/+5
2022-07-30Discover channel for artifact downloadMark Rousskov-5/+11
2022-07-26Don't build std for *-uefi targetsNicholas Bishop-1/+5
2022-07-14Don't build std for switchleo60228-1/+1
2022-07-11 configure nightly branch name in stage0.jsonPietro Albini-0/+1
2022-07-11Auto merge of #98526 - jyn514:download-llvm-outside-checkout, r=Mark-Simulacrumbors-12/+18
2022-07-10Allow using `download-ci-llvm = true` outside the git checkoutJoshua Nelson-12/+18
2022-07-08Rollup merge of #98798 - jyn514:download-rustc-cached, r=Mark-SimulacrumMatthias Krüger-1/+2
2022-07-07squash the commitstoshiki goto-5/+3
2022-07-01Fix caching bug in `download-rustc = true`Joshua Nelson-1/+2