| Age | Commit message (Expand) | Author | Lines |
| 2022-07-14 | solaris: unbreak build on native platform | Petr Sumbera | -0/+1 |
| 2022-07-13 | Rollup merge of #98848 - flip1995:clippy-book, r=jyn514 | Guillaume Gomez | -0/+1 |
| 2022-07-08 | Rollup merge of #98798 - jyn514:download-rustc-cached, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2022-07-07 | Rollup merge of #98994 - kons-9:dont_use_process_exit, r=jyn514 | Matthias Krüger | -7/+3 |
| 2022-07-07 | squash the commits | toshiki goto | -7/+3 |
| 2022-07-06 | Build the Clippy book as part of x.py doc | flip1995 | -0/+1 |
| 2022-07-05 | Rollup merge of #95503 - jyn514:build-single-crate, r=Mark-Simulacrum | Guillaume Gomez | -6/+13 |
| 2022-07-03 | Add miri to the rustc docs.rs page | InfRandomness | -0/+1 |
| 2022-07-03 | Enable check-cfg in stage0 | Urgau | -38/+32 |
| 2022-07-02 | Allow building single crates for the compiler and standard library | Joshua Nelson | -3/+12 |
| 2022-07-01 | Fix caching bug in `download-rustc = true` | Joshua Nelson | -0/+1 |
| 2022-07-01 | bootstrap: illumos platform flags for split-debuginfo | Andy Fiddaman | -1/+2 |
| 2022-06-26 | Only call default steps once, not once for each PathSet | Joshua Nelson | -3/+1 |
| 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 |