| Age | Commit message (Expand) | Author | Lines |
| 2016-12-20 | Merge branch 'rustbuild-warnings' of https://github.com/alexcrichton/rust int... | Alex Crichton | -1/+7 |
| 2016-12-20 | Rollup merge of #38498 - alexcrichton:actually-test-musl, r=brson | Alex Crichton | -1/+1 |
| 2016-12-20 | Rollup merge of #38493 - sanxiyn:filecheck, r=alexcrichton | Alex Crichton | -2/+3 |
| 2016-12-20 | Rollup merge of #38471 - alexcrichton:run-debuginfo-tests, r=brson | Alex Crichton | -2/+4 |
| 2016-12-20 | Rollup merge of #38470 - alexcrichton:really-fix-osx, r=brson | Alex Crichton | -13/+9 |
| 2016-12-20 | Rollup merge of #38468 - xen0n:tarball-wrangling, r=alexcrichton | Alex Crichton | -3/+18 |
| 2016-12-20 | Rollup merge of #38451 - semarie:openbsd-rustbuild, r=alexcrichton | Alex Crichton | -1/+3 |
| 2016-12-20 | Rollup merge of #38398 - ollie27:patch-1, r=alexcrichton | Alex Crichton | -1/+1 |
| 2016-12-20 | Rollup merge of #38388 - redox-os:config_toml_prefix, r=alexcrichton | Alex Crichton | -0/+20 |
| 2016-12-20 | rustbuild: Run debuginfo tests by default | Alex Crichton | -2/+4 |
| 2016-12-20 | rustbuild: Actually test musl on the musl bot | Alex Crichton | -1/+1 |
| 2016-12-20 | rustbuild: Deny and fix warnings | Alex Crichton | -1/+7 |
| 2016-12-20 | rustbuild: package src only once for build triple | Wang Xuerui | -2/+8 |
| 2016-12-20 | rustbuild: only plan from build triple for dist | Wang Xuerui | -1/+10 |
| 2016-12-20 | Find FileCheck using llvm-config | Seo Sanghyeon | -2/+3 |
| 2016-12-19 | rustbuild: Update Cargo download location | Alex Crichton | -13/+9 |
| 2016-12-19 | Remove trailing whitespace | Jeremy Soller | -1/+1 |
| 2016-12-19 | Move prefix to [install] section | Jeremy Soller | -5/+20 |
| 2016-12-19 | Auto merge of #38072 - nikomatsakis:bootstrap-incremental, r=acrichto | bors | -23/+136 |
| 2016-12-19 | add and document `--incremental` flag along with misc other changes | Niko Matsakis | -7/+121 |
| 2016-12-19 | add concept of `Step::noop()` | Niko Matsakis | -16/+15 |
| 2016-12-19 | Auto merge of #38405 - alexcrichton:rustbuild-fixes, r=japaric | bors | -0/+6 |
| 2016-12-18 | Use exec for the wrapper on UNIXes | Simonas Kazlauskas | -3/+14 |
| 2016-12-18 | Auto merge of #38440 - alexcrichton:fix-osx-nightlies, r=brson | bors | -0/+9 |
| 2016-12-18 | Auto merge of #38439 - alexcrichton:fix-nightlies, r=brson | bors | -0/+1 |
| 2016-12-17 | rustbuild: Fix LC_ID_DYLIB directives on OSX | Alex Crichton | -0/+9 |
| 2016-12-17 | rustbuild: Create directories in mingw dist | Alex Crichton | -0/+1 |
| 2016-12-17 | let BSD to use gmake for GNU-make | Sébastien Marie | -1/+3 |
| 2016-12-16 | Auto merge of #38359 - alexcrichton:sccache, r=brson | bors | -7/+38 |
| 2016-12-15 | rustbuild: Fix `copy` helper with existing files | Alex Crichton | -0/+6 |
| 2016-12-15 | Update config.toml.example | Jeremy Soller | -1/+1 |
| 2016-12-15 | Add prefix to config.toml | Jeremy Soller | -0/+5 |
| 2016-12-15 | rustbuild: Stop building docs for libtest by default | Oliver Middleton | -1/+1 |
| 2016-12-15 | Auto merge of #38394 - alexcrichton:fix-nightlies, r=brson | bors | -1/+6 |
| 2016-12-15 | rustbuild: Package rust-mingw by default | Alex Crichton | -1/+6 |
| 2016-12-15 | Auto merge of #38331 - bluss:assume-stage, r=alexcrichton | bors | -0/+16 |
| 2016-12-15 | rustbuild: Add small description of --keep-stage | Ulrik Sverdrup | -0/+9 |
| 2016-12-14 | rustbuild: Add sccache support | Alex Crichton | -7/+38 |
| 2016-12-14 | rustbuild: Run `dist` on a `distcheck` | Alex Crichton | -1/+2 |
| 2016-12-14 | Auto merge of #38351 - sanxiyn:doc-test-args, r=alexcrichton | bors | -3/+2 |
| 2016-12-13 | rustbuild: Don't dist docs if disabled | Alex Crichton | -0/+5 |
| 2016-12-13 | rustbuild: Skip some more non-relevant dist steps | Alex Crichton | -1/+14 |
| 2016-12-14 | Document --test-args for rustbuild | Seo Sanghyeon | -3/+2 |
| 2016-12-13 | rustbuild: Add cli option --keep-stage | Ulrik Sverdrup | -0/+7 |
| 2016-12-12 | rustbuild: Fix dist of save-analysis info | Alex Crichton | -10/+3 |
| 2016-12-12 | rustbuild: Check for .git as a dir | Alex Crichton | -2/+2 |
| 2016-12-12 | rustbuild: Enable unstable features in rustdoc | Alex Crichton | -0/+1 |
| 2016-12-11 | Auto merge of #38252 - pnkfelix:mildly-robustify-configure-msg, r=alexcrichton | bors | -1/+1 |
| 2016-12-10 | Auto merge of #38231 - vadimcn:errormode, r=alexcrichton | bors | -0/+11 |
| 2016-12-10 | Auto merge of #38233 - alexcrichton:more-errors, r=japaric | bors | -2/+1 |