summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
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
2018-06-21Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrumbors-0/+3
2018-06-12Add verify-llvm-ir flag to config.tomlNikita Popov-0/+3
2018-06-07quiet-tests -> !verbose-testsOliver Schneider-4/+3
2018-06-05Use quiet tests by defaultOliver Schneider-0/+1
2018-06-03make a llvm-tools rustup componentJorge Aparicio-2/+2
2018-06-03ship LLVM tools with the toolchainJorge Aparicio-0/+3
2018-06-03command line args trump config.toml settingsOliver Schneider-1/+4
2018-06-03Allow enabling incremental via config.tomlOliver Schneider-0/+2
2018-05-09ci: Compile LLVM with Clang 6.0.0Alex Crichton-0/+3
2018-05-05Misc tweaksJohn Kåre Alsaker-0/+3
2018-05-01rustbuild: Normalize paths coming from Python slightlyVadim Petrochenkov-2/+10
2018-04-13Make debuginfo-tools always default falseJosh Stone-1/+1
2018-04-13rustbuild: allow building tools with debuginfoJosh Stone-0/+5
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-0/+8
2018-04-07rustbuild: Fix setting initial cargoOliver Middleton-1/+1
2018-04-05Rollup merge of #49563 - japaric:std-thumb, r=alexcrichtonkennytm-0/+1
2018-04-03Refactor to use a dry-run config instead of cfg(test)Mark Simulacrum-1/+9
2018-04-03Extract default Config into functionMark Simulacrum-20/+21
2018-04-03Stop accessing current_dir in bootstrapMark Simulacrum-12/+10
2018-04-01add a dist-thumb builder to build rust-std for the THUMB targetsJorge Aparicio-0/+1
2018-03-30Handle fast-submodules option correctlyPetr Hosek-0/+4
2018-03-20ci: Print out how long each step takes on CIAlex Crichton-0/+3
2018-03-16Rollup merge of #48892 - alexcrichton:thinlto-again, r=Mark-Simulacrumkennytm-5/+0
2018-03-12Auto merge of #48295 - Keruspe:master, r=alexcrichtonbors-1/+3
2018-03-09rustbuild: Remove ThinLTO-related configurationAlex Crichton-5/+0
2018-03-08Refactor run_host_only to have the proper effect.Mark Simulacrum-1/+1
2018-03-08bootstrap: pass datadir to rust-installerMarc-Antoine Perennou-1/+3
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-0/+4
2018-03-02make codegen-backends directory name configurableMarc-Antoine Perennou-0/+5
2018-02-25Rollup merge of #48517 - penpalperson:master, r=Mark-Simulacrumkennytm-0/+2
2018-02-24Added error-format flag to x.py.penpalperson-0/+2
2018-02-19rustbuild: make libdir_relative a methodJosh Stone-18/+12
2018-02-19rustbuild: Restore Config.libdir_relativeJosh Stone-0/+17