| Age | Commit message (Expand) | Author | Lines |
| 2022-07-14 | Don't build std for switch | leo60228 | -1/+1 |
| 2022-07-11 | configure nightly branch name in stage0.json | Pietro Albini | -0/+1 |
| 2022-07-11 | Auto merge of #98526 - jyn514:download-llvm-outside-checkout, r=Mark-Simulacrum | bors | -12/+18 |
| 2022-07-10 | Allow using `download-ci-llvm = true` outside the git checkout | Joshua Nelson | -12/+18 |
| 2022-07-08 | Rollup merge of #98798 - jyn514:download-rustc-cached, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2022-07-07 | squash the commits | toshiki goto | -5/+3 |
| 2022-07-01 | Fix caching bug in `download-rustc = true` | Joshua Nelson | -1/+2 |
| 2022-06-30 | Add a `--build-dir` flag to rustbuild | Thom Chiovoloni | -1/+1 |
| 2022-06-18 | Rollup merge of #97828 - ferrocene:pa-config-artifacts, r=jyn514 | Yuki Okushi | -16/+47 |
| 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 | load configuration for downloading artifacts from stage0.json | Pietro Albini | -16/+44 |
| 2022-06-09 | Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s... | David Tolnay | -1/+1 |
| 2022-06-07 | Add a `DownloadSource` enum | Joshua Nelson | -43/+26 |
| 2022-06-07 | Add checksum verification for rustfmt downloads | Joshua Nelson | -9/+57 |
| 2022-06-07 | Move beta rustfmt downloads to rustbuild | Joshua Nelson | -17/+116 |
| 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-05 | Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-05-29 | Re-add help_on_error for download-ci-llvm | binggh | -1/+1 |
| 2022-05-29 | Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrum | bors | -4/+142 |
| 2022-05-28 | Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul... | Matthias Krüger | -1/+1 |
| 2022-05-25 | feat: refactored bootstrap files to use stderr consistently | Raiyan | -1/+1 |
| 2022-05-25 | Move download-rustc from bootstrap.py to rustbuild | Joshua Nelson | -4/+142 |
| 2022-05-24 | Make llvm-libunwind a per-target option | Tyler Mandry | -5/+18 |
| 2022-05-23 | Turn on `fast_submodules` unconditionally | Joshua Nelson | -4/+0 |
| 2022-05-02 | add build metrics, to gather ci stats from x.py | Pietro Albini | -0/+1 |
| 2022-04-27 | Auto merge of #95170 - jyn514:ci-llvm, r=Mark-Simulacrum | bors | -18/+52 |
| 2022-04-24 | Move download-ci-llvm to rustbuild | Joshua Nelson | -18/+52 |
| 2022-04-21 | Add a test for `--exclude test::XXX` | Joshua Nelson | -0/+2 |
| 2022-04-18 | bootstrap: disable split dwarf by default | David Wood | -1/+1 |
| 2022-04-18 | bootstrap: add split-debuginfo config | David Wood | -2/+48 |
| 2022-04-15 | Make the debug output for `TargetSelection` less verbose | Joshua Nelson | -1/+7 |
| 2022-03-13 | Auto merge of #94832 - jonhoo:default-static, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-03-13 | Remove FieldName enum | bjorn3 | -34/+6 |
| 2022-03-13 | Prevent duplicate monomorphization of deserialization impls | bjorn3 | -1/+5 |
| 2022-03-13 | Use trimmed down deserialization impl for config | bjorn3 | -146/+237 |
| 2022-03-13 | Rename derive_merge macro to define_config and move Deserialize impl into it | bjorn3 | -19/+10 |
| 2022-03-10 | bootstrap: untangle static-libstdcpp & llvm-tools | Jon Gjengset | -0/+1 |
| 2022-03-09 | Fallback to top-level config.toml if not present in current directory | Joshua Nelson | -6/+17 |
| 2022-03-07 | copy over `std::path::absolute` instead of adding `canonicalize` hacks | Joshua Nelson | -19/+6 |
| 2022-03-07 | fix weird bug when `out` would get overridden by unit tests | Joshua Nelson | -6/+21 |
| 2022-03-07 | Don't depend on python for RUST_BOOTSTRAP_CONFIG | Joshua Nelson | -4/+10 |
| 2022-03-07 | Move some more bootstrap logic from python to rust | Joshua Nelson | -21/+14 |
| 2022-03-05 | Merge build_helper into util | bjorn3 | -2/+1 |
| 2022-03-05 | Remove build_helper | bjorn3 | -1/+1 |
| 2022-03-04 | Rollup merge of #94568 - bjorn3:rustbuild_remove_dead_code, r=Mark-Simulacrum | Matthias Krüger | -6/+6 |
| 2022-03-03 | Remove unused Default and Clone derives in config.rs | bjorn3 | -6/+6 |
| 2022-03-02 | Remove num_cpus dependency from bootstrap, build-manifest and rustc_session | bjorn3 | -1/+1 |
| 2022-02-09 | Add llvm.build-config option | Tyler Mandry | -0/+4 |