about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2022-05-30be less redundant redundantRalf Jung-4/+0
2022-05-30Let miri decide the flags to use for the test suiteOli Scherer-2/+0
2022-05-29Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbinibors-3/+1
2022-05-29Re-add help_on_error for download-ci-llvmbinggh-15/+30
2022-05-29Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviperbors-0/+4
2022-05-29Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrumbors-352/+418
2022-05-28Auto merge of #97476 - Dylan-DPC:rollup-t53nxoe, r=Dylan-DPCbors-25/+25
2022-05-28Add PID to LLVM PGO profiles generated in CI and measure PGO statisticsJakub Beránek-0/+3
2022-05-28Rollup merge of #97466 - jyn514:consolidate-install, r=Mark-SimulacrumDylan DPC-25/+25
2022-05-28Auto merge of #97465 - jyn514:dist-ra, r=Mark-Simulacrumbors-0/+3
2022-05-28Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul...Matthias Krüger-38/+38
2022-05-27[bootstrap] Move `sanitize_sh` from `dist` to `install`Joshua Nelson-25/+25
2022-05-27Fix `x dist --stage 1 src/tools/rust-analyzer`Joshua Nelson-0/+3
2022-05-27Finish bumping stage0Mark Rousskov-3/+1
2022-05-26Auto merge of #97410 - jyn514:tool-std-features, r=Mark-Simulacrumbors-1/+6
2022-05-25fix: undo old changesRaiyan-2/+2
2022-05-25feat: refactored bootstrap files to use stderr consistentlyRaiyan-40/+40
2022-05-25Only allow `compiletest` to use `feature(test)`, not any other featureJoshua Nelson-1/+6
2022-05-25Remove download-rustc handling from bootstrap.pyJoshua Nelson-53/+2
2022-05-25Add support for UTF-8 paths to downloads in builder.rsJoshua Nelson-8/+9