summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
2022-06-18Auto merge of #96501 - jyn514:individual-paths, r=Mark-Simulacrumbors-50/+124
2022-06-18Add tests for fixed bugsJoshua Nelson-0/+4
2022-06-18Pass all paths to `Step::run` at once when using `ShouldRun::krate`Joshua Nelson-50/+120
2022-06-09future-proof adding more protocolsPietro Albini-2/+11
2022-06-09load configuration for downloading artifacts from stage0.jsonPietro Albini-8/+2
2022-06-07Add checksum verification for rustfmt downloadsJoshua Nelson-1/+22
2022-06-07Move beta rustfmt downloads to rustbuildJoshua Nelson-1/+6
2022-06-05Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrumbors-0/+6
2022-06-04Auto merge of #97529 - Urgau:bootstrap-check-cfg-features, r=Mark-Simulacrumbors-20/+17
2022-06-03Use new cargo argument of cfg checking in bootstrapUrgau-20/+17
2022-05-30Rollup merge of #97519 - binggh:readd-help-on-error, r=jyn514Dylan DPC-3/+12
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-3/+12
2022-05-29Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrumbors-5/+212
2022-05-28Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul...Matthias Krüger-1/+1
2022-05-27Finish bumping stage0Mark Rousskov-3/+1
2022-05-25feat: refactored bootstrap files to use stderr consistentlyRaiyan-1/+1
2022-05-25Only allow `compiletest` to use `feature(test)`, not any other featureJoshua Nelson-1/+6
2022-05-25Add support for UTF-8 paths to downloads in builder.rsJoshua Nelson-8/+9
2022-05-25Remove FIXME about nixOS detectionJoshua Nelson-1/+3
2022-05-25Move download-rustc from bootstrap.py to rustbuildJoshua Nelson-7/+8
2022-05-25Move `download` functions from `native` to builder.rsJoshua Nelson-4/+207
2022-05-22Rollup merge of #97277 - jyn514:no-unstable-for-bootstrap, r=Mark-SimulacrumJack Huey-0/+8
2022-05-22Disable unstable features in bootstrap toolsJoshua Nelson-0/+8
2022-05-14Fix rustc-perf benchmarksUrgau-3/+7
2022-05-08Fix the `x.py clippy` commandYuki Okushi-2/+2
2022-05-07Auto merge of #96670 - Urgau:bootstrap-check-cfg-features, r=Mark-Simulacrumbors-5/+14
2022-05-06Rollup merge of #96758 - davidtwco:split-debuginfo-bootstrap-bsd, r=Mark-Simu...Michael Goulet-2/+6
2022-05-06Rollup merge of #96660 - jyn514:better-missing-path-error, r=Mark-SimulacrumMichael Goulet-1/+13
2022-05-06bootstrap: bsd platform flags for split debuginfoDavid Wood-2/+6
2022-05-04Rollup merge of #96597 - semarie:split_debuginfo-unix, r=davidtwco,Mark-Simul...Yuki Okushi-1/+2
2022-05-03Enable cfg checking of cargo features for everything but stdLoïc BRANSTETT-5/+14
2022-05-02[bootstrap] Give a better error when trying to run a path with no registered ...Joshua Nelson-1/+13
2022-05-02add build metrics, to gather ci stats from x.pyPietro Albini-0/+6
2022-05-02Auto merge of #96310 - bertptrs:remove-debugger-bootstrap, r=Mark-Simulacrumbors-1/+0
2022-05-02Remove DebbugerScripts from bootstrap CLIBert Peters-1/+0
2022-05-02openbsd: unbreak build on native platformSébastien Marie-1/+2
2022-04-27Auto merge of #95170 - jyn514:ci-llvm, r=Mark-Simulacrumbors-1/+6
2022-04-24Move download-ci-llvm to rustbuildJoshua Nelson-1/+6
2022-04-24Add type_name info to [TIMING] log outputJames Higgins-2/+11
2022-04-21Auto merge of #96003 - aswild:pr/bootstrap-subcommands-cleanup, r=jyn514bors-27/+35
2022-04-21Auto merge of #95612 - davidtwco:split-debuginfo-in-bootstrap, r=Mark-Simulacrumbors-11/+11
2022-04-20bootstrap: non-bootstrap windows split debuginfoDavid Wood-7/+11
2022-04-18Remove assertion that all paths in `ShouldRun` existJoshua Nelson-5/+7
2022-04-18Auto merge of #95906 - jyn514:enforce-valid-paths, r=Mark-Simulacrumbors-1/+24
2022-04-18bootstrap: add split-debuginfo configDavid Wood-12/+8
2022-04-16bootstrap: consolidate subcommand parsing and matchingAllen Wild-27/+35
2022-04-16Require all paths passed to `ShouldRun::paths` to exist on diskJoshua Nelson-1/+24
2022-04-10bootstrap: show available paths help text for aliased subcommandsAllen Wild-3/+3
2022-04-08Auto merge of #95440 - jyn514:error-index, r=Mark-Simulacrumbors-9/+13