about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2022-06-18Pass all paths to `Step::run` at once when using `ShouldRun::krate`Joshua Nelson-66/+153
2022-06-18Rollup merge of #97828 - ferrocene:pa-config-artifacts, r=jyn514Yuki Okushi-51/+69
2022-06-17Auto merge of #98081 - gco:no_static_libcpp, r=jyn514bors-1/+2
2022-06-16Make #[cfg(bootstrap)] not error in proc macros on later stagesest31-3/+9
2022-06-13Do not try to statically link libstd++ on Solarisgco-1/+2
2022-06-14Rollup merge of #95243 - vladimir-ea:compiler_watch_os, r=nagisaYuki Okushi-2/+5
2022-06-13Add Apple WatchOS compile targetsVladimir Michael Eatwell-2/+5
2022-06-13fix error message for download-ci-llvmPietro Albini-7/+7
2022-06-13move stage0 config closer to ConfigPietro Albini-22/+22
2022-06-10fix testsPietro Albini-0/+3
2022-06-09future-proof adding more protocolsPietro Albini-2/+11
2022-06-09load configuration for downloading artifacts from stage0.jsonPietro Albini-49/+55
2022-06-09keep the same config values in stage0 between invocationsPietro Albini-1/+1
2022-06-09Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s...David Tolnay-5/+4
2022-06-07Don't build the compiler before building rust-demanglerJoshua Nelson-2/+6
2022-06-07Add a `DownloadSource` enumJoshua Nelson-43/+44
2022-06-07Add checksum verification for rustfmt downloadsJoshua Nelson-10/+81
2022-06-07Move beta rustfmt downloads to rustbuildJoshua Nelson-95/+153
2022-06-07Simplify handling of `initial_rustfmt`Joshua Nelson-13/+5
2022-06-07Rename `download_component` -> `download_ci_component`Joshua Nelson-4/+4
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-7/+2
2022-06-05Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrumbors-0/+236
2022-06-04Auto merge of #97529 - Urgau:bootstrap-check-cfg-features, r=Mark-Simulacrumbors-20/+17
2022-06-04bump sysinfo versionPietro Albini-5/+5
2022-06-04Auto merge of #97137 - Kobzol:ci-llvm-pgo-pid, r=Mark-Simulacrumbors-0/+3
2022-06-03Fully stabilize NLLJack Huey-7/+2
2022-06-03Use new cargo argument of cfg checking in bootstrapUrgau-20/+17
2022-05-30Auto merge of #97548 - Dylan-DPC:rollup-9x0va1d, r=Dylan-DPCbors-15/+30
2022-05-30Rollup merge of #97519 - binggh:readd-help-on-error, r=jyn514Dylan DPC-15/+30
2022-05-30Auto merge of #97546 - RalfJung:miri, r=oli-obkbors-6/+0