about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
2019-10-15minimize the rust-std componentJosh Stone-0/+1
2019-10-12Revert "Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum"Mark Rousskov-1/+0
2019-10-10Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrumbors-0/+1
2019-10-10Auto merge of #65129 - andjo403:cargo_args, r=alexcrichtonbors-0/+10
2019-10-09make it possible to add args to cargo in x.pyAndreas Jonson-0/+10
2019-10-07add dist::RustcDev for unstable compiler librariesJosh Stone-1/+1
2019-10-07[WIP] minimize the rust-std componentJosh Stone-0/+1
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-1/+0
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-0/+1
2019-09-23rustbuild: Pass `-Zsave-analysis` during testsAlex Crichton-2/+1
2019-09-23No need to remove target-specific RUSTFLAGSAlex Crichton-5/+3
2019-09-23Stylistic changesAlex Crichton-13/+7
2019-09-23Move handling of `-Cprefer-dynamic` into `builder.rs`Alex Crichton-0/+10
2019-09-23Move `--cfg bootstrap` out of `rustc.rs`Alex Crichton-0/+1
2019-09-23Move handling of `{MUSL,WASI}_ROOT` to `compile.rs`Alex Crichton-0/+5
2019-09-23Allow adding `RUSTFLAGS` after `Builder::cargo`Alex Crichton-6/+43
2019-09-23Move debuginfo level handling to `builder.rs`Alex Crichton-1/+1
2019-09-23Move handling of `codegen-units` to `builder.rs`Alex Crichton-2/+12
2019-09-23Move handling of internal lints to `build.rs`Alex Crichton-0/+8
2019-09-23Move handling of some warnings to `builder.rs`Alex Crichton-2/+10
2019-09-23Move handling of `-Dwarnings` to `builder.rs`Alex Crichton-2/+2
2019-09-23bootstrap: Remove need for `RUSTC_RPATH` variableAlex Crichton-1/+48
2019-09-23bootstrap: Handle target-specific cargo env varsAlex Crichton-2/+12
2019-09-23bootstrap: Move `RUSTC_CRT_STATIC` to `builder.rs`Alex Crichton-1/+5
2019-09-23bootstrap: Remove need for RUSTC_SAVE_ANALYSISAlex Crichton-17/+20
2019-09-23bootstrap: Remove usage of `RUSTC_TARGET_LINKER`Alex Crichton-1/+2
2019-09-23bootstrap: Move `-Zdual-proc-macros` to `builder.rs`Alex Crichton-1/+1
2019-09-23bootstrap: Move `-Zexternal-macro-backtrace` to builderAlex Crichton-0/+2
2019-09-23bootstrap: Move `RUSTC_BREAK_ON_ICE` out of shimAlex Crichton-1/+2
2019-09-23bootstrap: Delete handling of `RUSTC_METADATA_SUFFIX`Alex Crichton-18/+0
2019-09-23bootstrap: Add a helper for managing RUSTFLAGSAlex Crichton-17/+34
2019-09-10Locate rustc binary similarly to codegen backend loadingMark Rousskov-0/+2
2019-08-23bootstrap: Merge the libtest build step with libstdAlex Crichton-9/+3
2019-08-21Run Clippy without json-rendered flagMateusz Mikuła-2/+1
2019-08-20Auto merge of #63752 - Centril:rollup-nlxwety, r=Centrilbors-7/+13
2019-08-20Rollup merge of #62497 - o01eg:fix-62496, r=alexcrichtonMazdak Farrokhzad-7/+13
2019-08-19Don't use stage naming in RUSTFLAGS environment variablesMark Rousskov-5/+5
2019-08-16Auto merge of #63470 - Mark-Simulacrum:rustc-depdep, r=alexcrichtonbors-65/+22
2019-08-14Update error-format to match new Cargo flags for pipeliningAlex Crichton-3/+0
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-1/+1
2019-08-13Utilize -Zbinary-dep-depinfo for dependency trackingMark Rousskov-65/+22
2019-08-08remove test-miri flag from bootstrapRalf Jung-9/+0
2019-08-08bootstrap: get rid of TEST_MIRI env varRalf Jung-1/+0
2019-08-07Fix double resolving custom libdirO01eg-7/+13
2019-07-27Remove run-pass test suitesVadim Petrochenkov-3/+0
2019-07-06add ./x.py test src/doc/rustc-guideAndré Luis Leal Cardoso Junior-0/+1
2019-06-16Separate bootstrap modulechansuke-658/+1
2019-06-13Remove unnecessary Std dependencyMark Rousskov-4/+0
2019-06-12rustbuild: fix libtest_stampMarc-Antoine Perennou-1/+1
2019-06-07Clarify when we run steps with ONLY_HOSTSMark Rousskov-5/+5