| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | -86/+200 |
| 2022-05-25 | Move `download` functions from `native` to builder.rs | Joshua Nelson | -222/+222 |
| 2022-05-25 | Simplify implementation of `-Z gcc-ld` | Vadim Petrochenkov | -15/+8 |
| 2022-05-25 | Set LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN for lld build as well | Nikita Popov | -0/+4 |
| 2022-05-24 | Make llvm-libunwind a per-target option | Tyler Mandry | -7/+20 |
| 2022-05-24 | Rollup merge of #97290 - jyn514:fast-submodules, r=Mark-Simulacrum | Yuki Okushi | -44/+30 |
| 2022-05-23 | Turn on `fast_submodules` unconditionally | Joshua Nelson | -44/+30 |
| 2022-05-22 | Rollup merge of #97280 - yue4u:quote-replace-target-in-bootstrap-configure, r... | Jack Huey | -1/+1 |
| 2022-05-22 | Rollup merge of #97277 - jyn514:no-unstable-for-bootstrap, r=Mark-Simulacrum | Jack Huey | -1/+12 |
| 2022-05-22 | Disable unstable features in bootstrap tools | Joshua Nelson | -0/+8 |
| 2022-05-22 | Quote replace target in bootstrap configure | yue4u | -1/+1 |
| 2022-05-22 | Avoid accidentally enabling unstable features in compilers (take 2) | Joshua Nelson | -1/+4 |
| 2022-05-22 | Rollup merge of #97228 - jonhoo:patch-1, r=bjorn3 | Yuki Okushi | -1/+1 |
| 2022-05-20 | Bump LLVM fetched from CI to fix run-make | Mark Rousskov | -1/+4 |
| 2022-05-20 | Omit stdarch workspace from rust-src | Jon Gjengset | -1/+1 |
| 2022-05-18 | Properly apply path prefix remapping paths emitted into debuginfo. | Michael Woerister | -0/+1 |
| 2022-05-15 | Auto merge of #97055 - matthiaskrgr:rollup-1nqwfzx, r=matthiaskrgr | bors | -2/+2 |
| 2022-05-15 | Rollup merge of #97041 - eddyb:nixos-llvm-ci-patchelf, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-05-15 | Auto merge of #96602 - TApplencourt:patch-1, r=Mark-Simulacrum | bors | -50/+98 |
| 2022-05-14 | Fix rustc-perf benchmarks | Urgau | -3/+7 |
| 2022-05-14 | Fix `download-ci-llvm` NixOS patching for `.so`s. | Eduard-Mihai Burtescu | -2/+2 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -11/+18 |
| 2022-05-13 | Auto merge of #96493 - chbaker0:issue-96342-fix, r=Mark-Simulacrum | bors | -2/+21 |
| 2022-05-11 | Auto merge of #96375 - jyn514:bootstrap-submodules, r=Mark-Simulacrum | bors | -0/+12 |
| 2022-05-10 | Fix running bootstrap tests on a fresh clone | Joshua Nelson | -0/+12 |
| 2022-05-10 | Revert "Make "Assemble stage1 compiler" orders of magnitude faster" | Joshua Nelson | -3/+9 |
| 2022-05-10 | Add test skip support | Collin Baker | -2/+21 |
| 2022-05-10 | Auto merge of #96803 - jyn514:faster-assemble, r=Mark-Simulacrum | bors | -9/+3 |
| 2022-05-08 | Make "Assemble stage1 compiler" orders of magnitude faster | Joshua Nelson | -9/+3 |