about summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
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
2018-02-10Implement excluding a build-step via --excludeMark Simulacrum-0/+2
2018-02-05Add build.tools option to manage installation of extended rust tools.O01eg-1/+4
2018-02-03Disable ThinLTO for dist builds.Mark Simulacrum-0/+5
2018-01-30Add wasm_syscall feature to build systemDiggory Blake-0/+3
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-0/+9
2018-01-12Remove unused configuration parameter `libdir_relative`.O01eg-2/+0
2018-01-12Fix #45345.O01eg-0/+1
2017-12-27Revert "Add a file to trivially disable tool building or testing"kennytm-15/+0
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-0/+3
2017-12-03Record build and test result of extended tools into toolstates.json.kennytm-0/+4
2017-11-25rustbuild: Enable WebAssembly backend by defaultAlex Crichton-2/+3
2017-11-11Disable LLVM assertions on Nightly, enable them in "alt" builds.Simon Sapin-1/+1
2017-10-26config.toml: Add stubs for recognized-but-unused install pathsJosh Stone-0/+5