about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2019-08-28std: Remove the `wasm_syscall` featureAlex Crichton-16/+0
2019-08-28bootstrap: allow specifying mirror for bootstrap compiler download.Charles Lew-2/+14
2019-08-28Fix build src/libtestYuki Okushi-3/+3
2019-08-27rustbuild: allow disabling deny(warnings) for bootstrapMarc-Antoine Perennou-14/+5
2019-08-23bootstrap: Merge the libtest build step with libstdAlex Crichton-490/+87
2019-08-21Rollup merge of #63781 - mati865:clippy, r=oli-obk,ehussMazdak Farrokhzad-2/+1
2019-08-21Run Clippy without json-rendered flagMateusz MikuĊ‚a-2/+1
2019-08-21Rollup merge of #63753 - ehuss:bump-toml, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2019-08-21Rollup merge of #63721 - Mark-Simulacrum:decouple-error-index, r=matthewjasperMazdak Farrokhzad-4/+2
2019-08-20Auto merge of #63752 - Centril:rollup-nlxwety, r=Centrilbors-11/+22
2019-08-20Bump toml dependency.Eric Huss-1/+1
2019-08-20Rollup merge of #62497 - o01eg:fix-62496, r=alexcrichtonMazdak Farrokhzad-11/+22
2019-08-20Remove serialization of diagnostics to filesMark Rousskov-4/+2
2019-08-19Don't use stage naming in RUSTFLAGS environment variablesMark Rousskov-5/+5
2019-08-17Auto merge of #63462 - matthewjasper:hygienic-builtin-derives, r=petrochenkovbors-2/+2
2019-08-17Rollup merge of #63621 - jgalenson:dndebug, r=alexcrichtonMazdak Farrokhzad-0/+3
2019-08-17Make built-in derives opaque macrosMatthew Jasper-2/+2
2019-08-17Rollup merge of #63642 - eddyb:wrap-it-up, r=rkruppe,Mark-SimulacrumMazdak Farrokhzad-2/+7
2019-08-17Rollup merge of #63558 - jgalenson:move-remap, r=alexcrichtonMazdak Farrokhzad-4/+4
2019-08-16Auto merge of #63640 - Centril:rollup-yeb8o66, r=Centrilbors-1/+10
2019-08-16rustbuild: work around the stdarch cfg(bootstrap) bug.Eduard-Mihai Burtescu-2/+7
2019-08-16Rollup merge of #63636 - pietroalbini:ci-mingw, r=alexcrichtonMazdak Farrokhzad-0/+9
2019-08-16Rollup merge of #63604 - Wind-River:master, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-08-16ci: move linkcheck from mingw-2 to mingw-1Pietro Albini-0/+9
2019-08-16Auto merge of #63470 - Mark-Simulacrum:rustc-depdep, r=alexcrichtonbors-100/+23
2019-08-15Modify librustc_llvm to pass -DNDEBUG while compiling.Joel Galenson-0/+3
2019-08-15Use libunwind from llvm-project submodule for musl targetsMarco A L Barbosa-4/+0
2019-08-14Remap debuginfo for all crates.Joel Galenson-13/+3
2019-08-14Remap paths for proc-macro crates.Joel Galenson-0/+10
2019-08-14Update error-format to match new Cargo flags for pipeliningAlex Crichton-29/+6
2019-08-14Disable --cfg bootstrap in libcoreMark Rousskov-1/+5
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-5/+2
2019-08-131. support crt-staticBaoshan Pang-1/+1
2019-08-13Utilize -Zbinary-dep-depinfo for dependency trackingMark Rousskov-100/+23