| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-04-10 | Auto merge of #95502 - jyn514:doc-rustc, r=Mark-Simulacrum | bors | -0/+3 |
| 2022-04-09 | Make it possible to run `cargo test` for bootstrap | Joshua Nelson | -1/+1 |
| 2022-03-30 | Simplify `make_run` for `test::Crate` by introducing `crate_paths` instead of... | Joshua Nelson | -0/+3 |
| 2022-03-31 | Rollup merge of #94806 - jyn514:cargo-run-tidy, r=Mark-Simulacrum | Dylan DPC | -1/+7 |
| 2022-03-29 | bootstrap: force system python3 on MacOS | Alec Goncharow | -1/+11 |
| 2022-03-28 | Propagate `parallel_compiler` feature through rustc crates. Turned off featur... | klensy | -5/+9 |
| 2022-03-13 | Auto merge of #94738 - Urgau:rustbuild-check-cfg-values, r=Mark-Simulacrum | bors | -0/+9 |
| 2022-03-10 | Fix `cargo run tidy` | Joshua Nelson | -1/+7 |
| 2022-03-09 | Rollup merge of #94772 - Urgau:check-cfg-miri, r=petrochenkov | Matthias Krüger | -1/+0 |
| 2022-03-09 | Add miri to the well known conditional compilation names and values | Loïc BRANSTETT | -1/+0 |
| 2022-03-09 | Enable conditional checking of values in the Rust codebase | Loïc BRANSTETT | -0/+9 |
| 2022-03-07 | copy over `std::path::absolute` instead of adding `canonicalize` hacks | Joshua Nelson | -0/+16 |
| 2022-03-07 | Don't depend on python for RUST_BOOTSTRAP_CONFIG | Joshua Nelson | -1/+1 |