summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
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
2020-09-10add debug-logging to config.tomlGus Wynn-0/+6
2020-09-01Move ninja requirements to a dynamic check, when actually buildingMark Rousskov-3/+4
2020-08-26Set ninja=true by defaultJosh Triplett-0/+1
2020-08-22bootstrap: fix a couple of clippy lint warningsMatthias Krüger-1/+1
2020-08-12Add option to use the new symbol mangling in rustc/stdMark Rousskov-0/+3
2020-07-27Change debuginfo to default to 1 if `debug = true` is setJoshua Nelson-1/+1
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-10/+74
2020-06-18bootstrap: Configurable musl libdirTomasz Miąsko-0/+3
2020-05-15Rollup merge of #72146 - Mark-Simulacrum:separate-std-asserts, r=alexcrichtonDylan DPC-0/+6
2020-05-12Provide separate option for std debug assertsMark Rousskov-0/+6
2020-05-10remove lldb package from bootstrap, config and build-manifestRalf Jung-3/+0