| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-01-21 | allow excluding paths only from a single module | Pietro Albini | -2/+3 |
| 2022-01-01 | Remove some dead code | bjorn3 | -4/+0 |
| 2022-01-01 | Remove the merge dependency | bjorn3 | -2/+9 |
| 2022-01-01 | Avoid the merge derive macro in rustbuild | bjorn3 | -165/+196 |
| 2021-12-31 | rustbuild: Add support for a per-target default-linker option. | Maxim Cournoyer | -0/+2 |
| 2021-10-23 | Auto merge of #90054 - michaelwoerister:v0-mangling-in-compiler, r=Mark-Simul... | bors | -2/+2 |
| 2021-10-19 | Make new symbol mangling scheme default for compiler itself. | Michael Woerister | -2/+2 |
| 2021-10-18 | config: add the option to enable LLVM tests | Augie Fackler | -0/+5 |
| 2021-10-17 | Rollup merge of #89888 - rusticstuff:download-ci-llvm-apple-arm64, r=Mark-Sim... | Matthias Krüger | -1/+23 |
| 2021-10-15 | Make `rust.download-ci-llvm="if-available"` work for tier 2 platforms. | Hans Kratz | -1/+23 |
| 2021-10-14 | Rollup merge of #89865 - tmandry:llvm-static, r=Mark-Simulacrum | Matthias Krüger | -9/+4 |
| 2021-10-13 | Allow static linking LLVM with ThinLTO | Tyler Mandry | -9/+4 |
| 2021-10-12 | Make `rust.overflow-checks-std`option default to `rust.overflow-checks`. | Hans Kratz | -1/+2 |
| 2021-10-02 | bootstrap: add config option for nix patching | David Wood | -0/+1 |
| 2021-08-24 | PGO for LLVM builds on x86_64-unknown-linux-gnu in CI | Mark Rousskov | -0/+4 |
| 2021-08-06 | Add options for enabling overflow checks in rustc and std. | Hans Kratz | -0/+10 |
| 2021-07-31 | add two new build flags to build clang and enable llvm plugins | Manuel Drehwald | -0/+10 |
| 2021-07-24 | Rollup merge of #87380 - jyn514:smarter-submodule-defaults, r=Mark-Simulacrum | Yuki Okushi | -3/+8 |
| 2021-07-22 | Don't default to `submodules = true` unless the rust repo has a .git directory | Joshua Nelson | -3/+8 |
| 2021-07-22 | Fix `--dry-run` when download-ci-llvm is set | Joshua Nelson | -2/+10 |
| 2021-04-07 | Auto merge of #82451 - jyn514:defaults, r=Mark-Simulacrum | bors | -23/+29 |
| 2021-04-07 | Cleanup option parsing and config.toml.example | Joshua Nelson | -23/+29 |
| 2021-04-05 | Rollup merge of #83368 - jyn514:download-if-unchanged, r=Mark-Simulacrum | Dylan DPC | -2/+3 |
| 2021-04-05 | Add `download-rustc = "if-unchanged"` | Joshua Nelson | -2/+3 |
| 2021-04-04 | Use the beta compiler for building bootstrap tools when `download-rustc` is set | Joshua Nelson | -45/+53 |
| 2021-03-12 | Make docs-minification default to true | Michael Howell | -0/+1 |
| 2021-03-12 | Add a `disable-minification` option for rustdoc | Michael Howell | -0/+3 |
| 2021-02-25 | Created experimental build.print_step_rusage setting | Felix S. Klock II | -0/+3 |
| 2021-02-21 | Add new rustdoc-gui test suite | Guillaume Gomez | -0/+3 |
| 2021-02-08 | Absolute bare minimum for downloading rustc from CI | Joshua Nelson | -0/+3 |
| 2021-01-17 | Rollup merge of #81064 - Mark-Simulacrum:support-stage1-check, r=jyn514 | Mara Bos | -1/+2 |
| 2021-01-16 | Allow configuring the default stage for `x.py check` | Joshua Nelson | -1/+2 |
| 2021-01-15 | Allow downloading LLVM on Windows | Joshua Nelson | -2/+4 |