about summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
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
2017-10-20rustbuild: Compile rustc with ThinLTOAlex Crichton-4/+3
2017-10-16bootstrap: update and enable the LLVM version-checkJosh Stone-0/+1
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-1/+7
2017-10-09cleanup: rustc doesn't use an external archiverVadim Petrochenkov-3/+0
2017-09-17Add a file to trivially disable tool building or testingOliver Schneider-0/+15
2017-09-17Get the miri test suite to run inside the rustc dev environmentOliver Schneider-0/+4
2017-08-28use an optional bool to keep track of ignore-git setting, if not specified by...Jeremy Sorensen-1/+5
2017-08-27rustbuild: Rewrite the configure script in PythonAlex Crichton-252/+51
2017-08-22Introduce crt_static target option in config.tomlSamuel Holland-0/+3
2017-08-13Correct code to not run host-only tests.Mark Simulacrum-0/+6