about summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
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
2020-09-20Set BUILD_TRIPLE via build scriptMark Rousskov-1/+1
2020-09-19Rollup merge of #76796 - jyn514:wrong-stage, r=shepmasterRalf Jung-1/+7
2020-09-16Give a better error message when x.py uses the wrong stage for CIJoshua Nelson-1/+7
2020-09-16Remove unnecessary `clone()`s in bootstrapJoshua Nelson-32/+33
2020-09-16Auto merge of #76625 - jyn514:default-stages, r=Mark-Simulacrumbors-6/+53
2020-09-15Make the default stage for x.py configurableJoshua Nelson-6/+53
2020-09-13Auto merge of #76588 - guswynn:debug_logging, r=jyn514,Mark-Simulacrumbors-0/+6
2020-09-12Set link-shared if LLVM ThinLTO is enabled in config.rsMark Rousskov-0/+7
2020-09-12Download LLVM from CI to bootstrapMark Rousskov-0/+57
2020-09-11Stop implicitly appending triples to config.toml hosts and targetsMark Rousskov-28/+24