| Age | Commit message (Expand) | Author | Lines |
| 2017-01-19 | let BSD to use gmake for GNU-make | Sébastien Marie | -1/+3 |
| 2017-01-17 | rustbuild: Don't enable debuginfo in rustc | Alex Crichton | -0/+16 |
| 2017-01-07 | Merge pull request #38884 from nikomatsakis/beta-unmerged | Alex Crichton | -1/+10 |
| 2017-01-06 | rustbuild: Stop building docs for std dependancies | Oliver Middleton | -1/+10 |
| 2017-01-06 | rustbuild: Fix source tarballs and the vendor dir | Alex Crichton | -0/+7 |
| 2016-12-30 | rustbuild: Stop building docs for libtest by default | Oliver Middleton | -1/+1 |
| 2016-12-30 | rustbuild: Update Cargo download location | Alex Crichton | -13/+9 |
| 2016-12-30 | std: Don't build docs for misc facade crates | Alex Crichton | -1/+2 |
| 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-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 | 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 |
| 2016-12-09 | Create tar balls of save-analysis-api metadata for the standard libraries as ... | Nick Cameron | -1/+58 |
| 2016-12-08 | rustbuild: Implement distcheck | Alex Crichton | -9/+42 |
| 2016-12-08 | Fix #38251 but perhaps not BEST fix for it. | Felix S. Klock II | -1/+1 |
| 2016-12-08 | Auto merge of #38076 - alexcrichton:another-rustbuild-bug, r=japaric | bors | -0/+8 |
| 2016-12-07 | Preserve inherited mode flags. | Vadim Chugunov | -1/+2 |
| 2016-12-07 | Prevent Windows from displaying UI on errors. | Vadim Chugunov | -0/+10 |
| 2016-12-07 | rustbuild: Print out failing commands | Alex Crichton | -2/+1 |
| 2016-12-07 | mk: Switch rustbuild to the default build system | Alex Crichton | -142/+516 |
| 2016-12-03 | Rollup merge of #38073 - cardoe:fix-typo, r=frewsxcv | Corey Farwell | -1/+1 |
| 2016-12-02 | Auto merge of #38050 - alexcrichton:fix-llvm-deps, r=japaric | bors | -0/+7 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -35/+5 |
| 2016-11-29 | rustbuild: Use src/rustc for assembled compilers | Alex Crichton | -0/+8 |
| 2016-11-29 | bootstrap/README: fix small typo | Doug Goldstein | -1/+1 |
| 2016-11-28 | rustbuild: Cross-compiled LLVM depens on host | Alex Crichton | -0/+7 |
| 2016-11-26 | Auto merge of #38008 - bluss:rustbuild-benches, r=alexcrichton | bors | -14/+88 |
| 2016-11-25 | rustbuild: Add bench subcommand | Ulrik Sverdrup | -14/+88 |
| 2016-11-23 | std: make compilation of libpanic_unwind optional via a Cargo feature | Jorge Aparicio | -1/+1 |