| Age | Commit message (Expand) | Author | Lines |
| 2022-03-31 | Rollup merge of #94806 - jyn514:cargo-run-tidy, r=Mark-Simulacrum | Dylan DPC | -1/+7 |
| 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 |
| 2021-06-25 | Auto merge of #86015 - jyn514:revert-revert, r=Mark-Simulacrum | bors | -0/+6 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-07 | build doctests with lld if use-lld = true | The8472 | -0/+15 |
| 2021-06-07 | Rollup merge of #84940 - jyn514:ninja, r=Mark-Simulacrum | Guillaume Gomez | -2/+7 |
| 2021-06-05 | Inline maybe_update_submodule | Joshua Nelson | -9/+5 |
| 2021-06-04 | Revert "Revert "Move llvm submodule updates to rustbuild"" | Joshua Nelson | -0/+10 |
| 2021-06-04 | Improve error message | Joshua Nelson | -1/+1 |
| 2021-06-04 | Note that `ninja = false` goes under `[llvm]` | Joshua Nelson | -1/+1 |
| 2021-06-04 | Don't run sanity checks for `x.py setup` | Joshua Nelson | -2/+7 |
| 2021-05-24 | Revert "Move llvm submodule updates to rustbuild" | Mark Rousskov | -10/+0 |
| 2021-05-22 | Move llvm submodule updates to rustbuild | Joshua Nelson | -0/+10 |
| 2021-05-01 | Allow formatting specific subdirectories | Joshua Nelson | -2/+2 |
| 2021-04-07 | Cleanup option parsing and config.toml.example | Joshua Nelson | -1/+1 |
| 2021-02-21 | Add new rustdoc-gui test suite | Guillaume Gomez | -0/+4 |
| 2020-12-31 | bootstrap: clippy fixes | Matthias Krüger | -2/+2 |
| 2020-12-23 | bootstrap: convert llvm-tools to use Tarball | Pietro Albini | -4/+0 |
| 2020-12-23 | bootstrap: convert build-manifest to use the new Tarball struct | Pietro Albini | -0/+1 |
| 2020-12-16 | Revert "Auto merge of #78790 - Gankra:rust-src-vendor, r=Mark-Simulacrum" | Eric Huss | -21/+0 |