| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-09-30 | Configure LLVM to use js backend | Jan-Erik Rediger | -1/+1 |
| 2016-09-30 | rustdoc: Fix documenting rustc-macro crates | Alex Crichton | -1/+1 |
| 2016-09-30 | fix out-of-tree rustbuild | Tim Neumann | -7/+12 |
| 2016-09-29 | Auto merge of #36456 - alexcrichton:rustbuild-dont-use-c, r=jonathandturner | bors | -4/+12 |
| 2016-09-28 | Rollup merge of #36811 - brson:bootstrap, r=alexcrichton | Jonathan Turner | -17/+2 |
| 2016-09-28 | Rollup merge of #36803 - brson:node, r=alexcrichton | Jonathan Turner | -11/+19 |
| 2016-09-28 | rustbuild: Use current_dir instead of -C | Alex Crichton | -4/+12 |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -17/+2 |
| 2016-09-28 | Move nodejs detection into bootstrap | Brian Anderson | -11/+19 |
| 2016-09-27 | Remove requirement to use 10.7 (fixes macOS) | Jonathan Turner | -7/+0 |
| 2016-09-26 | Rollup merge of #36663 - brson:build-plan, r=alexcrichton | Jonathan Turner | -1/+11 |
| 2016-09-26 | Auto merge of #36719 - shepmaster:build-env-var-reporting, r=alexcrichton | bors | -8/+8 |
| 2016-09-25 | Auto merge of #36442 - alexcrichton:rustbuild-cross, r=brson | bors | -1/+5 |