| Age | Commit message (Expand) | Author | Lines |
| 2017-10-29 | Support Dragonfly when building Openssl | Michael Neumann | -0/+1 |
| 2017-10-29 | ci: Upgrade Android SDK/NDK and refactor to use sdkmanager/avdmanager. | kennytm | -4/+31 |
| 2017-10-28 | Auto merge of #45589 - kennytm:rollup, r=kennytm | bors | -2/+5 |
| 2017-10-28 | Rollup merge of #45535 - topecongiro:bootstrap-exit-code, r=kennytm | kennytm | -2/+5 |
| 2017-10-28 | Auto merge of #45566 - cuviper:option-checking, r=alexcrichton | bors | -4/+14 |
| 2017-10-27 | Return 0 when ./x.py has no subcommand | topecongiro | -2/+5 |
| 2017-10-26 | config.toml: Add stubs for recognized-but-unused install paths | Josh Stone | -0/+5 |
| 2017-10-26 | configure.py: fix --disable-option-checking | Josh Stone | -4/+9 |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -1/+1 |
| 2017-10-26 | issue #45357 don't build clippy stage 1 | matt rice | -1/+4 |
| 2017-10-26 | Rollup merge of #45496 - kennytm:bootstrap-fix-extension-check, r=alexcrichton | kennytm | -4/+12 |
| 2017-10-25 | Rollup merge of #45465 - glaubitz:sparc64, r=alexcrichton | Guillaume Gomez | -0/+1 |
| 2017-10-24 | Auto merge of #44603 - SimonSapin:stylo, r=alexcrichton | bors | -1/+0 |
| 2017-10-24 | Auto merge of #45446 - leodasvacas:remove-libcollections, r=alexcrichton | bors | -2/+1 |
| 2017-10-25 | rustbuild: Fix `no output generated` error for next bootstrap cargo. | kennytm | -4/+12 |
| 2017-10-24 | bootstrap: Add openssl configuration for sparc64-unknown-linux-gnu | John Paul Adrian Glaubitz | -0/+1 |
| 2017-10-23 | Move cargotest to separate jobs on Travis-CI and AppVeyor | Simon Sapin | -1/+0 |
| 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 |