| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-02-24 | Remove directory `src/rt` | Vadim Petrochenkov | -3/+3 |
| 2018-02-24 | bootstrap: Add openssl configuration for x86_64-unknown-linux-gnux32 | John Paul Adrian Glaubitz | -0/+1 |
| 2018-02-23 | bootstrap: Add openssl configuration for sparc-unknown-linux-gnu | John Paul Adrian Glaubitz | -0/+1 |
| 2018-02-16 | Add powerpc-unknown-netbsd target | Jonathan A. Kollasch | -0/+1 |
| 2018-02-15 | Auto merge of #48203 - kennytm:rollup, r=kennytm | bors | -0/+8 |
| 2018-02-14 | Rollup merge of #47846 - roblabla:bugfix-ocaml, r=kennytm | kennytm | -0/+8 |
| 2018-02-11 | Change Step to be invoked with a path when in default mode. | Mark Simulacrum | -3/+1 |
| 2018-02-10 | Add comment about the problem, and use provided path if available | roblabla | -1/+8 |
| 2018-02-09 | rustc: Upgrade to LLVM 6 | Alex Crichton | -1/+1 |
| 2018-01-29 | Work around LLVM OCAML binding installation failure | roblabla | -0/+1 |