about summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
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
2022-06-30Add a `--build-dir` flag to rustbuildThom Chiovoloni-1/+1
2022-06-18Rollup merge of #97828 - ferrocene:pa-config-artifacts, r=jyn514Yuki Okushi-16/+47
2022-06-13move stage0 config closer to ConfigPietro Albini-22/+22
2022-06-10fix testsPietro Albini-0/+3
2022-06-09load configuration for downloading artifacts from stage0.jsonPietro Albini-16/+44
2022-06-09Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s...David Tolnay-1/+1
2022-06-07Add a `DownloadSource` enumJoshua Nelson-43/+26
2022-06-07Add checksum verification for rustfmt downloadsJoshua Nelson-9/+57
2022-06-07Move beta rustfmt downloads to rustbuildJoshua Nelson-17/+116
2022-06-07Simplify handling of `initial_rustfmt`Joshua Nelson-13/+5
2022-06-07Rename `download_component` -> `download_ci_component`Joshua Nelson-4/+4
2022-06-05Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrumbors-0/+1
2022-05-29Re-add help_on_error for download-ci-llvmbinggh-1/+1
2022-05-29Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrumbors-4/+142
2022-05-28Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul...Matthias Krüger-1/+1