about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2021-02-20Use the new name for `split-debuginfo`Joshua Nelson-11/+3
2021-02-20Don't apply semicolon in expressions from macros yetMark Rousskov-2/+8
2021-02-20Update the bootstrap compilerJoshua Nelson-8/+2
2021-02-20remove redundant box wrapperThe8472-4/+4
2021-02-20limit rustfmt parallelism by taking -j into accountThe8472-3/+3
2021-02-20parallelize x.py test tidyThe8472-19/+64
2021-02-18Rollup merge of #82236 - matthiaskrgr:useless_conv, r=jyn514Dylan DPC-1/+1
2021-02-18Rollup merge of #82218 - rylev:copy-pdbs, r=Mark-SimulacrumDylan DPC-2/+10
2021-02-18Rollup merge of #82211 - henryboisdequin:make-setup-msgs-better, r=jyn514Yuki Okushi-2/+8
2021-02-17avoid converting types into themselves (clippy::useless_conversion)Matthias Krüger-1/+1
2021-02-17Make sure pdbs are copied along with exe and dlls when bootstrappingRyan Levick-2/+10
2021-02-17make suggest setup help messages betterHenry Boisdequin-3/+9
2021-02-16Delete symlinked directoriesRyan Levick-5/+4
2021-02-16Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514Guillaume Gomez-1/+1
2021-02-16Work around various issues cleaning up bootstrap on WindowsRyan Levick-6/+36
2021-02-16Do not delete bootstrap.exe on Windows during cleanRyan Levick-0/+3
2021-02-16avoid full-slicing slicesMatthias Krüger-1/+1
2021-02-15Rollup merge of #82106 - jyn514:cleanup-bootstrap, r=Mark-SimulacrumJonas Schievink-5/+4
2021-02-14Remove unnecessary `Option` in `default_doc`Joshua Nelson-5/+4
2021-02-12Rollup merge of #81506 - vo4:hwasan, r=nagisaDylan DPC-2/+2
2021-02-12Rollup merge of #81997 - bnjbvr:dist-include-build-helper, r=Mark-SimulacrumYuki Okushi-0/+8
2021-02-12Rollup merge of #81968 - pietroalbini:fix-doc-install-path, r=Mark-SimulacrumYuki Okushi-1/+1
2021-02-12Rollup merge of #81955 - dtolnay:dwp, r=Mark-SimulacrumYuki Okushi-2/+5
2021-02-11dist: include src/build_helper as part of the crate graph for rustc-dev.Benjamin Bouvier-0/+8
2021-02-10bootstrap: fix wrong docs installation pathPietro Albini-1/+1
2021-02-09bootstrap: Locate llvm-dwp based on llvm-config bindirDavid Tolnay-2/+5
2021-02-10Rollup merge of #81910 - jyn514:bootstrap-1.52, r=jackh726Yuki Okushi-1/+1
2021-02-09Auto merge of #79540 - jyn514:no-xpy, r=Mark-Simulacrumbors-18/+116
2021-02-08Use `log --author=bors` instead of `merge-base`Joshua Nelson-25/+9
2021-02-08Absolute bare minimum for downloading rustc from CIJoshua Nelson-18/+132
2021-02-08Use format string in bootstrap panic instead of a string directlyJoshua Nelson-1/+1
2021-02-07HWASan supportTri Vo-2/+2
2021-02-06output rdj docsNixon Enraght-Moony-0/+1
2021-02-05Rollup merge of #81456 - Amanieu:remote-test-server, r=AmanieuMara Bos-2/+1
2021-02-02Rollup merge of #81603 - ehuss:error-index-build, r=Mark-SimulacrumJack Huey-24/+29
2021-02-02Rollup merge of #81517 - tmiasko:san-crates, r=Mark-SimulacrumJack Huey-50/+1
2021-02-02Bump rustfmt versionMark Rousskov-1/+1
2021-01-31rustbuild: Don't build compiler twice for error-index-generator.Eric Huss-24/+29
2021-01-31Avoid building LLVM just for llvm-dwpbjorn3-2/+4
2021-01-30Revert "Auto merge of #81489 - nikic:x86-64-dist-update, r=Mark-Simulacrum"Nikita Popov-4/+1
2021-01-30Auto merge of #81545 - JohnTitor:rollup-zlt3tn6, r=JohnTitorbors-2/+3
2021-01-30Rollup merge of #81520 - jyn514:rustc2, r=Mark-SimulacrumYuki Okushi-1/+1
2021-01-30Auto merge of #81489 - nikic:x86-64-dist-update, r=Mark-Simulacrumbors-1/+4
2021-01-29Don't clone LLVM submodule when download-ci-llvm is setJoshua Nelson-1/+1
2021-01-29Don't print error output from rustup when detecting default build tripleJoshua Nelson-1/+2
2021-01-29Remove remnants of the santizer runtime crates from bootstrapTomasz Miąsko-50/+1
2021-01-29Rollup merge of #79819 - Aaron1011:feature/macro-trailing-semicolon, r=petroc...Yuki Okushi-0/+7
2021-01-28Use LLVM_USE_LINKER instead of LLVM_ENABLE_LLDNikita Popov-1/+1
2021-01-28Update Python and Clang on x86 dist imagesNikita Popov-0/+3
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-3/+11