about summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
2022-05-24Make llvm-libunwind a per-target optionTyler Mandry-5/+18
2022-05-23Turn on `fast_submodules` unconditionallyJoshua Nelson-4/+0
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
2021-10-17Rollup merge of #89888 - rusticstuff:download-ci-llvm-apple-arm64, r=Mark-Sim...Matthias Krüger-1/+23
2021-10-15Make `rust.download-ci-llvm="if-available"` work for tier 2 platforms.Hans Kratz-1/+23
2021-10-14Rollup merge of #89865 - tmandry:llvm-static, r=Mark-SimulacrumMatthias Krüger-9/+4
2021-10-13Allow static linking LLVM with ThinLTOTyler Mandry-9/+4
2021-10-12Make `rust.overflow-checks-std`option default to `rust.overflow-checks`.Hans Kratz-1/+2
2021-10-02bootstrap: add config option for nix patchingDavid Wood-0/+1
2021-08-24PGO for LLVM builds on x86_64-unknown-linux-gnu in CIMark Rousskov-0/+4
2021-08-06Add options for enabling overflow checks in rustc and std.Hans Kratz-0/+10
2021-07-31add two new build flags to build clang and enable llvm pluginsManuel Drehwald-0/+10
2021-07-24Rollup merge of #87380 - jyn514:smarter-submodule-defaults, r=Mark-SimulacrumYuki Okushi-3/+8
2021-07-22Don't default to `submodules = true` unless the rust repo has a .git directoryJoshua Nelson-3/+8
2021-07-22Fix `--dry-run` when download-ci-llvm is setJoshua Nelson-2/+10
2021-04-07Auto merge of #82451 - jyn514:defaults, r=Mark-Simulacrumbors-23/+29
2021-04-07Cleanup option parsing and config.toml.exampleJoshua Nelson-23/+29
2021-04-05Rollup merge of #83368 - jyn514:download-if-unchanged, r=Mark-SimulacrumDylan DPC-2/+3
2021-04-05Add `download-rustc = "if-unchanged"`Joshua Nelson-2/+3
2021-04-04Use the beta compiler for building bootstrap tools when `download-rustc` is setJoshua Nelson-45/+53