about summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
2019-10-25Rollup merge of #65408 - guanqun:remove-rust-optimize, r=Mark-SimulacrumMazdak Farrokhzad-15/+15
2019-10-24reorder TomlTarget struct's fields based on the order in config.toml.exampleGuanqun Lu-2/+2
2019-10-24reorder Rust struct's fields based on the order in config.toml.exampleGuanqun Lu-5/+5
2019-10-24reorder Install struct's fields based on the order in config.toml.exampleGuanqun Lu-1/+1
2019-10-24reorder Build struct's fields based on the order in config.toml.exampleGuanqun Lu-4/+4
2019-10-24reorder Llvm struct's fields based on the order in config.toml.exampleGuanqun Lu-3/+3
2019-10-21Remove `src/llvm-emscripten` submoduleAlex Crichton-1/+0
2019-09-10Locate rustc binary similarly to codegen backend loadingMark Rousskov-2/+3
2019-08-28std: Remove the `wasm_syscall` featureAlex Crichton-3/+0
2019-08-08remove test-miri flag from bootstrapRalf Jung-4/+0
2019-08-02rustbuild: RISC-V is no longer an experimental LLVM targetSam Elliott-3/+2
2019-07-05Lint on invalid values passed to x.py --warningsMark Rousskov-2/+2
2019-06-07Clarify when we run steps with ONLY_HOSTSMark Rousskov-2/+4
2019-06-03Treat 0 as special value for codegen-units-stdMark Rousskov-9/+10
2019-05-24rustbuild: Untie `debuginfo-level-tests` from `debuginfo-level`Vadim Petrochenkov-1/+1
2019-05-24rustbuild: Simplify debuginfo configurationVadim Petrochenkov-28/+29
2019-05-09remove unneeded `extern crate`s from build toolsAndy Russell-0/+2
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/+5
2019-02-27Whitelist containers that allow older toolchainsAlex Crichton-0/+3
2019-01-31Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichtonbors-0/+3
2019-01-30bootstrap: Expose LLVM_USE_LINKER cmake option to config.toml.Michael Woerister-0/+3
2019-01-28Use multiple threads by default. Limits tests to one thread. Do some renaming.John Kåre Alsaker-3/+3
2019-01-13Support passing cflags/cxxflags/ldflags to LLVM buildPetr Hosek-0/+10
2019-01-05Provide the option to use libc++ even on all platformsPetr Hosek-0/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10bootstrap: fix editionljedrz-3/+3
2018-12-07use top level `fs` functions where appropriateAndy Russell-5/+2
2018-11-30ci: Only run compare-mode tests on one builderAlex Crichton-0/+3
2018-11-02Use `jemalloc-sys` on Linux and OSX compilersAlex Crichton-1/+4
2018-11-02Remove all jemalloc-related contentAlex Crichton-14/+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-3/+3
2018-10-19Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz-2/+2
2018-10-12Rollup merge of #54811 - pnkfelix:issue-24840-separate-bootstrap-default-for-...kennytm-1/+3
2018-10-04Fix #24840: make default for `optimize` independent of `debug` setting in `Ca...Felix S. Klock II-1/+3
2018-10-01Fix conditions to allow missing tools in CIChristian Poveda-0/+2
2018-09-28Add enable-missing-tools optionChristian Poveda-0/+2
2018-09-25Improvements to finding LLVM's FileCheckTom Tromey-0/+6
2018-09-14Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoeristerkennytm-0/+3
2018-09-10Add rustc SHA to released DWARF debuginfoAlex Crichton-0/+3
2018-09-07rustbuild: allow configuring llvm version suffixMarc-Antoine Perennou-0/+3
2018-08-20bootstrap: Allow for building LLVM with ThinLTO.Michael Woerister-0/+3
2018-08-20bootstrap: Allow to specify ranlib tool used when compiling C++ code.Michael Woerister-0/+3
2018-08-14Add lldb to the buildTom Tromey-0/+3
2018-08-01[RISCV] Enable CI.David Craven-1/+1
2018-07-14Change keep-stage to only affect the passed stageMark Rousskov-1/+1
2018-07-11Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelixbors-0/+3
2018-07-02bootstrap: tests should use rustc from config.tomlNikolai Merinov-4/+2