about summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
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
2020-10-21allow using the system-wide llvm-libunwind as the unwinderMarc-Antoine Perennou-3/+32
2020-10-13Implement "if-available" option for download-ci-llvmAntoine Martin-2/+9
2020-10-12bootstrap: add --include-default-paths to ./x.pyPietro Albini-0/+2
2020-10-04Rename bootstrap/defaults/{config.toml.PROFILE => config.PROFILE.toml}Thom Chiovoloni-1/+1
2020-09-30Auto merge of #77298 - jyn514:bootstrap-config, r=Mark-Simulacrumbors-5/+7
2020-09-28Remove skip_only_host_stepsTyler Mandry-4/+0
2020-09-28bootstrap: Always build for host, even when target is givenTyler Mandry-5/+2
2020-09-28Don't warn if the config file is somewhere other than `config.toml`Joshua Nelson-5/+7
2020-09-26Rollup merge of #76631 - jyn514:x.py-setup, r=Mark-SimulacrumRalf Jung-1/+6
2020-09-24Add `x.py setup`Joshua Nelson-1/+6
2020-09-23Add `keep-stage-std` to `x.py`Dylan MacKenzie-0/+2
2020-09-21Add a changelog for x.pyJoshua Nelson-1/+8
2020-09-21Rollup merge of #76628 - jyn514:default-config-files, r=Mark-SimulacrumRalf Jung-25/+51
2020-09-20Add sample defaults for config.tomlJoshua Nelson-25/+51
2020-09-20Discover Rust toolchain without PythonMark Rousskov-7/+12
2020-09-20Remove support for different src directoryMark Rousskov-1/+3