| Age | Commit message (Expand) | Author | Lines |
| 2018-07-15 | tidy: avoid long line | Sébastien Marie | -1/+2 |
| 2018-07-15 | Disable LlvmTools packaging with external LLVM | Sébastien Marie | -0/+8 |
| 2018-07-14 | Change keep-stage to only affect the passed stage | Mark Rousskov | -46/+40 |
| 2018-07-13 | Do not attempt to recompile codegen backend(s) with --keep-stage | Mark Rousskov | -0/+10 |
| 2018-07-14 | Rollup merge of #51962 - crlf0710:patch-2, r=alexcrichton | kennytm | -1/+2 |
| 2018-07-12 | Rollup merge of #52220 - ljedrz:dyn_bootstrap, r=kennytm | kennytm | -5/+6 |
| 2018-07-12 | Rollup merge of #51816 - nodakai:conf-py-tmpfile, r=kennytm | kennytm | -5/+18 |
| 2018-07-11 | Auto merge of #52172 - oli-obk:clippy_in_rls, r=nrc | bors | -1/+22 |
| 2018-07-11 | Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelix | bors | -0/+11 |
| 2018-07-11 | Remove unused variable | Oliver Schneider | -1/+0 |
| 2018-07-11 | Hitchhike with rls into stable | Oliver Schneider | -1/+1 |
| 2018-07-10 | Restore #![deny(warnings)] | ljedrz | -0/+1 |
| 2018-07-10 | Deny bare trait objects in `src/bootstrap`. | ljedrz | -6/+6 |
| 2018-07-10 | bootstrap: our best to achieve atomic rename on Win32 | NODA, Kai | -1/+6 |
| 2018-07-10 | bootstrap: write texts to a .tmp file first for atomicity | NODA, Kai | -5/+13 |
| 2018-07-10 | Auto merge of #52177 - ljedrz:bare_gcc_warning, r=alexcrichton | bors | -0/+8 |
| 2018-07-09 | Change gcc warning file name, remove unnecessary reference | ljedrz | -2/+2 |
| 2018-07-09 | Warn windows-gnu users that the bundled gcc can't compile | ljedrz | -0/+8 |
| 2018-07-09 | bump minimum LLVM version to 5.0 | gnzlbg | -3/+3 |
| 2018-07-09 | Also distribute cargo clippy | Oliver Schneider | -1/+14 |
| 2018-07-09 | Inject clippy into the rls again | Oliver Schneider | -0/+9 |
| 2018-07-06 | Rollup merge of #52117 - Eijebong:filetime, r=alexcrichton | Mark Rousskov | -1/+1 |
| 2018-07-06 | Dedupe filetime | Bastien Orivel | -1/+1 |
| 2018-07-06 | Auto merge of #51757 - nielx:fix/haiku-fixes, r=nagisa | bors | -2/+2 |
| 2018-07-06 | Rollup merge of #52080 - oli-obk:dep_dedup_diagnostics, r=kennytm | kennytm | -6/+23 |
| 2018-07-06 | Rollup merge of #51619 - mksully22:ppc64le_rust, r=alexcrichton | kennytm | -0/+1 |
| 2018-07-05 | Auto merge of #51917 - alexcrichton:update, r=Mark-Simulacrum | bors | -27/+76 |
| 2018-07-05 | Address review comments | Oliver Schneider | -12/+6 |
| 2018-07-05 | Only display difference of features, not all features | Oliver Schneider | -4/+22 |
| 2018-07-05 | Vertical list of tools to check | Oliver Schneider | -2/+7 |
| 2018-07-05 | Update Cargo.lock dependencies | Alex Crichton | -2/+7 |
| 2018-07-05 | Auto merge of #51936 - japaric:rust-lld, r=alexcrichton | bors | -3/+7 |
| 2018-07-04 | in the second copy lld is already named rust-lld | Jorge Aparicio | -4/+3 |
| 2018-07-03 | Compile stage0 tools with the raw bootstrap compiler | Alex Crichton | -29/+73 |
| 2018-07-03 | rust: add initial changes to support powerpc64le musl | Mike Sullivan | -0/+1 |
| 2018-07-03 | Rollup merge of #52006 - Mark-Simulacrum:keep-stage-fix, r=alexcrichton | Pietro Albini | -21/+44 |
| 2018-07-03 | Rollup merge of #52004 - kennytm:toolstate-fixes, r=Mark-Simulacrum | Pietro Albini | -8/+6 |
| 2018-07-02 | Change --keep-stage to apply more | Mark Rousskov | -20/+43 |
| 2018-07-03 | Fixed detection of test-fail for doctests. | kennytm | -8/+6 |
| 2018-07-02 | Make explicit that assemble is not run from CLI | Mark Rousskov | -1/+1 |
| 2018-07-02 | bootstrap: tests should use rustc from config.toml | Nikolai Merinov | -4/+4 |
| 2018-07-02 | Auto merge of #51122 - oli-obk:clippy, r=Mark-Simulacrum | bors | -1/+134 |
| 2018-07-02 | Clippy tool also has only a single LICENSE file | Oliver Schneider | -2/+1 |
| 2018-07-01 | Rollup merge of #51922 - japaric:llvm-tools-preview, r=alexcrichton | Pietro Albini | -7/+10 |
| 2018-07-01 | Provide llvm-strip in llvm-tools component | CrLF0710 | -1/+2 |
| 2018-07-01 | Also run the bootstrap in bootstrap mode | Oliver Schneider | -0/+1 |
| 2018-07-01 | Did you mean to block nightlies on clippy? | Oliver Schneider | -1/+134 |
| 2018-06-30 | Notice non-toplevel dll dependencies in rustbuild | Mark Simulacrum | -3/+3 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -1/+1 |
| 2018-06-29 | rename rustc's lld to rust-lld | Jorge Aparicio | -5/+10 |