about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
2022-07-20Auto merge of #98843 - Urgau:check-cfg-stage0, r=Mark-Simulacrumbors-38/+32
2022-07-14solaris: unbreak build on native platformPetr Sumbera-0/+1
2022-07-13Rollup merge of #98848 - flip1995:clippy-book, r=jyn514Guillaume Gomez-0/+1
2022-07-08Rollup merge of #98798 - jyn514:download-rustc-cached, r=Mark-SimulacrumMatthias Krüger-0/+1
2022-07-07Rollup merge of #98994 - kons-9:dont_use_process_exit, r=jyn514Matthias Krüger-7/+3
2022-07-07squash the commitstoshiki goto-7/+3
2022-07-06Build the Clippy book as part of x.py docflip1995-0/+1
2022-07-05Rollup merge of #95503 - jyn514:build-single-crate, r=Mark-SimulacrumGuillaume Gomez-6/+13
2022-07-03Add miri to the rustc docs.rs pageInfRandomness-0/+1
2022-07-03Enable check-cfg in stage0Urgau-38/+32
2022-07-02Allow building single crates for the compiler and standard libraryJoshua Nelson-3/+12
2022-07-01Fix caching bug in `download-rustc = true`Joshua Nelson-0/+1
2022-07-01bootstrap: illumos platform flags for split-debuginfoAndy Fiddaman-1/+2
2022-06-26Only call default steps once, not once for each PathSetJoshua Nelson-3/+1
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