| Age | Commit message (Expand) | Author | Lines |
| 2019-01-30 | bootstrap: Expose LLVM_USE_LINKER cmake option to config.toml. | Michael Woerister | -0/+7 |
| 2019-01-30 | bootstrap: Make LLD available to run-make tests. | Michael Woerister | -14/+27 |
| 2019-01-30 | No consumers of MdBook2 yet | James Munns | -0/+4 |
| 2019-01-30 | Only the compatibility items from the embedded book PR | James Munns | -8/+33 |
| 2019-01-29 | Auto merge of #57953 - mati865:cc-fix, r=alexcrichton | bors | -9/+4 |
| 2019-01-28 | bootstrap: set toolchain variables on per target basis | Mateusz Mikuła | -9/+4 |
| 2019-01-28 | Fix CI | John Kåre Alsaker | -1/+1 |
| 2019-01-28 | Use multiple threads by default. Limits tests to one thread. Do some renaming. | John Kåre Alsaker | -7/+7 |
| 2019-01-27 | Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton | bors | -5/+17 |
| 2019-01-27 | Create `nvptx64-nvidia-cuda` target specification | Denys Zariaiev | -2/+3 |
| 2019-01-27 | Add generate-old-style-files option to rustdoc | Guillaume Gomez | -1/+3 |
| 2019-01-27 | Auto merge of #57871 - Mark-Simulacrum:fix-compiletest-stamp, r=oli-obk | bors | -4/+10 |
| 2019-01-26 | use `SOURCE_DATE_EPOCH` for man page time if set | Andy Russell | -2/+14 |
| 2019-01-26 | Workaround presence of LLVM library in stage0/lib | Mark Rousskov | -2/+14 |
| 2019-01-26 | Bump bootstrap compiler to 1.33 beta | Mark Rousskov | -3/+3 |
| 2019-01-25 | Set LLDB_NO_DEBUGSERVER=ON | Josh Stone | -0/+1 |
| 2019-01-25 | Rebase to the llvm-project monorepo | Josh Stone | -20/+31 |
| 2019-01-25 | Correctly set filetime for copied LLVM | Mark Rousskov | -4/+10 |
| 2019-01-25 | bootstrap: Don't rely on any default settings regarding incr. comp. in Cargo. | Michael Woerister | -0/+3 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -24/+0 |
| 2019-01-21 | Auto merge of #57708 - nbigaouette:pr-53774-fix-missing-rust-gdbui-install, r... | bors | -0/+2 |
| 2019-01-20 | Auto merge of #57704 - lenoil98:patch-2, r=alexcrichton | bors | -0/+3 |
| 2019-01-20 | Auto merge of #57680 - cuviper:codegen-rebuild, r=Mark-Simulacrum | bors | -0/+12 |
| 2019-01-19 | Auto merge of #57370 - petrhosek:llvm-flags, r=alexcrichton | bors | -1/+28 |
| 2019-01-17 | Fix typo: 'rust-gdbgui' instead of 'rust-gdbui' | Nicolas Bigaouette | -1/+1 |
| 2019-01-17 | Install missing 'rust-gdbui'' | Nicolas Bigaouette | -0/+2 |
| 2019-01-17 | Update bootstrap.py | lenoil98 | -0/+3 |
| 2019-01-17 | compiletest: Simplify handling of Clang-based tests. | Michael Woerister | -16/+9 |
| 2019-01-17 | Support clang-based run-make tests in rustbuild. | Michael Woerister | -5/+30 |
| 2019-01-16 | [rustbuild] Rebuild std after changes to codegen backends | Josh Stone | -0/+12 |
| 2019-01-13 | Support passing cflags/cxxflags/ldflags to LLVM build | Petr Hosek | -1/+28 |
| 2019-01-13 | Adding Build automation for x86_64-fortanix-unknown-sgx | Vardhan Thigle | -20/+33 |
| 2019-01-12 | Rollup merge of #57368 - petrhosek:cmake-compiler-launcher, r=alexcrichton | Mazdak Farrokhzad | -8/+6 |
| 2019-01-10 | Integrate miri into build-manifest | Alex Crichton | -1/+1 |
| 2019-01-09 | Auto merge of #57086 - oli-obk:miri_dist, r=kennytm | bors | -0/+152 |
| 2019-01-08 | fixup | Oliver Scherer | -2/+46 |
| 2019-01-08 | Prepare everything for distributing miri via rustup | Oliver Scherer | -0/+108 |
| 2019-01-07 | Build LLVM with -static-libstdc++ on dist builds | Alex Crichton | -8/+8 |
| 2019-01-07 | Rollup merge of #57369 - petrhosek:llvm-libcxx, r=alexcrichton | Pietro Albini | -0/+8 |
| 2019-01-05 | Provide the option to use libc++ even on all platforms | Petr Hosek | -0/+8 |
| 2019-01-05 | Use CMAKE_{C,CXX}_COMPILER_LAUNCHER for ccache | Petr Hosek | -8/+6 |
| 2019-01-02 | Don't package up libLLVM.so with libstd | Alex Crichton | -4/+12 |
| 2019-01-02 | bootstrap: Link LLVM as a dylib with ThinLTO | Alex Crichton | -51/+13 |
| 2018-12-28 | Update cargo, rls, miri | Eric Huss | -8/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -299/+0 |
| 2018-12-25 | Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister" | kennytm | -13/+51 |
| 2018-12-24 | Auto merge of #56836 - alexcrichton:std-backtrace-sys, r=Mark-Simulacrum | bors | -1/+0 |
| 2018-12-24 | x.py: fixup 6130fc884bc1dff9bb835894a7bb2042c110b011 | Matthias Krüger | -1/+1 |
| 2018-12-24 | std: Use backtrace-sys from crates.io | Alex Crichton | -1/+0 |
| 2018-12-24 | Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister | Mazdak Farrokhzad | -51/+13 |