| Age | Commit message (Expand) | Author | Lines |
| 2016-11-15 | 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-07 | rustbuild: support MIPS host builds | Wang Xuerui | -0/+16 |
| 2016-11-05 | Only test docs and such for the host | Alex Crichton | -5/+14 |
| 2016-11-05 | Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollup | Alex Crichton | -20/+52 |
| 2016-11-05 | Fix tests from the rollup | Alex Crichton | -6/+64 |
| 2016-11-05 | Merge branch 'new-rustbuild' into rollup | Alex Crichton | -969/+1107 |
| 2016-11-03 | Set RUSTC_BOOTSTRAP to some value. | Brian Anderson | -1/+1 |
| 2016-11-02 | rustbuild: Rewrite user-facing interface | Alex Crichton | -969/+1107 |
| 2016-10-31 | rustbuild+configure: convert unix style paths on windows | Tim Neumann | -14/+37 |
| 2016-10-31 | rustbuild+configure: improve bin/exe joining | Tim Neumann | -3/+23 |
| 2016-10-31 | detect gdb version & rust support in compiletest | Tim Neumann | -5/+17 |
| 2016-10-30 | Use quieter test output when running tests on Travis CI. | Corey Farwell | -1/+18 |
| 2016-10-22 | Rollup merge of #37209 - srinivasreddy:bootstrap_bin, r=nrc | Guillaume Gomez | -13/+16 |
| 2016-10-20 | Auto merge of #37280 - alexcrichton:debuginfo, r=brson | bors | -0/+10 |
| 2016-10-19 | Enable line number debuginfo in releases | Alex Crichton | -0/+10 |
| 2016-10-19 | Detect local-rebuild by just the MAJOR.MINOR version | Josh Stone | -3/+3 |
| 2016-10-19 | Rollup merge of #37265 - brson:bootstrap, r=alexcrichton | Eduard-Mihai Burtescu | -14/+8 |
| 2016-10-19 | Allow bootstrapping without a key. Fixes #36548 | Brian Anderson | -14/+8 |
| 2016-10-16 | run rustfmt on bootstrap/bin folder | Srinivas Reddy Thatiparthy | -13/+16 |
| 2016-10-14 | Add AppVeyor configuration to the repo | Alex Crichton | -9/+21 |
| 2016-10-13 | rustbuild: Less panics in musl_root | Alex Crichton | -1/+2 |
| 2016-10-11 | Auto merge of #36983 - alexcrichton:configure-multiple-musl, r=brson | bors | -0/+30 |
| 2016-10-08 | rustbuild: Optimize build times slightly | Alex Crichton | -46/+27 |
| 2016-10-08 | Auto merge of #37039 - Manishearth:rollup, r=Manishearth | bors | -212/+75 |
| 2016-10-08 | Rollup merge of #37028 - alexcrichton:fix-deps, r=japaric | Manish Goregaokar | -1/+1 |
| 2016-10-07 | rustbuild: Use `cargo metadata` to learn about DAG | Alex Crichton | -61/+70 |
| 2016-10-07 | rustbuild: Fix dependencies of check-docs step | Alex Crichton | -1/+1 |
| 2016-10-07 | Use workspaces and switch to a single Cargo.lock. | Ahmed Charles | -189/+43 |
| 2016-10-06 | Prevent accidentally running 'make install' as sudo. | Ahmed Charles | -0/+4 |
| 2016-10-06 | Auto merge of #35641 - ahmedcharles:install, r=alexcrichton | bors | -7/+91 |
| 2016-10-05 | Add support for docdir, libdir and mandir. | Ahmed Charles | -5/+30 |
| 2016-10-05 | Install docs, std and rustc using results from dist. | Ahmed Charles | -6/+32 |
| 2016-10-05 | rustbuild: Add install target. #34675 | Ahmed Charles | -4/+37 |
| 2016-10-05 | configure: Add options for separate musl roots | Alex Crichton | -0/+30 |
| 2016-10-04 | rustbuild: Fix panic message when musl-root not set | Nick Stevens | -2/+2 |
| 2016-10-04 | rustbuild: Fix bug preventing per-target musl-root | Nick Stevens | -3/+5 |
| 2016-10-03 | Auto merge of #36847 - alexcrichton:rustc-macro-doc, r=nrc | bors | -1/+1 |
| 2016-10-01 | Auto merge of #36853 - TimNN:rustbuild-out-of-tree, r=alexcrichton | bors | -7/+12 |
| 2016-09-30 | Don't build any native compiler-builtin components for emscripten | Brian Anderson | -0/+7 |
| 2016-09-30 | Build a dummy alloc_jemalloc crate on platforms that don't support it | Brian Anderson | -9/+8 |
| 2016-09-30 | Cleanup bootstrap | Brian Anderson | -8/+8 |
| 2016-09-30 | rustbuild: Only build 'dist' when building the host | Brian Anderson | -1/+3 |
| 2016-09-30 | Update bootstrap and compiletest to use the detected nodejs | Brian Anderson | -1/+6 |
| 2016-09-30 | Tidy | Brian Anderson | -1/+2 |
| 2016-09-30 | Improve bootstrap crate testing for emscripten | Brian Anderson | -3/+14 |
| 2016-09-30 | Preliminary wasm32 support | Brian Anderson | -6/+6 |
| 2016-09-30 | Adapting bootstrap to run tests on asmjs. | Ross Schulman | -1/+22 |
| 2016-09-30 | Update gcc-rs for emscripten | Brian Anderson | -24/+24 |
| 2016-09-30 | Support emscripten in rustbuild | Brian Anderson | -1/+1 |