summaryrefslogtreecommitdiff
path: root/config.toml.example
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #101072 - tmandry:llvm-is-vanilla, r=Mark-SimulacrumMatthias Krüger2022-09-011-0/+4
|\
| * bootstrap: Add llvm-has-rust-patches target optionTyler Mandry2022-08-291-0/+4
* | Document the `no-std` target option in config.toml.exampleNicholas Bishop2022-08-061-0/+4
|/
* Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrumbors2022-06-051-0/+6
|\
| * add build metrics, to gather ci stats from x.pyPietro Albini2022-05-021-0/+6
* | Make llvm-libunwind a per-target optionTyler Mandry2022-05-241-10/+15
* | Turn on `fast_submodules` unconditionallyJoshua Nelson2022-05-231-4/+0
|/
* bootstrap: disable split dwarf by defaultDavid Wood2022-04-181-7/+2
* bootstrap: add split-debuginfo configDavid Wood2022-04-181-7/+22
* bootstrap: untangle static-libstdcpp & llvm-toolsJon Gjengset2022-03-101-1/+1
* Use the first codegen backend in the config.toml as defaultbjorn32022-02-271-1/+3
* Rollup merge of #93756 - tmandry:llvm-build-config, r=Mark-SimulacrumMatthias Krüger2022-02-101-0/+3
|\
| * Add llvm.build-config optionTyler Mandry2022-02-091-0/+3
* | Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett2022-01-011-2/+2
|/
* rustbuild: Add support for a per-target default-linker option.Maxim Cournoyer2021-12-311-3/+6
* Auto merge of #90054 - michaelwoerister:v0-mangling-in-compiler, r=Mark-Simul...bors2021-10-231-1/+5
|\
| * Make new symbol mangling scheme default for compiler itself.Michael Woerister2021-10-191-1/+5
* | config: add the option to enable LLVM testsAugie Fackler2021-10-181-0/+6
|/
* Rollup merge of #89840 - wangkirin:master, r=jyn514Yuki Okushi2021-10-131-3/+3
|\
| * fix the stage0 tools config file path in config.toml.exampleWang Qilin2021-10-131-3/+3
* | Add missing entries for overflow-checks to config.toml.example.Hans Kratz2021-10-121-0/+12
|/
* bootstrap: add config option for nix patchingDavid Wood2021-10-021-0/+6
* bootstrap: Add LLVM target matching for M68kJohn Paul Adrian Glaubitz2021-09-171-1/+1
* add two new build flags to build clang and enable llvm pluginsManuel Drehwald2021-07-311-0/+6
* Fix download-ci-llvm help commentAdam Gemmell2021-07-161-1/+1
* Delete spacesAlexander Melentyev2021-06-211-2/+2
* Auto merge of #79608 - alessandrod:bpf, r=nagisabors2021-06-061-1/+1
|\
| * BPF: review fixesAlessandro Decina2021-05-301-1/+1
| * Add BPF target to config.toml.exampleAlessandro Decina2021-05-231-1/+1
* | cleanup and fix compiling of libunwind121011112021-05-261-0/+8
|/
* Remove outdated FIXME for download-rustcJoshua Nelson2021-05-091-2/+0
* Auto merge of #82451 - jyn514:defaults, r=Mark-Simulacrumbors2021-04-071-69/+67
|\
| * Cleanup option parsing and config.toml.exampleJoshua Nelson2021-04-071-69/+67
* | Rollup merge of #83368 - jyn514:download-if-unchanged, r=Mark-SimulacrumDylan DPC2021-04-051-1/+3
|\ \
| * | Add `download-rustc = "if-unchanged"`Joshua Nelson2021-04-051-1/+3
| |/
* | Make rust-demangler installableRich Kadel2021-04-031-4/+5
|/
* Add a `disable-minification` option for rustdocMichael Howell2021-03-121-0/+5
* Rollup merge of #82360 - osa1:issue82317, r=Mark-SimulacrumJoshua Nelson2021-03-011-1/+3
|\
| * config.toml error reporting:Ömer Sinan Ağacan2021-03-011-1/+3
* | Created experimental build.print_step_rusage settingFelix S. Klock II2021-02-251-0/+6
|/
* Absolute bare minimum for downloading rustc from CIJoshua Nelson2021-02-081-0/+6
* Add all tier 1 platforms to supported platforms for "if-available"Joshua Nelson2021-01-151-3/+5
* bootstrap: add the dist.compression-formats optionPietro Albini2020-12-291-0/+4
* Skip `dsymutil` by default for compiler bootstrapJ. Ryan Stinnett2020-12-201-0/+8
* x.py: allow a custom string appended to the versionJosh Stone2020-11-161-0/+5
* Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-SimulacrumJonas Schievink2020-11-111-0/+9
|\
| * Support enable/disable sanitizers/profiler per target121011112020-10-261-0/+9
* | Enable LLVM Polly via llvm-args.Joseph Rafael Ferrer2020-10-301-0/+3
* | Rollup merge of #77703 - Keruspe:system-libunwind, r=Mark-SimulacrumYuki Okushi2020-10-271-1/+2
|\ \
| * | allow using the system-wide llvm-libunwind as the unwinderMarc-Antoine Perennou2020-10-211-1/+2
| |/