| Age | Commit message (Expand) | Author | Lines |
| 2022-09-01 | Rollup merge of #101072 - tmandry:llvm-is-vanilla, r=Mark-Simulacrum | Matthias Krüger | -5/+7 |
| 2022-09-01 | Rollup merge of #100852 - Samyak2:samyak/100459, r=Mark-Simulacrum | Matthias Krüger | -4/+9 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-30 | Avoid bootstrap from updating rls submodule | Raoul Strackx | -1/+0 |
| 2022-08-29 | bootstrap: Add llvm-has-rust-patches target option | Tyler Mandry | -5/+7 |
| 2022-08-27 | Sunset RLS | Eric Huss | -3/+0 |
| 2022-08-26 | Use getuid to check instead of USER env var in rustbuild | Samyak Sarnayak | -4/+9 |
| 2022-08-26 | `alloc`: add unstable cfg features `no_rc` and `no_sync` | Miguel Ojeda | -0/+2 |
| 2022-08-15 | Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and... | The 8472 | -1/+3 |
| 2022-08-10 | added some comments | shourya5 | -1/+2 |
| 2022-08-09 | replaced resume_unwind with process::exit to fix | shourya5 | -5/+2 |
| 2022-08-06 | Change implementation of `-Z gcc-ld` and `lld-wrapper` again | Vadim Petrochenkov | -0/+3 |
| 2022-07-31 | Update all pre-cloned submodules on startup | Joshua Nelson | -18/+2 |
| 2022-07-11 | configure nightly branch name in stage0.json | Pietro Albini | -8/+5 |
| 2022-07-11 | Auto merge of #98526 - jyn514:download-llvm-outside-checkout, r=Mark-Simulacrum | bors | -4/+5 |
| 2022-07-10 | Allow using `download-ci-llvm = true` outside the git checkout | Joshua Nelson | -4/+5 |
| 2022-07-07 | squash the commits | toshiki goto | -3/+17 |
| 2022-07-03 | Auto merge of #98373 - joshtriplett:bootstrap-locking, r=jyn514 | bors | -2/+1 |
| 2022-07-01 | Rollup merge of #98418 - topjohnwu:macos-dylib, r=jyn514 | Guillaume Gomez | -6/+10 |
| 2022-06-27 | Export `t!` from the bootstrap lib so bins can use it | Josh Triplett | -2/+1 |
| 2022-06-24 | Allow dynamically linking against libLLVM on macOS | topjohnwu | -6/+10 |
| 2022-06-21 | Add bootstrap to tidy check | Joshua Nelson | -1/+1 |
| 2022-06-21 | Fully remove submodule handling from bootstrap.py | Joshua Nelson | -0/+14 |
| 2022-06-19 | Auto merge of #97268 - jyn514:faster-assemble, r=Mark-Simulacrum | bors | -17/+18 |
| 2022-06-19 | Make "Assemble stage1 compiler" orders of magnitude faster | Joshua Nelson | -17/+18 |
| 2022-06-18 | Auto merge of #96501 - jyn514:individual-paths, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-06-18 | Pass all paths to `Step::run` at once when using `ShouldRun::krate` | Joshua Nelson | -0/+1 |
| 2022-06-18 | Rollup merge of #97828 - ferrocene:pa-config-artifacts, r=jyn514 | Yuki Okushi | -19/+0 |
| 2022-06-09 | load configuration for downloading artifacts from stage0.json | Pietro Albini | -19/+0 |
| 2022-06-09 | Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s... | David Tolnay | -3/+1 |
| 2022-06-07 | Add a `DownloadSource` enum | Joshua Nelson | -0/+18 |
| 2022-06-07 | Move beta rustfmt downloads to rustbuild | Joshua Nelson | -1/+1 |
| 2022-06-05 | Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrum | bors | -0/+12 |
| 2022-05-28 | Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul... | Matthias Krüger | -2/+2 |
| 2022-05-25 | feat: refactored bootstrap files to use stderr consistently | Raiyan | -2/+2 |
| 2022-05-24 | Make llvm-libunwind a per-target option | Tyler Mandry | -1/+1 |
| 2022-05-23 | Turn on `fast_submodules` unconditionally | Joshua Nelson | -21/+18 |
| 2022-05-15 | Auto merge of #96602 - TApplencourt:patch-1, r=Mark-Simulacrum | bors | -1/+13 |
| 2022-05-10 | Revert "Make "Assemble stage1 compiler" orders of magnitude faster" | Joshua Nelson | -3/+9 |
| 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 |
| 2022-05-08 | Auto merge of #96457 - yungkneez:fix-bootstrap, r=Mark-Simulacrum | bors | -2/+7 |
| 2022-05-02 | add build metrics, to gather ci stats from x.py | Pietro Albini | -0/+12 |
| 2022-05-01 | Use curl by default | Thomas Applencourt | -1/+13 |
| 2022-05-01 | Initialize rust-analyzer submodule on bootstrap | yungkneez | -2/+7 |
| 2022-04-24 | Use `build/tmp` instead of adding a dependency on `tempfile`. | Joshua Nelson | -15/+8 |
| 2022-04-24 | Move download-ci-llvm to rustbuild | Joshua Nelson | -0/+17 |
| 2022-04-13 | Rollup merge of #95441 - AlecGoncharow:issue-95204-fix, r=Mark-Simulacrum | Dylan DPC | -1/+11 |
| 2022-04-11 | [bootstrap] Grab the right FileCheck binary for dist when cross-compiling. | Luqman Aden | -2/+2 |
| 2022-04-10 | Auto merge of #95253 - jyn514:cargo-run, r=Mark-Simulacrum | bors | -1/+1 |