| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2022-03-05 | Merge build_helper into util | bjorn3 | -3/+3 |
| 2022-03-05 | Remove build_helper | bjorn3 | -7/+5 |
| 2022-03-04 | Auto merge of #94298 - Urgau:rustbuild-check-cfg, r=Mark-Simulacrum | bors | -0/+28 |
| 2022-03-04 | Rollup merge of #94524 - bjorn3:remove_num_cpus, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2022-03-04 | Enable conditional compilation checking on the Rust codebase | Loïc BRANSTETT | -0/+28 |
| 2022-03-03 | bootstrap: correct reading of flags for llvm | Jon Gjengset | -2/+12 |
| 2022-03-02 | Remove num_cpus dependency from bootstrap, build-manifest and rustc_session | bjorn3 | -1/+3 |
| 2022-02-23 | Always check cg_llvm with ./x.py check | bjorn3 | -2/+3 |
| 2022-02-13 | Auto merge of #93685 - Mark-Simulacrum:drop-time, r=Mark-Simulacrum | bors | -19/+1 |
| 2022-02-07 | Drop time dependency from bootstrap | Mark Rousskov | -19/+1 |
| 2022-02-06 | Use shallow clones for submodules managed by rustbuild, not just bootstrap.py | Joshua Nelson | -1/+1 |
| 2022-01-30 | Hide failed command unless in verbose mode | Mark Rousskov | -2/+2 |
| 2022-01-01 | Remove some dead code | bjorn3 | -5/+0 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -1/+1 |
| 2021-11-26 | Fix bug where submodules wouldn't be updated when running x.py from a subdire... | Joshua Nelson | -1/+1 |
| 2021-10-23 | remove "field is never read" warning | Pietro Albini | -1/+0 |
| 2021-09-19 | Restore the suggestion to set `ninja = false`. | Daira Hopwood | -1/+2 |
| 2021-09-19 | [bootstrap] Improve the error message when `ninja` is not found to link to in... | Daira Hopwood | -2/+6 |
| 2021-08-26 | switch stage0.txt to stage0.json and add a tool to generate it | Pietro Albini | -1/+1 |
| 2021-07-25 | Don't treat git repos as non-existent when `ignore_git` is set | Joshua Nelson | -1/+1 |
| 2021-07-22 | Don't default to `submodules = true` unless the rust repo has a .git directory | Joshua Nelson | -2/+2 |
| 2021-07-20 | Update all submodules that rustbuild doesn't depend on lazily | Joshua Nelson | -5/+108 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -1/+1 |