about summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
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
2021-03-12Make docs-minification default to trueMichael Howell-0/+1
2021-03-12Add a `disable-minification` option for rustdocMichael Howell-0/+3
2021-02-25Created experimental build.print_step_rusage settingFelix S. Klock II-0/+3
2021-02-21Add new rustdoc-gui test suiteGuillaume Gomez-0/+3
2021-02-08Absolute bare minimum for downloading rustc from CIJoshua Nelson-0/+3
2021-01-17Rollup merge of #81064 - Mark-Simulacrum:support-stage1-check, r=jyn514Mara Bos-1/+2
2021-01-16Allow configuring the default stage for `x.py check`Joshua Nelson-1/+2
2021-01-15Allow downloading LLVM on WindowsJoshua Nelson-2/+4