| Age | Commit message (Expand) | Author | Lines |
| 2017-10-22 | Auto merge of #45304 - kennytm:travis-color-color-conflict, r=aturon | bors | -2/+2 |
| 2017-10-22 | Don't build docs for removed libcollections. | leonardo.yvens | -1/+1 |
| 2017-10-22 | Remove deprecated `collections` crate. | leonardo.yvens | -1/+0 |
| 2017-10-22 | Auto merge of #45432 - ollie27:rustbuild_error_index_gen, r=Mark-Simulacrum | bors | -5/+5 |
| 2017-10-22 | Auto merge of #45433 - ollie27:rustbuild_nomicon, r=Mark-Simulacrum | bors | -1/+1 |
| 2017-10-22 | Auto merge of #45400 - alexcrichton:bootstrap-thinlto, r=Mark-Simulacrum | bors | -6/+18 |
| 2017-10-21 | Auto merge of #45366 - ollie27:rustbuild_compiler_docs, r=alexcrichton | bors | -5/+3 |
| 2017-10-21 | rustbuild: Fix path for the nomicon | Oliver Middleton | -1/+1 |
| 2017-10-21 | rustbuild: Build stage 1 error index generator at stage 0 | Oliver Middleton | -5/+5 |
| 2017-10-21 | Fix rustbuild --color conflict when building on Travis outside of Docker. | kennytm | -2/+2 |
| 2017-10-20 | rustbuild: Compile rustc with ThinLTO | Alex Crichton | -6/+18 |
| 2017-10-20 | Auto merge of #44792 - Mark-Simulacrum:correct-deps, r=alexcrichton | bors | -79/+132 |
| 2017-10-19 | Make tools which may not build return Option. | Mark Simulacrum | -53/+65 |
| 2017-10-20 | Rollup merge of #45382 - Keruspe:master, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2017-10-20 | Rollup merge of #45375 - topecongiro:enable-tilde, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2017-10-20 | Rollup merge of #45374 - topecongiro:remove-enable-rustbuild-config-option, r... | kennytm | -2/+2 |
| 2017-10-19 | rustbuild: fix dist in debug mode | Marc-Antoine Perennou | -1/+1 |
| 2017-10-18 | Make sure to clear out the stageN-{rustc,std,tools} directories. | Mark Simulacrum | -31/+72 |
| 2017-10-19 | Allow passing a path with tilde | topecongiro | -1/+1 |
| 2017-10-19 | Fix typos | topecongiro | -2/+2 |
| 2017-10-19 | Remove --enable-rustbuild config option from example | topecongiro | -1/+1 |
| 2017-10-19 | Rollup merge of #45326 - cuviper:min-llvm-3.9, r=alexcrichton | kennytm | -4/+8 |
| 2017-10-17 | bootstrap: Avoid fetching jemalloc if it's disabled | Tatsuyuki Ishi | -1/+2 |
| 2017-10-16 | Merge branch 'master' into future_imports | johnthagen | -214/+365 |
| 2017-10-16 | bootstrap: update and enable the LLVM version-check | Josh Stone | -4/+8 |
| 2017-10-16 | rustbuild: Allow setting rls/rustfmt to "broken" | Alex Crichton | -88/+115 |
| 2017-10-16 | Re-enable linker override for cross-compilation | Vadim Petrochenkov | -2/+3 |
| 2017-10-15 | Don't use target's linker when linking build scripts | Vadim Petrochenkov | -41/+33 |
| 2017-10-15 | rustbuild: Support specifying archiver and linker explicitly | Vadim Petrochenkov | -36/+130 |
| 2017-10-15 | Auto merge of #45299 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2017-10-15 | Rollup merge of #45264 - 0xAX:fix-typo-bootstrap-readm, r=kennytm | kennytm | -1/+1 |
| 2017-10-15 | Auto merge of #45224 - malbarbo:x32, r=alexcrichton | bors | -1/+1 |
| 2017-10-14 | Auto merge of #45177 - oli-obk:clippy, r=alexcrichton | bors | -4/+9 |
| 2017-10-14 | rustbuild: Don't try to build rustdoc API docs with compiler docs | Oliver Middleton | -5/+3 |
| 2017-10-14 | Auto merge of #45102 - petrochenkov:noar, r=alexcrichton | bors | -9/+2 |
| 2017-10-13 | fix typo in src/bootstrap/README.md | Alexander Kuleshov | -1/+1 |
| 2017-10-13 | Auto merge of #45261 - kennytm:rollup, r=kennytm | bors | -24/+47 |
| 2017-10-13 | Rollup merge of #45236 - alexcrichton:build-less, r=Mark-Simulacrum | kennytm | -4/+10 |
| 2017-10-13 | Rollup merge of #45209 - kennytm:treat-checksum-error-as-download-error, r=Ma... | kennytm | -20/+37 |
| 2017-10-13 | Auto merge of #45063 - michaelwoerister:bring-back-incremental-info, r=nikoma... | bors | -4/+0 |
| 2017-10-13 | Rollup merge of #45121 - johnthagen:pep8-bootstrap, r=alexcrichton | kennytm | -17/+32 |
| 2017-10-13 | Rollup merge of #44989 - QuietMisdreavus:what-is-your-quest, r=GuillaumeGomez | kennytm | -1/+13 |
| 2017-10-12 | rustbuild: Prevent spurious rebuilds of the RLS | Alex Crichton | -4/+10 |
| 2017-10-11 | Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support | Marco A L Barbosa | -1/+1 |
| 2017-10-12 | rustbuild: Make openssl download more reliable. | kennytm | -20/+37 |
| 2017-10-11 | Fix typo during merge from master | johnthagen | -1/+1 |
| 2017-10-11 | Merge branch 'master' into pep8-bootstrap | johnthagen | -9/+7 |
| 2017-10-10 | render the rust version into std/compiler/test docs | QuietMisdreavus | -1/+13 |
| 2017-10-10 | Rollup merge of #45180 - 0xAX:fix-help-message-in-configure.py, r=Mark-Simula... | Steve Klabnik | -6/+1 |
| 2017-10-11 | Fix path to x.py in configure.py script | Alexander Kuleshov | -6/+1 |