| Age | Commit message (Expand) | Author | Lines |
| 2019-01-12 | Rollup merge of #57368 - petrhosek:cmake-compiler-launcher, r=alexcrichton | Mazdak Farrokhzad | -8/+6 |
| 2019-01-07 | Build LLVM with -static-libstdc++ on dist builds | Alex Crichton | -8/+8 |
| 2019-01-05 | Use CMAKE_{C,CXX}_COMPILER_LAUNCHER for ccache | Petr Hosek | -8/+6 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-17 | Auto merge of #56642 - nikic:llvm-6, r=alexcrichton | bors | -2/+2 |
| 2018-12-10 | bootstrap: fix edition | ljedrz | -4/+4 |
| 2018-12-09 | Bump minimum required LLVM version to 6.0 | Nikita Popov | -2/+2 |
| 2018-12-08 | Auto merge of #56578 - alexreg:cosmetic-1, r=alexreg | bors | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-07 | use top level `fs` functions where appropriate | Andy Russell | -6/+3 |
| 2018-10-26 | Typo fixes in configure_cmake comments | Eddy Petrișor | -2/+2 |
| 2018-10-20 | Update Cargo, build curl/OpenSSL statically via features | Alex Crichton | -186/+0 |
| 2018-09-14 | Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoerister | kennytm | -3/+4 |
| 2018-09-10 | Add rustc SHA to released DWARF debuginfo | Alex Crichton | -3/+4 |
| 2018-09-07 | rustbuild: allow configuring llvm version suffix | Marc-Antoine Perennou | -0/+4 |
| 2018-09-05 | propagate build.python into cmake | Nathan Froyd | -0/+4 |
| 2018-08-31 | Update LLVM submodule | Alex Crichton | -0/+1 |
| 2018-08-29 | bootstrap: Link LLVM tools dynamically in order to save time in ThinLTO builds. | Michael Woerister | -8/+4 |
| 2018-08-20 | bootstrap: Never compiler llvm-emscripten with ThinLTO. | Michael Woerister | -1/+1 |
| 2018-08-20 | bootstrap: Allow for building LLVM with ThinLTO. | Michael Woerister | -0/+5 |
| 2018-08-20 | bootstrap: Allow to specify ranlib tool used when compiling C++ code. | Michael Woerister | -0/+8 |
| 2018-08-14 | Add lldb to the build | Tom Tromey | -3/+16 |
| 2018-08-10 | aarch64-unknown-netbsd: add openssl configuration | Jonathan A. Kollasch | -0/+1 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -1/+1 |
| 2018-07-09 | bump minimum LLVM version to 5.0 | gnzlbg | -3/+3 |
| 2018-07-06 | Rollup merge of #51619 - mksully22:ppc64le_rust, r=alexcrichton | kennytm | -0/+1 |
| 2018-07-03 | rust: add initial changes to support powerpc64le musl | Mike Sullivan | -0/+1 |
| 2018-06-20 | no -Bsymbolic for mac; no static-libstdc++ for windows | Jorge Aparicio | -1/+7 |
| 2018-06-03 | make a llvm-tools rustup component | Jorge Aparicio | -2/+2 |
| 2018-06-03 | statically link the tools to libstdc++ | Jorge Aparicio | -0/+5 |
| 2018-06-03 | ship LLVM tools with the toolchain | Jorge Aparicio | -2/+5 |
| 2018-05-18 | Add armv6-unknown-netbsd-eabihf target | Jonathan A. Kollasch | -0/+1 |
| 2018-05-18 | Add armv7-unknown-netbsd-eabihf target | Jonathan A. Kollasch | -0/+1 |
| 2018-05-09 | ci: Compile LLVM with Clang 6.0.0 | Alex Crichton | -9/+59 |
| 2018-04-20 | Disable auto-detection of libxml2 when compiling llvm. | Johannes Nixdorf | -0/+1 |
| 2018-04-17 | Remove uses of Build across Builder steps | Mark Simulacrum | -73/+69 |
| 2018-04-03 | Fix a few accidental expectations | Mark Simulacrum | -0/+4 |
| 2018-04-03 | Avoid printing output when in dry run mode | Mark Simulacrum | -8/+8 |
| 2018-04-03 | Refactor to use a dry-run config instead of cfg(test) | Mark Simulacrum | -6/+8 |
| 2018-04-03 | Stub out various functions during testing | Mark Simulacrum | -0/+12 |
| 2018-03-09 | rustbuild: Pass `-j1` to OpenSSL `make install` | Alex Crichton | -1/+1 |
| 2018-03-09 | Auto merge of #48891 - alexcrichton:dist-osx-9.3, r=kennytm | bors | -2/+2 |
| 2018-03-09 | travis: Upgrade dist builders for OSX | Alex Crichton | -2/+2 |
| 2018-03-09 | rustbuild: Fix MSBuild location of `llvm-config.exe` | Alex Crichton | -3/+6 |
| 2018-03-03 | rustc: Tweak default linker selection | Alex Crichton | -5/+8 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -69/+129 |
| 2018-02-26 | bootstrap: Add openssl configuration for powerpc-unknown-linux-gnuspe | John Paul Adrian Glaubitz | -0/+1 |
| 2018-02-25 | Rollup merge of #48489 - glaubitz:x32-linux, r=alexcrichton | kennytm | -0/+1 |
| 2018-02-25 | Rollup merge of #48297 - glaubitz:sparc-linux, r=estebank | kennytm | -0/+1 |
| 2018-02-25 | Rollup merge of #48281 - jakllsch:netbsd-powerpc, r=alexcrichton | kennytm | -0/+1 |