summary refs log tree commit diff
path: root/config.toml.example
AgeCommit message (Expand)AuthorLines
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-4/+4
2022-10-23Add `rust.lto` config optionJakub Beránek-0/+5
2022-10-02Auto merge of #100557 - dawnofmidnight:tarball-commit-info, r=Mark-Simulacrumbors-0/+6
2022-10-01fix: use git-commit-info for version informationdawnofmidnight-0/+6
2022-09-28Make the `c` feature for `compiler-builtins` opt-in instead of inferredJoshua Nelson-0/+4
2022-09-01Rollup merge of #101072 - tmandry:llvm-is-vanilla, r=Mark-SimulacrumMatthias Krüger-0/+4
2022-08-29bootstrap: Add llvm-has-rust-patches target optionTyler Mandry-0/+4
2022-08-06Document the `no-std` target option in config.toml.exampleNicholas Bishop-0/+4
2022-06-05Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrumbors-0/+6
2022-05-24Make llvm-libunwind a per-target optionTyler Mandry-10/+15
2022-05-23Turn on `fast_submodules` unconditionallyJoshua Nelson-4/+0
2022-05-02add build metrics, to gather ci stats from x.pyPietro Albini-0/+6
2022-04-18bootstrap: disable split dwarf by defaultDavid Wood-7/+2
2022-04-18bootstrap: add split-debuginfo configDavid Wood-7/+22
2022-03-10bootstrap: untangle static-libstdcpp & llvm-toolsJon Gjengset-1/+1
2022-02-27Use the first codegen backend in the config.toml as defaultbjorn3-1/+3
2022-02-10Rollup merge of #93756 - tmandry:llvm-build-config, r=Mark-SimulacrumMatthias Krüger-0/+3
2022-02-09Add llvm.build-config optionTyler Mandry-0/+3
2022-01-01Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett-2/+2
2021-12-31rustbuild: Add support for a per-target default-linker option.Maxim Cournoyer-3/+6
2021-10-23Auto merge of #90054 - michaelwoerister:v0-mangling-in-compiler, r=Mark-Simul...bors-1/+5
2021-10-19Make new symbol mangling scheme default for compiler itself.Michael Woerister-1/+5
2021-10-18config: add the option to enable LLVM testsAugie Fackler-0/+6
2021-10-13Rollup merge of #89840 - wangkirin:master, r=jyn514Yuki Okushi-3/+3
2021-10-13fix the stage0 tools config file path in config.toml.exampleWang Qilin-3/+3
2021-10-12Add missing entries for overflow-checks to config.toml.example.Hans Kratz-0/+12
2021-10-02bootstrap: add config option for nix patchingDavid Wood-0/+6
2021-09-17bootstrap: Add LLVM target matching for M68kJohn Paul Adrian Glaubitz-1/+1
2021-07-31add two new build flags to build clang and enable llvm pluginsManuel Drehwald-0/+6
2021-07-16Fix download-ci-llvm help commentAdam Gemmell-1/+1
2021-06-21Delete spacesAlexander Melentyev-2/+2
2021-06-06Auto merge of #79608 - alessandrod:bpf, r=nagisabors-1/+1
2021-05-30BPF: review fixesAlessandro Decina-1/+1
2021-05-26cleanup and fix compiling of libunwind12101111-0/+8
2021-05-23Add BPF target to config.toml.exampleAlessandro Decina-1/+1
2021-05-09Remove outdated FIXME for download-rustcJoshua Nelson-2/+0
2021-04-07Auto merge of #82451 - jyn514:defaults, r=Mark-Simulacrumbors-69/+67
2021-04-07Cleanup option parsing and config.toml.exampleJoshua Nelson-69/+67
2021-04-05Rollup merge of #83368 - jyn514:download-if-unchanged, r=Mark-SimulacrumDylan DPC-1/+3
2021-04-05Add `download-rustc = "if-unchanged"`Joshua Nelson-1/+3
2021-04-03Make rust-demangler installableRich Kadel-4/+5
2021-03-12Add a `disable-minification` option for rustdocMichael Howell-0/+5
2021-03-01Rollup merge of #82360 - osa1:issue82317, r=Mark-SimulacrumJoshua Nelson-1/+3
2021-03-01config.toml error reporting:Ömer Sinan Ağacan-1/+3
2021-02-25Created experimental build.print_step_rusage settingFelix S. Klock II-0/+6
2021-02-08Absolute bare minimum for downloading rustc from CIJoshua Nelson-0/+6
2021-01-15Add all tier 1 platforms to supported platforms for "if-available"Joshua Nelson-3/+5
2020-12-29bootstrap: add the dist.compression-formats optionPietro Albini-0/+4
2020-12-20Skip `dsymutil` by default for compiler bootstrapJ. Ryan Stinnett-0/+8
2020-11-16x.py: allow a custom string appended to the versionJosh Stone-0/+5