| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-09-25 | Report which required build-time environment variable is not set | Jake Goulding | -8/+8 |
| 2016-09-23 | rustbuild: Print out all build steps when --verbose | Brian Anderson | -1/+11 |
| 2016-09-17 | inherit from object | Eitan Adler | -5/+6 |
| 2016-09-16 | Rollup merge of #36509 - nagisa:rustbuild-py3, r=alexcrichton | Jonathan Turner | -3/+5 |
| 2016-09-16 | Auto merge of #36441 - alexcrichton:rustbuild-target, r=brson | bors | -5/+7 |
| 2016-09-15 | Auto merge of #36213 - josephDunne:dist_version, r=brson | bors | -0/+8 |
| 2016-09-15 | Auto merge of #36439 - alexcrichton:fix-rustbuild, r=japaric | bors | -8/+39 |
| 2016-09-16 | Try to support py3 with rustbuild better | Simonas Kazlauskas | -3/+5 |
| 2016-09-13 | Auto merge of #36041 - ahmedcharles:try, r=nrc | bors | -1/+1 |
| 2016-09-12 | rustbuild: Nicer error for host builds of targets | Alex Crichton | -1/+5 |
| 2016-09-12 | rustbuild: Fix cross-compiles to MinGW on Linux | Alex Crichton | -5/+7 |
| 2016-09-12 | rustbuild: Fix dependency tracking with new Cargo | Alex Crichton | -8/+39 |
| 2016-09-12 | it's also compiler-rt.lib on windows-gnu | Jorge Aparicio | -1/+1 |
| 2016-09-12 | crate-ify compiler-rt into compiler-builtins | Jorge Aparicio | -419/+17 |
| 2016-09-11 | Fix typo in bootstrap/lib.rs. | Ahmed Charles | -1/+1 |
| 2016-09-09 | Auto merge of #36256 - rjgoldsborough:make-configure-detect-nodejs-36207, r=a... | bors | -0/+10 |
| 2016-09-08 | tweaking the nodejs cmd sanity check | Jake Goldsborough | -2/+2 |