about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
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
2019-05-30Auto merge of #61212 - alexcrichton:skip-rustc, r=pietroalbinibors-51/+82
2019-05-28Fixup styleAlex Crichton-1/+6
2019-05-28rustbuild: Assert extended builds don't dist too muchAlex Crichton-13/+14
2019-05-28rustbuild: Tweak how stage1 compilers are selectedAlex Crichton-38/+63
2019-05-25Add clippy and fix commands to x.pyljedrz-8/+17
2019-05-24rustbuild: Simplify debuginfo configurationVadim Petrochenkov-16/+9
2019-05-09remove unneeded `extern crate`s from build toolsAndy Russell-0/+4
2019-05-02Prevent dependencies between std/test/rustc unifying with each othervarkor-4/+20
2019-03-31Fix custom relative libdir.O01eg-1/+22
2019-03-29Rollup merge of #59366 - ehuss:update-books, r=QuietMisdreavusMazdak Farrokhzad-0/+1
2019-03-27Update booksEric Huss-0/+1
2019-03-25Fix two bootstrap testsPhilipp Hansch-0/+2
2019-03-20Auto merge of #58897 - Mark-Simulacrum:tool-rework, r=alexcrichtonbors-8/+7
2019-03-20Auto merge of #58791 - denzp:asm-compile-tests, r=alexcrichtonbors-0/+1
2019-03-18Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichtonbors-4/+1
2019-03-16Merge remote-tracking branch 'upstream/master' into asm-compile-testsDenys Zariaiev-2/+2
2019-03-16[bootstrap] Remove llvm.enabled configbjorn3-4/+1
2019-03-14Run RustdocUi earlierJohn Kåre Alsaker-1/+1