about summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
2023-07-11Rollup merge of #113373 - jyn514:download-rustc-fixes, r=albertlarsan68Jubilee-5/+33
2023-07-11Move `ci_rustc_dir` to Config and use it consistentlyjyn-0/+6
2023-07-09Use String or Int to set the opt levelhi-rustin-13/+60
2023-07-05allow mixing `llvm.assertions` and `download-rustc`jyn-14/+0
2023-07-05check ci-rustc optionsjyn-3/+39
2023-07-05Make `--dry-run` more useful when download-rustc is enabledjyn-2/+2
2023-07-01Add tests for RustOptimizehi-rustin-1/+1
2023-07-01Use RustOptimize to set optimizehi-rustin-5/+43
2023-06-26bootstrap: rename 'user' profile to 'dist'clubby789-0/+8
2023-06-12add support for blessing panic=abort mir-opt testsPietro Albini-1/+15
2023-06-11Don't override `debuginfo-level = 1` to mean `line-tables-only`jyn-14/+72
2023-06-10Rollup merge of #112297 - jyn514:remove-exclude-kind, r=Mark-SimulacrumMatthias Krüger-3/+2
2023-06-05bootstrap: remove dep `is-terminal`kadiwa-2/+1
2023-06-04cleanup now that Kind is no longer used for excludesjyn-3/+2
2023-06-03only check when we specify rustc in config.tomlyukang-2/+43
2023-05-30create `build_helper/src/util` modozkanonur-6/+7
2023-05-27Revert "Rollup merge of #111538 - chenyukang:yukang-fix-110067-version-issue,...Mark Rousskov-38/+0
2023-05-24Auto merge of #111566 - clubby789:bootstrap-override-config, r=ozkanonurbors-26/+124
2023-05-19Override config.toml options from command lineclubby789-26/+124
2023-05-14comment feedbackyukang-1/+2
2023-05-14fixyukang-2/+1
2023-05-14skip rustc version check in dry_runyukang-0/+4
2023-05-14Make sure the build.rustc version is either the same or 1 apartyukang-0/+34
2023-05-09Rollup merge of #111242 - wangkirin:support_rpath_independent_config, r=alber...Matthias Krüger-0/+7
2023-05-07Auto merge of #110693 - clubby789:x-clap-take-2, r=Mark-Simulacrumbors-11/+28
2023-05-06Migrate bootstrap to Clap-based argumentsclubby789-11/+28
2023-05-05support enable rpath in each target independentlyWang Qilin-0/+7
2023-05-04Use `free-args` consistently in bootstrapjyn-0/+22
2023-04-30bootstrap: Fix compile error: unused-mutWANG Rui-1/+1
2023-04-15Fix `x test rust-installer` when `cargo` is set to a relative pathjyn-1/+3
2023-04-09feat: implement basic suggest-tests toolEzra Shaw-14/+10
2023-04-09Rollup merge of #110059 - gimbles:git-hash, r=ozkanonurYuki Okushi-6/+6
2023-04-08s/ignore_git/omit_git_hashGimbles-6/+6
2023-04-07Auto merge of #109448 - ozkanonur:download-beta-compiler-toolchain, r=Mark-Si...bors-6/+15
2023-04-08download beta compiler toolchain in bootstrap if it doesn't yet existozkanonur-6/+15
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