| Age | Commit message (Expand) | Author | Lines |
| 2017-01-25 | rustbuild: Add manifest generation in-tree | Alex Crichton | -0/+10 |
| 2017-01-24 | rustbuild: Start building --enable-extended | Alex Crichton | -0/+14 |
| 2017-01-15 | Auto merge of #39026 - alexcrichton:more-less-cross-stage0, r=aturon | bors | -1/+13 |
| 2017-01-12 | rustbuild: Actually don't build stage0 target rustc | Alex Crichton | -1/+13 |
| 2017-01-12 | travis: Start uploading artifacts on commits | Alex Crichton | -3/+3 |
| 2017-01-10 | Rollup merge of #38607 - estebank:test-for-36935, r=alexcrichton | Seo Sanghyeon | -4/+2 |
| 2017-01-08 | review comment | Esteban Küber | -2/+1 |
| 2017-01-07 | trying to figure out why this test failes, might need help | Esteban Küber | -1/+0 |
| 2017-01-06 | Move check-ui to fulldeps so librustc is available | Esteban Küber | -1/+1 |
| 2017-01-05 | rustbuild: Don't build target compilers in stage0 | Alex Crichton | -2/+12 |
| 2017-01-04 | rustbuild: Quickly `dist` cross-host compilers | Alex Crichton | -20/+427 |
| 2016-12-31 | Auto merge of #38702 - philipc:debuginfo-lldb, r=alexcrichton | bors | -6/+10 |
| 2016-12-31 | Auto merge of #38667 - alexcrichton:stage0-tools, r=brson | bors | -16/+16 |
| 2016-12-30 | rustbuild: Add more deps on android-copy-libs | Alex Crichton | -7/+10 |
| 2016-12-30 | rustbuild: Compile all support tools in stage0 | Alex Crichton | -16/+16 |
| 2016-12-30 | rustbuild: allow running debuginfo-lldb tests on linux | Philip Craig | -6/+10 |
| 2016-12-29 | A few small test fixes and such from rollup | Alex Crichton | -0/+7 |
| 2016-12-29 | Merge branch 'aux-tests' of https://github.com/alexcrichton/rust into rollup | Alex Crichton | -10/+10 |
| 2016-12-29 | Rollup merge of #38665 - alexcrichton:pretty-only-host, r=brson | Alex Crichton | -7/+7 |
| 2016-12-29 | Rollup merge of #38631 - alexcrichton:supafast, r=brson | Alex Crichton | -59/+122 |
| 2016-12-29 | rustbuild: Don't run pretty tests by default | Alex Crichton | -10/+12 |
| 2016-12-28 | rustbuild: Move pretty test suites to host-only | Alex Crichton | -7/+7 |
| 2016-12-28 | rustbuild: Compile rustc twice, not thrice | Alex Crichton | -59/+122 |
| 2016-12-28 | rustbuild: fix host-only rules ignoring targets in dist steps | Wang Xuerui | -4/+10 |
| 2016-12-28 | rustbuild: clarify comment on target array calculation | Wang Xuerui | -2/+3 |
| 2016-12-28 | rustbuild: get an empty slice the straight-forward way | Wang Xuerui | -1/+1 |
| 2016-12-20 | Rollup merge of #38471 - alexcrichton:run-debuginfo-tests, r=brson | Alex Crichton | -2/+4 |
| 2016-12-20 | Rollup merge of #38468 - xen0n:tarball-wrangling, r=alexcrichton | Alex Crichton | -2/+11 |
| 2016-12-20 | Rollup merge of #38398 - ollie27:patch-1, r=alexcrichton | Alex Crichton | -1/+1 |
| 2016-12-20 | rustbuild: Run debuginfo tests by default | Alex Crichton | -2/+4 |
| 2016-12-20 | rustbuild: package src only once for build triple | Wang Xuerui | -1/+1 |
| 2016-12-20 | rustbuild: only plan from build triple for dist | Wang Xuerui | -1/+10 |
| 2016-12-19 | add concept of `Step::noop()` | Niko Matsakis | -16/+15 |
| 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/+4 |
| 2016-12-13 | rustbuild: Add cli option --keep-stage | Ulrik Sverdrup | -0/+4 |
| 2016-12-12 | rustbuild: Fix dist of save-analysis info | Alex Crichton | -1/+1 |
| 2016-12-09 | Create tar balls of save-analysis-api metadata for the standard libraries as ... | Nick Cameron | -0/+4 |
| 2016-12-08 | rustbuild: Implement distcheck | Alex Crichton | -8/+4 |
| 2016-12-08 | Auto merge of #38076 - alexcrichton:another-rustbuild-bug, r=japaric | bors | -0/+8 |
| 2016-12-07 | mk: Switch rustbuild to the default build system | Alex Crichton | -62/+234 |
| 2016-11-29 | rustbuild: Use src/rustc for assembled compilers | Alex Crichton | -0/+8 |
| 2016-11-28 | rustbuild: Cross-compiled LLVM depens on host | Alex Crichton | -0/+7 |
| 2016-11-25 | rustbuild: Add bench subcommand | Ulrik Sverdrup | -10/+36 |
| 2016-11-14 | rustbuild: Tweak default rule inclusion | Alex Crichton | -2/+4 |
| 2016-11-11 | bootstrap: rust-docs is a default package | Brian Anderson | -0/+1 |
| 2016-11-05 | Only test docs and such for the host | Alex Crichton | -4/+12 |
| 2016-11-05 | Fix tests from the rollup | Alex Crichton | -2/+2 |