about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2022-02-13Auto merge of #93685 - Mark-Simulacrum:drop-time, r=Mark-Simulacrumbors-43/+14
2022-02-13Auto merge of #93956 - matthiaskrgr:rollup-zfk35hb, r=matthiaskrgrbors-8/+20
2022-02-13Rollup merge of #93885 - Badel2:error-download-ci-llvm, r=Mark-SimulacrumMatthias Krüger-8/+20
2022-02-13Auto merge of #93713 - klensy:deps-up, r=Mark-Simulacrumbors-1/+1
2022-02-12Suggest disabling download-ci-llvm option if url fails to downloadBadel2-8/+20
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-6/+0
2022-02-10Rollup merge of #93756 - tmandry:llvm-build-config, r=Mark-SimulacrumMatthias Krüger-0/+8
2022-02-09Add llvm.build-config optionTyler Mandry-0/+8
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-0/+6
2022-02-07Drop time dependency from bootstrapMark Rousskov-43/+14
2022-02-07Rollup merge of #93737 - mfrw:mfrw/bootstrap-config, r=Mark-SimulacrumMara Bos-2/+2
2022-02-07Rollup merge of #93723 - jyn514:rerun-if-changed, r=Mark-SimulacrumMara Bos-0/+2
2022-02-07Rollup merge of #93722 - jyn514:less-submodule-cloning, r=Mark-SimulacrumMara Bos-1/+1
2022-02-07Rollup merge of #93487 - yerke:yerke/fix-link-toolchain-in-setup, r=Mark-Simu...Mara Bos-2/+39
2022-02-07Rollup merge of #88313 - jyn514:pre-push, r=Mark-SimulacrumMara Bos-6/+20
2022-02-07bootstrap: prefer using '--config' over 'RUST_BOOTSTRAP_CONFIG'Muhammad Falak R Wani-2/+2
2022-02-06Rerun bootstrap's build script when RUSTC changesJoshua Nelson-0/+2
2022-02-06Use shallow clones for submodules managed by rustbuild, not just bootstrap.pyJoshua Nelson-1/+1
2022-02-07cargo_metadata 0.12 -> 0.14, to dedupe and remove some `semver`, `semver-pars...klensy-1/+1
2022-02-05fix linking stage1 toolchain in setupYerkebulan Tulibergenov-2/+39
2022-02-02Add a convenient way to inject rustc flags somewhere late in the bootstrap pi...Oli Scherer-0/+6
2022-01-31Rollup merge of #93492 - Mark-Simulacrum:shorter-failure-output, r=ehussEric Huss-2/+2
2022-01-30Hide failed command unless in verbose modeMark Rousskov-2/+2
2022-01-30Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-SimulacrumEric Huss-13/+4
2022-01-28update cfg(bootstrap)sPietro Albini-13/+4
2022-01-27rustbuild: Fix compiletest warning when building outside of root.Eric Huss-2/+3
2022-01-23Auto merge of #93047 - matthiaskrgr:defer__dist_PlainSourceTarball, r=Mark-Si...bors-1/+5
2022-01-21Auto merge of #93173 - matthiaskrgr:rollup-49bj7ta, r=matthiaskrgrbors-45/+146
2022-01-21allow excluding paths only from a single modulePietro Albini-41/+128
2022-01-21replace paths in PathSet with a dedicated TaskPath structPietro Albini-14/+28
2022-01-21Override rustc version in ui and mir-opt tests to get stable hashesThe 8472-0/+3
2022-01-19Rollup merge of #92800 - ehuss:docs-fallback, r=Mark-SimulacrumMatthias Krüger-2/+1
2022-01-19build: dist: defer PlainSourceTarballMatthias Krüger-1/+5
2022-01-17Disable docs on aarch64-apple-darwin.Eric Huss-2/+1
2022-01-18Rollup merge of #92946 - kaniini:chore/llvm-libunwind-s390x, r=Mark-SimulacrumMatthias Krüger-2/+4
2022-01-15Exclude llvm-libunwind from the self-contained set on s390x-musl targets.Ariadne Conill-2/+4
2022-01-14Typos fixMaxwase-3/+3
2022-01-06Rollup merge of #92589 - ChrisDenton:break-loop, r=Mark-SimulacrumMatthias Krüger-1/+3
2022-01-06Revert "bootstrap: copy `llvm-dwp` to sysroot"David Wood-12/+1
2022-01-05Break the loopChris Denton-1/+3
2022-01-05Rollup merge of #92182 - nnethercote:label-more-build-steps, r=Mark-SimulacrumMatthias Krüger-24/+13
2022-01-04Do not use deprecated -Zsymbol-mangling-version in bootstrapJakub Beránek-3/+13
2022-01-04Tweak the usage messages for `x.py build` and `x.py check`.Nicholas Nethercote-23/+11
2022-01-04Label more build steps.Nicholas Nethercote-1/+2
2022-01-01Remove some dead codebjorn3-31/+1
2022-01-01Remove the merge dependencybjorn3-3/+9
2022-01-01Make the rustc and rustdoc wrapper not depend on libbootstrapbjorn3-29/+39
2022-01-01Avoid the merge derive macro in rustbuildbjorn3-166/+197
2022-01-01Remove the lazy_static dependency from rustbuildbjorn3-5/+3
2022-01-01Rollup merge of #88310 - worldeva:bootstrap-locking, r=Mark-SimulacrumMatthias Krüger-0/+42