about summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
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
2020-12-31Rollup merge of #80532 - tmiasko:rm;, r=Mark-SimulacrumDylan DPC-1/+1
2020-12-30remove unnecessary trailing semicolon from bootstrapTomasz Miąsko-1/+1
2020-12-29bootstrap: add the dist.compression-formats optionPietro Albini-0/+3
2020-12-23Auto merge of #80262 - Mark-Simulacrum:pgo-rustc, r=pietroalbinibors-0/+9
2020-12-22Utilize PGO for rustc linux dist buildsMark Rousskov-0/+9
2020-12-20Skip `dsymutil` by default for compiler bootstrapJ. Ryan Stinnett-0/+3
2020-11-29Fix a bootstrap commentnooberfsh-1/+1
2020-11-21Auto merge of #79115 - cuviper:rust-description, r=Mark-Simulacrumbors-0/+3
2020-11-18fix handling the default config for profiler and sanitizers12101111-8/+8
2020-11-16x.py: allow a custom string appended to the versionJosh Stone-0/+3
2020-11-12Add `--color` support to bootstrapJoshua Nelson-1/+3
2020-11-11Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-SimulacrumJonas Schievink-0/+22
2020-11-09Rollup merge of #78566 - JRF63:polly, r=Mark-SimulacrumDylan DPC-0/+4
2020-11-07Honor the rustfmt setting in config.tomlJake Goulding-5/+12
2020-10-30Enable LLVM Polly via llvm-args.Joseph Rafael Ferrer-0/+4
2020-10-26Support enable/disable sanitizers/profiler per target12101111-0/+22