summary refs log tree commit diff
path: root/config.toml.example
AgeCommit message (Expand)AuthorLines
2020-04-13Auto merge of #70882 - tmiasko:llvm-version-suffix, r=Mark-Simulacrumbors-2/+3
2020-04-10Enforce Python 3 as much as possibleGuillaume Gomez-4/+2
2020-04-07Make LLVM version suffix independent of rustc version on dev channelTomasz Miąsko-2/+3
2020-03-06fix various typosMatthias Krüger-1/+1
2020-02-11Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-SimulacrumDylan DPC-0/+4
2020-02-10Enable Control Flow Guard in rustbuildAndrew Paverd-0/+4
2020-02-09More commentsJohn Kåre Alsaker-0/+3
2020-02-09Add some commentsJohn Kåre Alsaker-0/+2
2020-01-29Add an option to use LLD to link the compiler on Windows platformsJohn Kåre Alsaker-0/+5
2020-01-11Clarify the relationship between `extended` and `tools` in `config.toml`varkor-5/+7
2020-01-03Rollup merge of #67636 - semarie:bootstrap-rustfmt, r=Mark-SimulacrumYuki Okushi-0/+4
2020-01-02bootstrap: Allow for setting the ThinLTO import limit used for compiler the c...Michael Woerister-0/+7
2019-12-27add comment for rustfmt in config.toml.exampleSebastien Marie-0/+4
2019-12-26Document LLVM skip-rebuild config.toml optionMatthew Healy-0/+6
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-3/+0
2019-10-25Rollup merge of #65408 - guanqun:remove-rust-optimize, r=Mark-SimulacrumMazdak Farrokhzad-4/+6
2019-10-24add the missing rust.musl-root option in config.toml.exampleGuanqun Lu-0/+3
2019-10-24add a WARNING to rust.optimize option in config.toml.exampleGuanqun Lu-4/+3
2019-10-21Remove `src/llvm-emscripten` submoduleAlex Crichton-4/+1
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-0/+1
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-1/+0
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-0/+1
2019-09-09Fix typo in config.toml.exampleLukas-1/+1
2019-08-28std: Remove the `wasm_syscall` featureAlex Crichton-5/+0
2019-08-16add git keyword to submodule optionJustin Restivo-2/+2
2019-08-08remove test-miri from config.toml.exampleRalf Jung-4/+0
2019-08-02rustbuild: WebAssembly is no longer an experimental LLVM backendSam Elliott-4/+3
2019-08-02rustbuild: RISC-V is no longer an experimental LLVM targetSam Elliott-3/+3
2019-05-24Address review commentsVadim Petrochenkov-1/+2
2019-05-24rustbuild: Untie `debuginfo-level-tests` from `debuginfo-level`Vadim Petrochenkov-3/+5
2019-05-24rustbuild: Simplify debuginfo configurationVadim Petrochenkov-14/+16
2019-05-09Omit the vendor component in the WASI tripleDan Gohman-1/+1
2019-04-03Support using LLVM's libunwind as the unwinder implementationPetr Hosek-0/+3
2019-03-29Add a new wasm32-unknown-wasi targetAlex Crichton-0/+3
2019-03-16[bootstrap] Remove llvm.enabled configbjorn3-4/+0
2019-03-09Rollup merge of #58676 - euclio:bootstrap-python, r=alexcrichtonMazdak Farrokhzad-0/+3
2019-03-05Remove JSBackend from config.tomlHadley Canine-1/+1
2019-03-01look for python2 symlinks before bootstrap pythonAndy Russell-0/+3
2019-02-27Whitelist containers that allow older toolchainsAlex Crichton-0/+2
2019-01-31Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichtonbors-0/+4
2019-01-30bootstrap: Expose LLVM_USE_LINKER cmake option to config.toml.Michael Woerister-0/+4
2019-01-28Fix a commentJohn Kåre Alsaker-1/+1
2019-01-28Use multiple threads by default. Limits tests to one thread. Do some renaming.John Kåre Alsaker-1/+1
2019-01-13Support passing cflags/cxxflags/ldflags to LLVM buildPetr Hosek-0/+5
2019-01-09Remove outdated commentking6cong-1/+1
2019-01-07Rollup merge of #57369 - petrhosek:llvm-libcxx, r=alexcrichtonPietro Albini-0/+6
2019-01-05Provide the option to use libc++ even on all platformsPetr Hosek-0/+6
2019-01-05Rollup merge of #57278 - mati865:config_clippy, r=alexcrichtonkennytm-1/+1
2019-01-02Add Clippy to config.toml.exampleMateusz Mikuła-1/+1
2018-11-30ci: Only run compare-mode tests on one builderAlex Crichton-0/+5