about summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
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
2020-05-08x.py: allow configuring the build directoryJoshua Nelson-0/+2
2020-04-02bootstrap: add `--json-output` for rust-analyzerNiko Matsakis-0/+2
2020-02-28Fix no_std detection for target triplesAndre Richter-1/+1
2020-02-24bootstrap: Further centralize target defaulting logic.John Ericson-3/+13
2020-02-22Allow getting `no_std` from the config fileJohn Ericson-0/+3
2020-02-11Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-SimulacrumDylan DPC-0/+3
2020-02-10Enable Control Flow Guard in rustbuildAndrew Paverd-0/+3
2020-02-09Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrumbors-0/+3
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-4/+3
2020-01-29Add an option to use LLD to link the compiler on Windows platformsJohn Kåre Alsaker-0/+3
2020-01-10Prefer llvm-skip-rebuild flag value over config.tomlMatthew Healy-2/+6
2020-01-03Rollup merge of #67636 - semarie:bootstrap-rustfmt, r=Mark-SimulacrumYuki Okushi-0/+1
2020-01-02bootstrap: Allow for setting the ThinLTO import limit used for compiler the c...Michael Woerister-0/+3