about summary refs log tree commit diff
path: root/config.toml.example
AgeCommit message (Expand)AuthorLines
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
2018-11-02Use `jemalloc-sys` on Linux and OSX compilersAlex Crichton-0/+4
2018-11-02Remove all jemalloc-related contentAlex Crichton-10/+0
2018-10-26bootstrap: Allow for build libstd to have its own codegen-unit setting.Michael Woerister-0/+4
2018-10-20Update Cargo, build curl/OpenSSL statically via featuresAlex Crichton-4/+3
2018-10-12Rollup merge of #54811 - pnkfelix:issue-24840-separate-bootstrap-default-for-...kennytm-9/+26
2018-10-08Added text explaining the (new) relative roles of `optimize`+`debug`Felix S. Klock II-9/+26
2018-10-01Fix conditions to allow missing tools in CIChristian Poveda-0/+4
2018-09-25Improvements to finding LLVM's FileCheckTom Tromey-0/+5
2018-09-14Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoeristerkennytm-0/+4
2018-09-10Add rustc SHA to released DWARF debuginfoAlex Crichton-0/+4
2018-09-07rustbuild: allow configuring llvm version suffixMarc-Antoine Perennou-0/+4
2018-08-20bootstrap: Allow for building LLVM with ThinLTO.Michael Woerister-0/+6
2018-08-20bootstrap: Allow to specify ranlib tool used when compiling C++ code.Michael Woerister-0/+4
2018-08-14Add lldb to the buildTom Tromey-0/+4
2018-08-01[RISCV] Enable CI.David Craven-1/+1