| Age | Commit message (Expand) | Author | Lines |
| 2021-08-16 | Set LLVM_INCLUDE_TESTS=OFF when building LLVM | Nikita Popov | -0/+1 |
| 2021-08-02 | Auto merge of #87297 - ZuseZ4:new_build_flags, r=Mark-Simulacrum | bors | -0/+6 |
| 2021-07-31 | add two new build flags to build clang and enable llvm plugins | Manuel Drehwald | -0/+6 |
| 2021-07-31 | netbsd x86_64 arch enable supported sanitizers. | David Carlier | -0/+3 |
| 2021-07-22 | Add support for powerpc-unknown-freebsd | Piotr Kubaj | -0/+9 |
| 2021-07-20 | Update all submodules that rustbuild doesn't depend on lazily | Joshua Nelson | -84/+2 |
| 2021-07-10 | Account for `submodules = false` in config.toml when updating LLVM submodule | Joshua Nelson | -0/+4 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -2/+2 |
| 2021-06-25 | Auto merge of #86015 - jyn514:revert-revert, r=Mark-Simulacrum | bors | -1/+80 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -2/+2 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -1/+1 |
| 2021-06-05 | Simplify commit check | Joshua Nelson | -22/+15 |
| 2021-06-04 | Fix commit check | Joshua Nelson | -4/+8 |
| 2021-06-04 | Revert "Revert "Move llvm submodule updates to rustbuild"" | Joshua Nelson | -1/+83 |
| 2021-05-31 | Auto merge of #85395 - 12101111:build-crt, r=petrochenkov | bors | -0/+66 |
| 2021-05-31 | Build crtbengin.o/crtend.o from source code | 12101111 | -0/+66 |
| 2021-05-29 | BPF: misc minor review fixes | Alessandro Decina | -2/+2 |
| 2021-05-27 | Do not try to build LLVM with Zlib on Windows | Mateusz Mikuła | -1/+1 |
| 2021-05-24 | Revert "Move llvm submodule updates to rustbuild" | Mark Rousskov | -83/+1 |
| 2021-05-23 | Add BPF target | Alessandro Decina | -1/+1 |
| 2021-05-22 | Move llvm submodule updates to rustbuild | Joshua Nelson | -1/+83 |
| 2021-04-09 | Enable sanitizers for x86_64-unknown-linux-musl | 12101111 | -0/+3 |
| 2021-04-07 | Cleanup option parsing and config.toml.example | Joshua Nelson | -2/+2 |
| 2021-03-22 | Update the minimum external LLVM to 10 | Josh Stone | -2/+2 |
| 2021-03-01 | Set CMAKE_SYSTEM_NAME for solaris/illumos | Nikita Popov | -0/+2 |
| 2021-02-07 | HWASan support | Tri Vo | -1/+1 |
| 2021-01-30 | Revert "Auto merge of #81489 - nikic:x86-64-dist-update, r=Mark-Simulacrum" | Nikita Popov | -4/+1 |
| 2021-01-28 | Use LLVM_USE_LINKER instead of LLVM_ENABLE_LLD | Nikita Popov | -1/+1 |
| 2021-01-28 | Update Python and Clang on x86 dist images | Nikita Popov | -0/+3 |
| 2021-01-15 | Allow downloading LLVM on Windows | Joshua Nelson | -1/+0 |
| 2020-12-09 | Enable ASan, TSan, UBSan for aarch64-apple-darwin. | Corey Farwell | -0/+1 |
| 2020-11-12 | Bump the minimal supported LLVM version in the bootstrapping code to 9.0 | DevJPM | -2/+2 |
| 2020-10-30 | Enable LLVM Polly via llvm-args. | Joseph Rafael Ferrer | -0/+4 |
| 2020-10-16 | Haiku: explicitly set CMAKE_SYSTEM_NAME when cross-compiling | Niels Sascha Reedijk | -0/+2 |
| 2020-09-28 | Auto merge of #77008 - fortanix:raoul/lvi-tests, r=Mark-Simulacrum | bors | -2/+8 |
| 2020-09-25 | Patch compilation test helpers for sgx platform | Raoul Strackx | -2/+8 |
| 2020-09-22 | Auto merge of #76810 - Mark-Simulacrum:fix-lld-macos, r=alexcrichton | bors | -3/+8 |
| 2020-09-19 | Do not link LLVM tools to LLVM dylib unless rustc is | Mark Rousskov | -3/+8 |
| 2020-09-18 | bootstrap: move the version number to a plaintext file | Pietro Albini | -2/+1 |
| 2020-09-15 | Enable shared linking to LLVM on non-Windows | Mark Rousskov | -0/+4 |
| 2020-09-08 | rustbuild: don't set PYTHON_EXECUTABLE and WITH_POLLY cmake vars since they a... | Matthias Krüger | -5/+0 |
| 2020-09-01 | Move ninja requirements to a dynamic check, when actually building | Mark Rousskov | -4/+4 |
| 2020-08-25 | Enable zlib for NetBSD | Mateusz Mikuła | -3/+1 |
| 2020-08-22 | bootstrap: fix a couple of clippy lint warnings | Matthias Krüger | -2/+2 |
| 2020-08-18 | Fix asm compiler flags change from cmake 0.1.44 | Tomasz Miąsko | -1/+2 |
| 2020-08-15 | Auto merge of #74576 - myfreeweb:freebsd-sanitizers, r=oli-obk | bors | -0/+1 |
| 2020-08-14 | Rollup merge of #75376 - tmiasko:cmake-system-name, r=Mark-Simulacrum | Tyler Mandry | -8/+16 |
| 2020-08-14 | Disable zlib in LLVM on aarch64-apple-darwin | Mike Hommey | -1/+1 |
| 2020-08-13 | Set CMAKE_SYSTEM_NAME when cross-compiling | Tomasz Miąsko | -8/+16 |
| 2020-08-09 | Add sanitizer support on FreeBSD | Greg V | -0/+1 |