about summary refs log tree commit diff
path: root/config.toml.example
AgeCommit message (Expand)AuthorLines
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
2018-08-01[RISCV] Enable LLVM backend.David Craven-1/+1
2018-07-11Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelixbors-0/+3
2018-06-21Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrumbors-0/+4
2018-06-12Add verify-llvm-ir flag to config.tomlNikita Popov-0/+3
2018-06-07quiet-tests -> !verbose-testsOliver Schneider-3/+3
2018-06-05Use quiet tests by defaultOliver Schneider-1/+1
2018-06-03ship LLVM tools with the toolchainJorge Aparicio-0/+4
2018-06-03Allow enabling incremental via config.tomlOliver Schneider-0/+3
2018-05-09ci: Compile LLVM with Clang 6.0.0Alex Crichton-0/+4
2018-05-05Misc tweaksJohn Kåre Alsaker-0/+3
2018-04-13Avoid specific claims about debuginfo sizeJosh Stone-1/+1
2018-04-13rustbuild: allow building tools with debuginfoJosh Stone-0/+4
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-0/+3
2018-03-25Rollup merge of #49120 - Zoxc:parallel-ci, r=alexcrichtonkennytm-0/+3
2018-03-22Auto merge of #49094 - alexcrichton:print-step-duration, r=kennytmbors-0/+4
2018-03-20ci: Print out how long each step takes on CIAlex Crichton-0/+4
2018-03-20Rollup merge of #49176 - matthiaskrgr:config_example_rm_thinlto, r=alexcrichtonkennytm-5/+0