| Age | Commit message (Expand) | Author | Lines |
| 2021-07-21 | Rollup merge of #87187 - oxalica:fix-nixos-detect, r=nagisa | Guillaume Gomez | -1/+7 |
| 2021-07-20 | Update all submodules that rustbuild doesn't depend on lazily | Joshua Nelson | -9/+18 |
| 2021-07-21 | Fix NixOS detection | oxalica | -1/+7 |
| 2021-07-03 | Make x.py less verbose on failures | Joshua Nelson | -3/+10 |
| 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 | -12/+4 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-04 | Revert "Revert "Move llvm submodule updates to rustbuild"" | Joshua Nelson | -12/+4 |
| 2021-06-04 | rustbuild: take changes to the standard library into account for `download-ru... | Joshua Nelson | -3/+5 |
| 2021-05-24 | Revert "Move llvm submodule updates to rustbuild" | Mark Rousskov | -4/+12 |
| 2021-05-22 | Move llvm submodule updates to rustbuild | Joshua Nelson | -12/+4 |
| 2021-05-08 | Enable `-W semicolon_in_expressions_from_macros` in bootstrap | Aaron Hill | -1/+1 |
| 2021-04-30 | Don't download cargo twice when download-rustc is set | Joshua Nelson | -5/+7 |
| 2021-04-10 | Fix NixOS patching | Simonas Kazlauskas | -48/+41 |
| 2021-04-05 | Rollup merge of #83368 - jyn514:download-if-unchanged, r=Mark-Simulacrum | Dylan DPC | -1/+7 |
| 2021-04-05 | Add `download-rustc = "if-unchanged"` | Joshua Nelson | -1/+7 |
| 2021-04-05 | Rollup merge of #82739 - jyn514:separate-stage0-stage1, r=Mark-Simulacrum | Dylan DPC | -68/+83 |
| 2021-04-04 | Use the beta compiler for building bootstrap tools when `download-rustc` is set | Joshua Nelson | -68/+83 |
| 2021-03-21 | Download a more recent LLVM version if `src/version` is modified | Joshua Nelson | -0/+2 |
| 2021-03-03 | Fix commit detected when using `download-rustc` | Joshua Nelson | -3/+2 |
| 2021-03-01 | Change default Solaris x86 target to x86_64-pc-solaris | Jakub Kulik | -1/+4 |
| 2021-02-08 | Use `log --author=bors` instead of `merge-base` | Joshua Nelson | -25/+9 |
| 2021-02-08 | Absolute bare minimum for downloading rustc from CI | Joshua Nelson | -12/+78 |
| 2021-01-30 | Rollup merge of #81520 - jyn514:rustc2, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-01-29 | Don't clone LLVM submodule when download-ci-llvm is set | Joshua Nelson | -1/+1 |
| 2021-01-29 | Don't print error output from rustup when detecting default build triple | Joshua Nelson | -1/+2 |
| 2021-01-28 | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lint | Aaron Hill | -0/+1 |
| 2021-01-15 | Add all tier 1 platforms to supported platforms for "if-available" | Joshua Nelson | -1/+14 |
| 2021-01-09 | Support `download-ci-llvm` on NixOS | Simonas Kazlauskas | -8/+15 |
| 2021-01-05 | Auto merge of #80426 - jyn514:bootstrap-caching, r=Mark-Simulacrum | bors | -5/+5 |
| 2021-01-01 | Give a better error for download-ci-llvm if .xz is not supported | Joshua Nelson | -1/+6 |
| 2020-12-27 | Don't use `self.date` unconditionally for `program_out_of_date()` | Joshua Nelson | -5/+5 |
| 2020-12-27 | Don't give an error when creating a file for the first time | Joshua Nelson | -2/+4 |
| 2020-12-13 | Rollup merge of #79970 - bjorn3:no_unnecessary_llvm_checkout, r=Mark-Simulacrum | Yuki Okushi | -5/+9 |
| 2020-12-12 | Don't checkout llvm-project when the LLVM backend isn't built | bjorn3 | -5/+9 |
| 2020-12-08 | Fix rustup support in default_build_triple for python3 | Joshua Nelson | -3/+8 |
| 2020-11-19 | Rollup merge of #79156 - jyn514:relative-llvm, r=Mark-Simulacrum | Dylan DPC | -2/+5 |
| 2020-11-17 | Allow using `download-ci-llvm` from directories other than the root | Joshua Nelson | -2/+5 |
| 2020-11-17 | bootstrap: use the same version number for rustc and cargo | Pietro Albini | -25/+4 |
| 2020-11-05 | Infer the default host target from the host toolchain if possible | Joshua Nelson | -2/+17 |
| 2020-10-26 | Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrum | bors | -2/+6 |
| 2020-10-26 | Add support for using cg_clif to bootstrap rustc | bjorn3 | -2/+6 |
| 2020-10-23 | Rollup merge of #78153 - est31:downloaded_llvm_maybe_sync, r=Mark-Simulacrum | Yuki Okushi | -1/+6 |
| 2020-10-20 | Sync LLVM submodule if it has been initialized | est31 | -1/+6 |
| 2020-10-20 | Make users of `download-ci-llvm` download a new version | Simon Sapin | -1/+3 |
| 2020-10-13 | Handle included config in bootstrap.py | Antoine Martin | -0/+10 |
| 2020-10-13 | Implement "if-available" option for download-ci-llvm | Antoine Martin | -2/+3 |
| 2020-09-23 | Re-download LLVM on submodule updates only | Mark Rousskov | -2/+13 |
| 2020-09-23 | Auto merge of #76864 - est31:downloaded_llvm_no_clone_sources, r=Mark-Simulacrum | bors | -2/+3 |
| 2020-09-20 | Discover Rust toolchain without Python | Mark Rousskov | -4/+0 |