| Age | Commit message (Expand) | Author | Lines |
| 2017-01-29 | Bootstrap: append libjemalloc_pic.a | Tatsuyuki Ishi | -1/+1 |
| 2017-01-25 | rustbuild: Add manifest generation in-tree | Alex Crichton | -1/+91 |
| 2017-01-24 | rustbuild: Start building --enable-extended | Alex Crichton | -8/+415 |
| 2017-01-21 | Auto merge of #39206 - MJDSys:fix_rustbuild_libdir, r=alexcrichton | bors | -2/+12 |
| 2017-01-21 | Auto merge of #39086 - aidanhs:aphs-local-rebuild-no-jemalloc, r=alexcrichton | bors | -1/+10 |
| 2017-01-20 | More test fixes from rollup | Alex Crichton | -1/+5 |
| 2017-01-20 | Fix rustbuild to work with --libdir. | Matthew Dawson | -2/+12 |
| 2017-01-20 | Rollup merge of #39120 - alexcrichton:emscripten-tests, r=brson | Alex Crichton | -1/+1 |
| 2017-01-19 | travis: Get an emscripten builder online | Alex Crichton | -1/+1 |
| 2017-01-16 | travis: Expand the `cross` linux image | Alex Crichton | -4/+12 |
| 2017-01-16 | Expose a feature to force use of alloc_system, teach rustbuild | Aidan Hobson Sayers | -1/+10 |
| 2017-01-15 | Auto merge of #39052 - alexcrichton:fix-rebuild, r=brson | bors | -4/+10 |
| 2017-01-15 | Auto merge of #39026 - alexcrichton:more-less-cross-stage0, r=aturon | bors | -1/+13 |
| 2017-01-13 | rustbuild: Skip the build_helper crate in tests | Alex Crichton | -4/+10 |
| 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 | -26/+46 |
| 2017-01-12 | Auto merge of #38654 - alexcrichton:rustbuild-destdir, r=brson | bors | -24/+65 |
| 2017-01-10 | rustbuild: Don't enable debuginfo in rustc | Alex Crichton | -0/+16 |
| 2017-01-10 | Rollup merge of #38607 - estebank:test-for-36935, r=alexcrichton | Seo Sanghyeon | -4/+2 |
| 2017-01-09 | Auto merge of #38929 - Manishearth:compiler-docs, r=alexcrichton | bors | -9/+17 |
| 2017-01-08 | review comment | Esteban Küber | -2/+1 |
| 2017-01-08 | Don't restrict docs in compiler-docs mode | Manish Goregaokar | -9/+17 |
| 2017-01-09 | Auto merge of #38907 - alexcrichton:curl-retry, r=japaric | bors | -1/+1 |
| 2017-01-08 | Auto merge of #38853 - alexcrichton:better-dist, r=brson | bors | -2/+12 |
| 2017-01-07 | trying to figure out why this test failes, might need help | Esteban Küber | -1/+0 |
| 2017-01-07 | rustbuild: Pass --retry 3 to curl | Alex Crichton | -1/+1 |
| 2017-01-07 | Auto merge of #38858 - ollie27:rustbuild_docs_std, r=alexcrichton | bors | -1/+10 |
| 2017-01-06 | Move check-ui to fulldeps so librustc is available | Esteban Küber | -1/+1 |
| 2017-01-05 | rustbuild: Stop building docs for std dependancies | Oliver Middleton | -1/+10 |
| 2017-01-05 | rustbuild: Don't build target compilers in stage0 | Alex Crichton | -2/+12 |
| 2017-01-05 | Auto merge of #38731 - alexcrichton:supafast-cross-dist, r=brson | bors | -29/+446 |
| 2017-01-04 | rustbuild: Quickly `dist` cross-host compilers | Alex Crichton | -29/+446 |
| 2017-01-03 | rustbuild: Update where we look for mtime changes | Alex Crichton | -1/+1 |
| 2017-01-03 | rustbuild: Allow create_sysroot in stage0 | Alex Crichton | -5/+0 |
| 2017-01-02 | rustbuild: fix dist-analysis with full bootstrap disabled | Wang Xuerui | -1/+9 |
| 2017-01-01 | Auto merge of #38736 - xen0n:save-the-save-analysis, r=alexcrichton | bors | -1/+10 |
| 2016-12-31 | Auto merge of #38708 - alexcrichton:add-distcheck, r=brson | bors | -2/+16 |
| 2016-12-31 | rustbuild: fix save-analysis not being saved for 2-stage builds | Wang Xuerui | -4/+5 |
| 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 | -38/+57 |
| 2016-12-31 | rustbuild: check if compiler is final stage wrt the full bootstrap setting | Wang Xuerui | -0/+8 |
| 2016-12-30 | rustbuild: Add more deps on android-copy-libs | Alex Crichton | -7/+14 |
| 2016-12-30 | std: Don't build docs for misc facade crates | Alex Crichton | -1/+2 |
| 2016-12-30 | travis: Add a distcheck target | Alex Crichton | -2/+9 |
| 2016-12-30 | rustbuild: Fix source tarballs and the vendor dir | Alex Crichton | -0/+7 |
| 2016-12-30 | rustbuild: Compile all support tools in stage0 | Alex Crichton | -38/+57 |
| 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 | -8/+25 |
| 2016-12-29 | Merge branch 'aux-tests' of https://github.com/alexcrichton/rust into rollup | Alex Crichton | -12/+20 |
| 2016-12-29 | Merge branch 'rustbuild-llvm-targets' of https://github.com/xen0n/rust into r... | Alex Crichton | -2/+21 |