| Age | Commit message (Expand) | Author | Lines |
| 2022-06-18 | Pass all paths to `Step::run` at once when using `ShouldRun::krate` | Joshua Nelson | -66/+153 |
| 2022-06-18 | Rollup merge of #97828 - ferrocene:pa-config-artifacts, r=jyn514 | Yuki Okushi | -51/+69 |
| 2022-06-17 | Auto merge of #98081 - gco:no_static_libcpp, r=jyn514 | bors | -1/+2 |
| 2022-06-16 | Make #[cfg(bootstrap)] not error in proc macros on later stages | est31 | -3/+9 |
| 2022-06-13 | Do not try to statically link libstd++ on Solaris | gco | -1/+2 |
| 2022-06-14 | Rollup merge of #95243 - vladimir-ea:compiler_watch_os, r=nagisa | Yuki Okushi | -2/+5 |
| 2022-06-13 | Add Apple WatchOS compile targets | Vladimir Michael Eatwell | -2/+5 |
| 2022-06-13 | fix error message for download-ci-llvm | Pietro Albini | -7/+7 |
| 2022-06-13 | move stage0 config closer to Config | Pietro Albini | -22/+22 |
| 2022-06-10 | fix tests | Pietro Albini | -0/+3 |
| 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 | -49/+55 |
| 2022-06-09 | keep the same config values in stage0 between invocations | Pietro Albini | -1/+1 |
| 2022-06-09 | Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s... | David Tolnay | -5/+4 |
| 2022-06-07 | Don't build the compiler before building rust-demangler | Joshua Nelson | -2/+6 |
| 2022-06-07 | Add a `DownloadSource` enum | Joshua Nelson | -43/+44 |
| 2022-06-07 | Add checksum verification for rustfmt downloads | Joshua Nelson | -10/+81 |
| 2022-06-07 | Move beta rustfmt downloads to rustbuild | Joshua Nelson | -95/+153 |
| 2022-06-07 | Simplify handling of `initial_rustfmt` | Joshua Nelson | -13/+5 |
| 2022-06-07 | Rename `download_component` -> `download_ci_component` | Joshua Nelson | -4/+4 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -7/+2 |
| 2022-06-05 | Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrum | bors | -0/+236 |
| 2022-06-04 | Auto merge of #97529 - Urgau:bootstrap-check-cfg-features, r=Mark-Simulacrum | bors | -20/+17 |
| 2022-06-04 | bump sysinfo version | Pietro Albini | -5/+5 |
| 2022-06-04 | Auto merge of #97137 - Kobzol:ci-llvm-pgo-pid, r=Mark-Simulacrum | bors | -0/+3 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -7/+2 |
| 2022-06-03 | Use new cargo argument of cfg checking in bootstrap | Urgau | -20/+17 |
| 2022-05-30 | Auto merge of #97548 - Dylan-DPC:rollup-9x0va1d, r=Dylan-DPC | bors | -15/+30 |
| 2022-05-30 | Rollup merge of #97519 - binggh:readd-help-on-error, r=jyn514 | Dylan DPC | -15/+30 |
| 2022-05-30 | Auto merge of #97546 - RalfJung:miri, r=oli-obk | bors | -6/+0 |
| 2022-05-30 | be less redundant redundant | Ralf Jung | -4/+0 |
| 2022-05-30 | Let miri decide the flags to use for the test suite | Oli Scherer | -2/+0 |
| 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 | -15/+30 |
| 2022-05-29 | Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviper | bors | -0/+4 |
| 2022-05-29 | Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrum | bors | -352/+418 |
| 2022-05-28 | Auto merge of #97476 - Dylan-DPC:rollup-t53nxoe, r=Dylan-DPC | bors | -25/+25 |
| 2022-05-28 | Add PID to LLVM PGO profiles generated in CI and measure PGO statistics | Jakub Beránek | -0/+3 |
| 2022-05-28 | Rollup merge of #97466 - jyn514:consolidate-install, r=Mark-Simulacrum | Dylan DPC | -25/+25 |
| 2022-05-28 | Auto merge of #97465 - jyn514:dist-ra, r=Mark-Simulacrum | bors | -0/+3 |
| 2022-05-28 | Rollup 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-27 | Fix `x dist --stage 1 src/tools/rust-analyzer` | Joshua Nelson | -0/+3 |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -3/+1 |
| 2022-05-26 | Auto merge of #97410 - jyn514:tool-std-features, r=Mark-Simulacrum | bors | -1/+6 |
| 2022-05-25 | fix: undo old changes | Raiyan | -2/+2 |
| 2022-05-25 | feat: refactored bootstrap files to use stderr consistently | Raiyan | -40/+40 |
| 2022-05-25 | Only allow `compiletest` to use `feature(test)`, not any other feature | Joshua Nelson | -1/+6 |
| 2022-05-25 | Remove download-rustc handling from bootstrap.py | Joshua Nelson | -53/+2 |
| 2022-05-25 | Add support for UTF-8 paths to downloads in builder.rs | Joshua Nelson | -8/+9 |