about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2022-07-08Rollup merge of #98798 - jyn514:download-rustc-cached, r=Mark-SimulacrumMatthias Krüger-1/+3
2022-07-07Rollup merge of #98994 - kons-9:dont_use_process_exit, r=jyn514Matthias Krüger-41/+48
2022-07-07squash the commitstoshiki goto-41/+48
2022-07-05Rollup merge of #98880 - topjohnwu:macos-dylib-cross, r=jyn514Guillaume Gomez-8/+6
2022-07-05Rollup merge of #95503 - jyn514:build-single-crate, r=Mark-SimulacrumGuillaume Gomez-182/+226
2022-07-05Rollup merge of #98895 - ChrisDenton:no-elves-allowed, r=jyn514Matthias Krüger-0/+4
2022-07-05Fix typo in src/bootstrap/bootstrap.pyChris Denton-1/+1
2022-07-04bootstrap.py: Always use `.exe` for WindowsChris Denton-0/+4
2022-07-04Auto merge of #98817 - the8472:dont-optimize-ui-tests, r=Mark-Simulacrumbors-6/+3
2022-07-04Proper macOS libLLVM symlink when cross compilingtopjohnwu-8/+6
2022-07-04Auto merge of #98731 - InfRandomness:fix-#98728, r=Mark-Simulacrumbors-3/+1
2022-07-03ignore rustdoc failures for out-of-tree toolsRalf Jung-1/+11
2022-07-03Add in_tree macro literalInfRandomness-5/+18
2022-07-03Add miri to the rustc docs.rs pageInfRandomness-0/+2
2022-07-03Auto merge of #98373 - joshtriplett:bootstrap-locking, r=jyn514bors-45/+123
2022-07-02Allow building single crates for the compiler and standard libraryJoshua Nelson-110/+182
2022-07-02Use generics for interned types rather than copy-pasting implsJoshua Nelson-69/+43
2022-07-02move optimize-tests flag handling from bootstrap to compiletestThe 8472-7/+1
2022-07-02Rollup merge of #98753 - jyn514:dist-rust-dev, r=Mark-SimulacrumRalf Jung-0/+2
2022-07-02Only obey optimize-tests flag on UI tests that are run-passThe 8472-1/+4
2022-07-02Rollup merge of #98763 - citrus-it:illumos-split-debuginfo, r=Mark-SimulacrumDylan DPC-1/+2
2022-07-01Fix caching bug in `download-rustc = true`Joshua Nelson-1/+3
2022-07-01Rollup merge of #98418 - topjohnwu:macos-dylib, r=jyn514Guillaume Gomez-16/+41
2022-07-01bootstrap: illumos platform flags for split-debuginfoAndy Fiddaman-1/+2
2022-07-01Rollup merge of #98745 - thomcc:build-dir-arg, r=jyn514Matthias Krüger-2/+11
2022-07-01Rollup merge of #98640 - cuviper:stable-rust-analyzer, r=Mark-SimulacrumMatthias Krüger-7/+1
2022-06-30Fix `x dist rust-dev` on a fresh checkoutJoshua Nelson-0/+2
2022-06-30Add a `--build-dir` flag to rustbuildThom Chiovoloni-2/+11
2022-06-30Revert #95993 fixInfRandomness-3/+1
2022-06-30Flip RustAnalyzer to stable=trueJosh Stone-1/+1
2022-06-29Rollup merge of #98434 - dpaoliello:staticcrt, r=jyn514Matthias Krüger-30/+27
2022-06-28Let rust-analyzer ship on stable, non-previewJosh Stone-6/+0
2022-06-27Ensure that `static_crt` is set in the bootstrapper whenever using `cc` to ge...Daniel Paoliello-30/+27
2022-06-27Move locking from bootstrap.py to rust bootstrap, using fd-lockJosh Triplett-42/+120
2022-06-27Export `t!` from the bootstrap lib so bins can use itJosh Triplett-3/+3
2022-06-26Fix builds on Windows (closes #98546)BlaCoiso-1/+1
2022-06-26Only call default steps once, not once for each PathSetJoshua Nelson-3/+1
2022-06-26Respect --color when building rustbuild itselfJoshua Nelson-2/+8
2022-06-26Rollup merge of #98513 - ehuss:rebuild-llvm-download, r=Mark-SimulacrumYuki Okushi-0/+13
2022-06-25Fix LLVM rebuild with download-ci-llvm.Eric Huss-0/+13
2022-06-24Allow dynamically linking against libLLVM on macOStopjohnwu-16/+41
2022-06-21Remove vendoring support when building from git sourcesJoshua Nelson-43/+31
2022-06-21Add bootstrap to tidy checkJoshua Nelson-1/+1
2022-06-21Fully remove submodule handling from bootstrap.pyJoshua Nelson-105/+699
2022-06-19Auto merge of #97268 - jyn514:faster-assemble, r=Mark-Simulacrumbors-20/+46
2022-06-19Make "Assemble stage1 compiler" orders of magnitude fasterJoshua Nelson-18/+20
2022-06-19Panic if `dist` generates a symbolic link in a generated tarballJoshua Nelson-2/+26
2022-06-19Rollup merge of #97511 - jyn514:faster-cargo-build, r=Mark-SimulacrumMatthias Krüger-2/+6
2022-06-18Auto merge of #96501 - jyn514:individual-paths, r=Mark-Simulacrumbors-67/+190
2022-06-18Add tests for fixed bugsJoshua Nelson-4/+40