about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2019-09-23Move handling of `-Cprefer-dynamic` into `builder.rs`Alex Crichton-15/+10
2019-09-23Move `--cfg bootstrap` out of `rustc.rs`Alex Crichton-15/+1
2019-09-23Move handling of `RUSTC_PARALLEL_COMPILER` to `compile.rs`Alex Crichton-5/+1
2019-09-23Move handling of `{MUSL,WASI}_ROOT` to `compile.rs`Alex Crichton-21/+12
2019-09-23Allow adding `RUSTFLAGS` after `Builder::cargo`Alex Crichton-59/+95
2019-09-23Move debuginfo level handling to `builder.rs`Alex Crichton-5/+1
2019-09-23Remove duplication of `RUSTC_DEBUGINFO_MAP` in rustc.rsAlex Crichton-4/+0
2019-09-23Move handling of `codegen-units` to `builder.rs`Alex Crichton-6/+12
2019-09-23Move handling of internal lints to `build.rs`Alex Crichton-15/+8
2019-09-23Move handling of some warnings to `builder.rs`Alex Crichton-7/+10
2019-09-23Move handling of `-Dwarnings` to `builder.rs`Alex Crichton-5/+2
2019-09-23bootstrap: Remove need for `RUSTC_RPATH` variableAlex Crichton-49/+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-8/+7
2019-09-23bootstrap: Remove need for RUSTC_SAVE_ANALYSISAlex Crichton-26/+20
2019-09-23bootstrap: Remove usage of `RUSTC_TARGET_LINKER`Alex Crichton-17/+13
2019-09-23bootstrap: Move `-Zdual-proc-macros` to `builder.rs`Alex Crichton-7/+1
2019-09-23bootstrap: Move `-Zexternal-macro-backtrace` to builderAlex Crichton-2/+2
2019-09-23bootstrap: Move `RUSTC_BREAK_ON_ICE` out of shimAlex Crichton-3/+2
2019-09-23bootstrap: Delete handling of `RUSTC_METADATA_SUFFIX`Alex Crichton-35/+1
2019-09-23bootstrap: Add a helper for managing RUSTFLAGSAlex Crichton-17/+34
2019-09-21Rollup merge of #64618 - alexcrichton:improve-dist-output, r=Mark-SimulacrumMazdak Farrokhzad-19/+47
2019-09-19rustbuild: Improve output of `dist` stepAlex Crichton-19/+47
2019-09-19Rollup merge of #64613 - alexcrichton:less-doc-copies, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2019-09-19rustbuild: Copy crate doc files fewer timesAlex Crichton-1/+1
2019-09-19rustbuild: Don't package libstd twiceAlex Crichton-1/+1
2019-09-17build-manifest: add some commentsRalf Jung-4/+10
2019-09-17Revert "Rollup merge of #64451 - RalfJung:miri-manifest, r=pietroalbini"Pietro Albini-10/+4
2019-09-14when BUILD_MANIFEST_DISABLE_SIGNING is set, we don't need gpg-password-fileRalf Jung-4/+10
2019-09-10Locate rustc binary similarly to codegen backend loadingMark Rousskov-4/+6
2019-09-09check git in bootstrap.py when trying to update submoduleGuanqun Lu-0/+8
2019-09-09use 'get_toml' instead of regular expressionGuanqun Lu-5/+15
2019-09-07Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkovMazdak Farrokhzad-1/+4
2019-09-07Rollup merge of #64098 - Mark-Simulacrum:always-warn, r=alexcrichtonMazdak Farrokhzad-10/+12
2019-09-07Rollup merge of #64240 - maurer:include-compiler-rt, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-09-06Include compiler-rt in the source tarballMatthew Maurer-0/+1
2019-09-06Rollup merge of #64208 - guanqun:py-is-not-none, r=matkladMazdak Farrokhzad-1/+1
2019-09-06Rollup merge of #64166 - infinity0:master, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-09-06it's more pythonic to use 'is not None' in python filesGuanqun Lu-1/+1
2019-09-05Explicitly create test tempdirMark Rousskov-1/+4
2019-09-05Better way of conditioning the sanitizer buildsXimin Luo-0/+1
2019-09-04Assume non-git LLVM is fresh if the stamp file existsJosh Stone-13/+14
2019-09-04Rename --warnings=allow to --warnings=warnMark Rousskov-3/+3
2019-09-04Ensure all warnings are emitted even on warnings=warnMark Rousskov-7/+9
2019-09-03Auto merge of #63869 - GuillaumeGomez:fix-build-failure, r=Mark-Simulacrumbors-1/+1
2019-09-02Generate version file if it doesn't existGuillaume Gomez-1/+1
2019-09-01remove the unstable rustdoc parameter --linkerAndreas Jonson-1/+4
2019-08-29Rollup merge of #63979 - alexcrichton:remove-wasm-syscall, r=dtolnayMazdak Farrokhzad-16/+0
2019-08-29Rollup merge of #63953 - crlf0710:bootstrap_mirroring, r=Mark-SimulacrumMazdak Farrokhzad-2/+14
2019-08-29Rollup merge of #63949 - JohnTitor:fix-quick-build, r=Mark-SimulacrumMazdak Farrokhzad-3/+3