| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-12-23 | Rollup merge of #56933 - clarcharr:xpy_progress, r=Mark-Simulacrum | kennytm | -2/+2 |
| 2018-12-19 | Rollup merge of #56947 - hsivonen:neon, r=alexcrichton | Pietro Albini | -1/+6 |
| 2018-12-17 | bootstrap: Link LLVM as a dylib with ThinLTO | Alex Crichton | -51/+13 |
| 2018-12-17 | Add --progress to git submodule commands | Clar Fon | -2/+2 |
| 2018-12-17 | Auto merge of #56642 - nikic:llvm-6, r=alexcrichton | bors | -2/+2 |
| 2018-12-15 | Auto merge of #56600 - ljedrz:fix_edition, r=Mark-Simulacrum | bors | -97/+99 |
| 2018-12-15 | Rollup merge of #56792 - phansch:add_compiletest_testsuite, r=alexcrichton | Pietro Albini | -0/+40 |
| 2018-12-14 | Bootstrap: Add testsuite for compiletest tool | Philipp Hansch | -0/+40 |
| 2018-12-14 | std: Activate compiler_builtins `mem` feature for no_std targets | Alex Crichton | -1/+3 |
| 2018-12-14 | Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-12-13 | Add targets thumbv7neon-linux-androideabi and thumbv7neon-unknown-linux-gnuea... | Henri Sivonen | -1/+6 |
| 2018-12-13 | Auto merge of #56090 - nnethercote:filesearch, r=eddyb | bors | -0/+5 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -1/+1 |
| 2018-12-12 | Remove some env vars for rustdoc invocations. | Nicholas Nethercote | -0/+5 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -23/+10 |
| 2018-12-10 | bootstrap: fix edition | ljedrz | -97/+99 |
| 2018-12-09 | Remove compile-fail-fulldeps test suite | Vadim Petrochenkov | -7/+0 |
| 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 | -16/+16 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -16/+16 |
| 2018-12-07 | use top level `fs` functions where appropriate | Andy Russell | -52/+33 |
| 2018-12-07 | Add x86_64-fortanix-unknown-sgx target to libstd and dependencies | Jethro Beekman | -0/+1 |
| 2018-12-06 | Rollup merge of #56441 - ollie27:rustbuild_compiler_docs, r=alexcrichton | Pietro Albini | -6/+11 |