| Age | Commit message (Expand) | Author | Lines |
| 2022-06-18 | Auto merge of #96501 - jyn514:individual-paths, r=Mark-Simulacrum | bors | -50/+124 |
| 2022-06-18 | Add tests for fixed bugs | Joshua Nelson | -0/+4 |
| 2022-06-18 | Pass all paths to `Step::run` at once when using `ShouldRun::krate` | Joshua Nelson | -50/+120 |
| 2022-06-09 | future-proof adding more protocols | Pietro Albini | -2/+11 |
| 2022-06-09 | load configuration for downloading artifacts from stage0.json | Pietro Albini | -8/+2 |
| 2022-06-07 | Add checksum verification for rustfmt downloads | Joshua Nelson | -1/+22 |
| 2022-06-07 | Move beta rustfmt downloads to rustbuild | Joshua Nelson | -1/+6 |
| 2022-06-05 | Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrum | bors | -0/+6 |
| 2022-06-04 | Auto merge of #97529 - Urgau:bootstrap-check-cfg-features, r=Mark-Simulacrum | bors | -20/+17 |
| 2022-06-03 | Use new cargo argument of cfg checking in bootstrap | Urgau | -20/+17 |
| 2022-05-30 | Rollup merge of #97519 - binggh:readd-help-on-error, r=jyn514 | Dylan DPC | -3/+12 |
| 2022-05-29 | Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbini | bors | -3/+1 |
| 2022-05-29 | Re-add help_on_error for download-ci-llvm | binggh | -3/+12 |
| 2022-05-29 | Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrum | bors | -5/+212 |
| 2022-05-28 | Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul... | Matthias Krüger | -1/+1 |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -3/+1 |
| 2022-05-25 | feat: refactored bootstrap files to use stderr consistently | Raiyan | -1/+1 |
| 2022-05-25 | Only allow `compiletest` to use `feature(test)`, not any other feature | Joshua Nelson | -1/+6 |
| 2022-05-25 | Add support for UTF-8 paths to downloads in builder.rs | Joshua Nelson | -8/+9 |
| 2022-05-25 | Remove FIXME about nixOS detection | Joshua Nelson | -1/+3 |
| 2022-05-25 | Move download-rustc from bootstrap.py to rustbuild | Joshua Nelson | -7/+8 |
| 2022-05-25 | Move `download` functions from `native` to builder.rs | Joshua Nelson | -4/+207 |
| 2022-05-22 | Rollup merge of #97277 - jyn514:no-unstable-for-bootstrap, r=Mark-Simulacrum | Jack Huey | -0/+8 |
| 2022-05-22 | Disable unstable features in bootstrap tools | Joshua Nelson | -0/+8 |
| 2022-05-14 | Fix rustc-perf benchmarks | Urgau | -3/+7 |
| 2022-05-08 | Fix the `x.py clippy` command | Yuki Okushi | -2/+2 |
| 2022-05-07 | Auto merge of #96670 - Urgau:bootstrap-check-cfg-features, r=Mark-Simulacrum | bors | -5/+14 |
| 2022-05-06 | Rollup merge of #96758 - davidtwco:split-debuginfo-bootstrap-bsd, r=Mark-Simu... | Michael Goulet | -2/+6 |
| 2022-05-06 | Rollup merge of #96660 - jyn514:better-missing-path-error, r=Mark-Simulacrum | Michael Goulet | -1/+13 |
| 2022-05-06 | bootstrap: bsd platform flags for split debuginfo | David Wood | -2/+6 |
| 2022-05-04 | Rollup merge of #96597 - semarie:split_debuginfo-unix, r=davidtwco,Mark-Simul... | Yuki Okushi | -1/+2 |
| 2022-05-03 | Enable cfg checking of cargo features for everything but std | Loï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-02 | add build metrics, to gather ci stats from x.py | Pietro Albini | -0/+6 |
| 2022-05-02 | Auto merge of #96310 - bertptrs:remove-debugger-bootstrap, r=Mark-Simulacrum | bors | -1/+0 |
| 2022-05-02 | Remove DebbugerScripts from bootstrap CLI | Bert Peters | -1/+0 |
| 2022-05-02 | openbsd: unbreak build on native platform | Sébastien Marie | -1/+2 |
| 2022-04-27 | Auto merge of #95170 - jyn514:ci-llvm, r=Mark-Simulacrum | bors | -1/+6 |
| 2022-04-24 | Move download-ci-llvm to rustbuild | Joshua Nelson | -1/+6 |
| 2022-04-24 | Add type_name info to [TIMING] log output | James Higgins | -2/+11 |
| 2022-04-21 | Auto merge of #96003 - aswild:pr/bootstrap-subcommands-cleanup, r=jyn514 | bors | -27/+35 |
| 2022-04-21 | Auto merge of #95612 - davidtwco:split-debuginfo-in-bootstrap, r=Mark-Simulacrum | bors | -11/+11 |
| 2022-04-20 | bootstrap: non-bootstrap windows split debuginfo | David Wood | -7/+11 |
| 2022-04-18 | Remove assertion that all paths in `ShouldRun` exist | Joshua Nelson | -5/+7 |
| 2022-04-18 | Auto merge of #95906 - jyn514:enforce-valid-paths, r=Mark-Simulacrum | bors | -1/+24 |
| 2022-04-18 | bootstrap: add split-debuginfo config | David Wood | -12/+8 |
| 2022-04-16 | bootstrap: consolidate subcommand parsing and matching | Allen Wild | -27/+35 |
| 2022-04-16 | Require all paths passed to `ShouldRun::paths` to exist on disk | Joshua Nelson | -1/+24 |
| 2022-04-10 | bootstrap: show available paths help text for aliased subcommands | Allen Wild | -3/+3 |
| 2022-04-08 | Auto merge of #95440 - jyn514:error-index, r=Mark-Simulacrum | bors | -9/+13 |