summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
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
2022-05-25feat: refactored bootstrap files to use stderr consistentlyRaiyan-1/+1
2022-05-25Move download-rustc from bootstrap.py to rustbuildJoshua Nelson-4/+142
2022-05-24Make llvm-libunwind a per-target optionTyler Mandry-5/+18
2022-05-23Turn on `fast_submodules` unconditionallyJoshua Nelson-4/+0
2022-05-02add build metrics, to gather ci stats from x.pyPietro Albini-0/+1
2022-04-27Auto merge of #95170 - jyn514:ci-llvm, r=Mark-Simulacrumbors-18/+52
2022-04-24Move download-ci-llvm to rustbuildJoshua Nelson-18/+52
2022-04-21Add a test for `--exclude test::XXX`Joshua Nelson-0/+2
2022-04-18bootstrap: disable split dwarf by defaultDavid Wood-1/+1
2022-04-18bootstrap: add split-debuginfo configDavid Wood-2/+48
2022-04-15Make the debug output for `TargetSelection` less verboseJoshua Nelson-1/+7
2022-03-13Auto merge of #94832 - jonhoo:default-static, r=Mark-Simulacrumbors-0/+1
2022-03-13Remove FieldName enumbjorn3-34/+6
2022-03-13Prevent duplicate monomorphization of deserialization implsbjorn3-1/+5
2022-03-13Use trimmed down deserialization impl for configbjorn3-146/+237
2022-03-13Rename derive_merge macro to define_config and move Deserialize impl into itbjorn3-19/+10
2022-03-10bootstrap: untangle static-libstdcpp & llvm-toolsJon Gjengset-0/+1
2022-03-09Fallback to top-level config.toml if not present in current directoryJoshua Nelson-6/+17
2022-03-07copy over `std::path::absolute` instead of adding `canonicalize` hacksJoshua Nelson-19/+6
2022-03-07fix weird bug when `out` would get overridden by unit testsJoshua Nelson-6/+21
2022-03-07Don't depend on python for RUST_BOOTSTRAP_CONFIGJoshua Nelson-4/+10
2022-03-07Move some more bootstrap logic from python to rustJoshua Nelson-21/+14
2022-03-05Merge build_helper into utilbjorn3-2/+1
2022-03-05Remove build_helperbjorn3-1/+1
2022-03-04Rollup merge of #94568 - bjorn3:rustbuild_remove_dead_code, r=Mark-SimulacrumMatthias Krüger-6/+6
2022-03-03Remove unused Default and Clone derives in config.rsbjorn3-6/+6
2022-03-02Remove num_cpus dependency from bootstrap, build-manifest and rustc_sessionbjorn3-1/+1
2022-02-09Add llvm.build-config optionTyler Mandry-0/+4
2022-01-21allow excluding paths only from a single modulePietro Albini-2/+3
2022-01-01Remove some dead codebjorn3-4/+0
2022-01-01Remove the merge dependencybjorn3-2/+9
2022-01-01Avoid the merge derive macro in rustbuildbjorn3-165/+196
2021-12-31rustbuild: Add support for a per-target default-linker option.Maxim Cournoyer-0/+2
2021-10-23Auto merge of #90054 - michaelwoerister:v0-mangling-in-compiler, r=Mark-Simul...bors-2/+2
2021-10-19Make new symbol mangling scheme default for compiler itself.Michael Woerister-2/+2
2021-10-18config: add the option to enable LLVM testsAugie Fackler-0/+5