about summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
2023-04-01bootstrap replace atty with is-terminal, dedupe few depsklensy-2/+4
2023-03-24Rename 'src/bootstrap/native.rs' to llvm.rsRobin Hafid-3/+3
2023-03-21Auto merge of #108659 - ferrocene:pa-test-metrics, r=Mark-Simulacrumbors-0/+6
2023-03-21Rollup merge of #109124 - ferrocene:pa-compression-mode, r=Mark-Simulacrumnils-0/+4
2023-03-21change default to fast for everyone but the user profilePietro Albini-1/+1
2023-03-17Initialize rust_info before is_ci_llvm_available()Nikita Popov-4/+5
2023-03-15add `enable-warnings` flag for llvmozkanonur-0/+3
2023-03-14add dist.compression-profile option to control compression speedPietro Albini-0/+4
2023-03-11Rename `config.toml.example` to `config.example.toml`Thom Chiovoloni-2/+2
2023-03-07Rollup merge of #108581 - jfgoog:include-mingw-linker, r=petrochenkovMatthias Krüger-0/+4
2023-03-07Rollup merge of #108619 - jyn514:llvm-version-check, r=cuviperYuki Okushi-4/+0
2023-03-05Remove the option to disable `llvm-version-check`Joshua Nelson-4/+0
2023-03-05Rollup merge of #108613 - jyn514:rm-skip-rebuild, r=Mark-SimulacrumMatthias Krüger-9/+0
2023-03-02add a splash of colorPietro Albini-0/+6
2023-03-01Remove `llvm.skip-rebuild` optionJoshua Nelson-9/+0
2023-02-28Add a new config flag, dist.include-mingw-linker.James Farrell-0/+4
2023-02-27Rollup merge of #108308 - bjorn3:faster_bootstrap_build, r=albertlarsan68Matthias Krüger-0/+1
2023-02-27Allow building serde and serde_derive in parallelbjorn3-0/+1
2023-02-24Test that the compiler/library builds with -Zmir-opt-level=3 -Zvalidate-miryukang-0/+3
2023-02-19Download rustfmt regardless of rustc being set in config.tomlKittyBorgX-9/+0
2023-02-10Pass arguments to `x` subcommands with `--`clubby789-0/+5
2023-02-03Auto merge of #107241 - clubby789:bootstrap-lto-off, r=simulacrumbors-1/+3
2023-01-30Rollup merge of #107264 - ferrocene:pa-private-items, r=Mark-SimulacrumDylan DPC-0/+3
2023-01-27Revisit fix_is_ci_llvm_available logic; read build triple from tomlSergey Prytkov-0/+3
2023-01-26Add `rust.lto=off` to bootstrapclubby789-1/+3
2023-01-24add option to include private items in library docsPietro Albini-0/+3
2022-12-24Rollup merge of #105465 - jyn514:docs, r=Mark-SimulacrumMatthias Krüger-4/+1
2022-12-23Remove ancient and outdated references to `config.mk`Joshua Nelson-4/+1
2022-12-23Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3Matthias Krüger-0/+4
2022-12-22Allow building std with craneliftJoshua Nelson-0/+4
2022-12-17Make `RUN_CHECK_WITH_PARALLEL_QUERIES` the last thing to runJoshua Nelson-0/+1
2022-12-10Rollup merge of #104512 - jyn514:download-ci-llvm-default, r=Mark-SimulacrumMatthias Krüger-94/+108
2022-12-06Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelixMatthias Krüger-0/+3
2022-11-19Set `download-ci-llvm = "if-available"` by default when `channel = "dev"`Joshua Nelson-94/+108
2022-11-19Rollup merge of #103969 - ferrocene:pa-download-rustc-ui-tests, r=jyn514Matthias Krüger-9/+15
2022-11-17fmtPietro Albini-1/+1
2022-11-17set correct default value for cc and cxx on androidPietro Albini-2/+7
2022-11-16normalize download-rustc's prefix when running compiletestsPietro Albini-9/+15
2022-11-15add the build.reuse config option to choose the reuse binaryPietro Albini-0/+3
2022-11-13Make all download functions need only Config, not BuilderJoshua Nelson-226/+88
2022-11-12Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson-6/+24
2022-11-10Avoid runtime dependency on static libstdc++kubycsolutions-1/+1
2022-11-07Only set config.config to None when using default pathTanner Davies-1/+2
2022-11-05Place config.toml in current working directory if config not foundTanner Davies-2/+2
2022-11-03Fix artifact version/channel detection for stableMark Rousskov-15/+40
2022-10-29Revert "Make the `c` feature for `compiler-builtins` opt-in instead of inferred"Mark Rousskov-4/+0
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-4/+3
2022-10-23Add `rust.lto` config optionJakub Beránek-0/+31
2022-10-10Auto merge of #94381 - Kobzol:llvm-bolt, r=Mark-Simulacrumbors-0/+11
2022-10-09Use BOLT in x64 dist CI to optimize LLVMJakub Beránek-0/+11