| Age | Commit message (Expand) | Author | Lines |
| 2018-07-25 | Discriminate between external and optional tools | Tatsuyuki Ishi | -14/+22 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -12/+34 |
| 2018-07-24 | Rollup merge of #52642 - ljedrz:expect_fun_call, r=Mark-Simulacrum | kennytm | -3/+3 |
| 2018-07-24 | Rollup merge of #52627 - Mark-Simulacrum:rustdoc-test-correct, r=alexcrichton | kennytm | -0/+1 |
| 2018-07-23 | Replace a few expect+format combos with unwrap_or_else+panic | ljedrz | -3/+3 |
| 2018-07-22 | Compile rustc before building tests for rustdoc | Mark Rousskov | -0/+1 |
| 2018-07-23 | Rollup merge of #52594 - Mark-Simulacrum:error-index-stage0, r=alexcrichton | kennytm | -2/+2 |
| 2018-07-22 | Rollup merge of #52465 - sekineh:add-ci-thumb, r=alexcrichton | kennytm | -1/+3 |
| 2018-07-21 | Run the error index tool against the sysroot libdir | Mark Rousskov | -2/+2 |
| 2018-07-21 | Treat no_std(target) == None case correctly. | Hideki Sekine | -1/+1 |
| 2018-07-18 | Rollup merge of #52464 - o01eg:patch-1, r=alexcrichton | kennytm | -0/+2 |
| 2018-07-18 | Rollup merge of #52439 - o01eg:fix-52317, r=alexcrichton | kennytm | -2/+3 |
| 2018-07-17 | Allow clippy to be installed with make install | O01eg | -0/+2 |
| 2018-07-18 | Fix rust issue #52163 | Hideki Sekine | -1/+3 |
| 2018-07-17 | Rollup merge of #52434 - Mark-Simulacrum:incremental-keep-stage, r=alexcrichton | kennytm | -4/+1 |
| 2018-07-16 | Calculate the exact capacity for 2 HashMaps | ljedrz | -1/+1 |
| 2018-07-16 | Enable incremental independent of stage | Mark Rousskov | -4/+1 |
| 2018-07-16 | Revert some changes from #51917 to fix #52317. | O01eg | -2/+3 |
| 2018-07-15 | Auto merge of #52399 - semarie:llvmtools, r=alexcrichton | bors | -0/+9 |
| 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 |