| Age | Commit message (Expand) | Author | Lines |
| 2021-09-20 | Adjust to SourceType::InTree in several places | Mark Rousskov | -4/+3 |
| 2021-09-20 | Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiser | bors | -1/+2 |
| 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-09-17 | Rollup merge of #88666 - GuillaumeGomez:compiler-docs, r=Mark-Simulacrum | Guillaume Gomez | -10/+53 |
| 2021-09-17 | bootstrap: Add LLVM target matching for M68k | John Paul Adrian Glaubitz | -1/+1 |
| 2021-09-17 | bootstrap: Add cputype matching for m68k | John Paul Adrian Glaubitz | -0/+1 |
| 2021-09-17 | Correctly handle "--open" option when building compiler docs | Guillaume Gomez | -0/+9 |
| 2021-09-17 | Allow to pass "compiler" arguments to doc subcommand | Guillaume Gomez | -10/+44 |
| 2021-09-16 | Enable rustdoc's --generate-link-to-definition for rustc docs | Giacomo Stevanato | -0/+1 |
| 2021-09-13 | Rollup merge of #88885 - GuillaumeGomez:fix-jump-def-background, r=camelid | Guillaume Gomez | -0/+5 |
| 2021-09-13 | * Enable generate-link-to-def feature on a rustdoc GUI test | Guillaume Gomez | -0/+5 |
| 2021-09-11 | explicitly link to external `ena` docs | lcnr | -0/+8 |
| 2021-09-06 | Auto merge of #88362 - pietroalbini:bump-stage0, r=Mark-Simulacrum | bors | -107/+99 |
| 2021-09-05 | Rollup merge of #88511 - matthiaskrgr:xpyclippydefaulttarget, r=jyn514 | Mara Bos | -2/+18 |
| 2021-09-04 | Auto merge of #88364 - pietroalbini:llvm-install-filecheck, r=Mark-Simulacrum | bors | -0/+5 |
| 2021-09-03 | Auto merge of #88454 - devnexen:sunos_asan, r=wesleywiser | bors | -0/+2 |
| 2021-08-31 | x.py clippy: don't run with --all-targets by default | Matthias Krüger | -2/+18 |
| 2021-08-30 | sunos systems add sanitizer supported. | David Carlier | -0/+2 |
| 2021-08-30 | Fix LLVM libunwind build for non-musl targets | Jethro Beekman | -12/+20 |
| 2021-08-29 | Auto merge of #88250 - rusticstuff:macos-lld, r=nagisa | bors | -0/+6 |
| 2021-08-28 | build llvm libunwind.a in rustbuild | 12101111 | -2/+165 |
| 2021-08-26 | make sure FileCheck is copied in the LLVM output directory | Pietro Albini | -0/+5 |
| 2021-08-26 | pin the stage0 hashes in src/stage0.json | Pietro Albini | -32/+40 |
| 2021-08-26 | switch stage0.txt to stage0.json and add a tool to generate it | Pietro Albini | -75/+59 |
| 2021-08-26 | Auto merge of #88069 - Mark-Simulacrum:llvm-pgo, r=pietroalbini | bors | -7/+41 |
| 2021-08-25 | Bump download-ci-llvm stamp | Mark Rousskov | -1/+1 |
| 2021-08-25 | Rollup merge of #88157 - Icenowy:bootstrap-riscv64, r=Mark-Simulacrum | Léo Lanteri Thauvin | -0/+1 |
| 2021-08-24 | Make the pre-commit script pre-push instead | Joshua Nelson | -6/+20 |
| 2021-08-24 | PGO for LLVM builds on x86_64-unknown-linux-gnu in CI | Mark Rousskov | -6/+40 |
| 2021-08-23 | Include ld64 nexte to ld for use with -Z gcc-ld | Hans Kratz | -0/+6 |
| 2021-08-21 | Rollup merge of #88072 - kit-981:feature/build-ios-toolchain-on-linux, r=Mark... | Jack Huey | -5/+0 |
| 2021-08-21 | Auto merge of #87570 - nikic:llvm-13, r=nagisa | bors | -0/+1 |
| 2021-08-20 | Auto merge of #88000 - bjorn3:fix_cg_llvm_clif_compile, r=Mark-Simulacrum | bors | -1/+5 |
| 2021-08-19 | bootstrap.py: recognize riscv64 when auto-detect | Icenowy Zheng | -0/+1 |
| 2021-08-18 | Rollup merge of #88082 - GuillaumeGomez:rustdoc-gui-jobs-opt, r=dns2utf8 | Guillaume Gomez | -0/+2 |
| 2021-08-17 | Auto merge of #87119 - jyn514:rustfmt-doc-private, r=Mark-Simulacrum | bors | -12/+3 |
| 2021-08-16 | Take into account jobs number for rustdoc gui tests | Guillaume Gomez | -0/+2 |
| 2021-08-16 | Set LLVM_INCLUDE_TESTS=OFF when building LLVM | Nikita Popov | -0/+1 |
| 2021-08-16 | Allow the iOS toolchain to be built on Linux | kit | -5/+0 |
| 2021-08-16 | Document private items for rustfmt | Joshua Nelson | -12/+3 |
| 2021-08-13 | Enable `--all-targets` for `x.py check` unconditionally | Joshua Nelson | -42/+36 |
| 2021-08-13 | Fix compiling other codegen backends when llvm is enabled | bjorn3 | -1/+5 |
| 2021-08-12 | Fix tidy | Antoni Boucher | -2/+7 |
| 2021-08-08 | Rollup merge of #87744 - Smittyvb:xpy-test-force-rerun, r=Mark-Simulacrum | Yuki Okushi | -0/+17 |
| 2021-08-06 | Auto merge of #87822 - JohnTitor:rollup-kxojii0, r=JohnTitor | bors | -1/+1 |
| 2021-08-07 | Rollup merge of #85807 - glaubitz:powerpc-disable-initial-exec-tls, r=Mark-Si... | Yuki Okushi | -1/+1 |
| 2021-08-06 | Auto merge of #87784 - rusticstuff:bootstrap_config_overflow_checks, r=Mark-S... | bors | -0/+20 |
| 2021-08-06 | Add options for enabling overflow checks in rustc and std. | Hans Kratz | -0/+20 |
| 2021-08-05 | Auto merge of #87532 - tlyu:bootstrap-rev-list, r=jyn514 | bors | -4/+8 |