| Age | Commit message (Expand) | Author | Lines |
| 2016-11-26 | Auto merge of #38008 - bluss:rustbuild-benches, r=alexcrichton | bors | -14/+88 |
| 2016-11-25 | rustbuild: Add bench subcommand | Ulrik Sverdrup | -14/+88 |
| 2016-11-23 | std: make compilation of libpanic_unwind optional via a Cargo feature | Jorge Aparicio | -1/+1 |
| 2016-11-19 | Auto merge of #37822 - cuviper:llvm-link-shared, r=alexcrichton | bors | -0/+5 |
| 2016-11-18 | Auto merge of #37769 - alexcrichton:rustbuild-python, r=brson | bors | -8/+38 |
| 2016-11-16 | rustbuild: allow dynamically linking LLVM | Josh Stone | -0/+5 |
| 2016-11-15 | Auto merge of #37742 - mrhota:llvm_debuginfo, r=alexcrichton | bors | -0/+1 |
| 2016-11-15 | Auto merge of #37672 - japaric:msp430, r=alexcrichton | bors | -1/+2 |
| 2016-11-14 | rustbuild: Tweak default rule inclusion | Alex Crichton | -2/+4 |
| 2016-11-14 | rustbuild: Allow configuration of python interpreter | Alex Crichton | -8/+38 |
| 2016-11-13 | Make LLVM debuginfo option names consistent | A.J. Gardner | -1/+1 |
| 2016-11-13 | Let rustbuild parse llvm debuginfo option | A.J. Gardner | -0/+1 |
| 2016-11-12 | oops, forgot to commit a rustbuild related file | Jorge Aparicio | -1/+2 |
| 2016-11-12 | Auto merge of #37611 - Mark-Simulacrum:tari-nodejs-runner-detect, r=alexcrichton | bors | -6/+9 |
| 2016-11-12 | Rollup merge of #37690 - TimNN:llvm-rel-dbg, r=alexcrichton | Eduard-Mihai Burtescu | -1/+14 |
| 2016-11-12 | Rollup merge of #37682 - cuviper:local-cargo, r=alexcrichton | Eduard-Mihai Burtescu | -1/+4 |
| 2016-11-12 | Rollup merge of #37584 - alexcrichton:travis, r=brson | Eduard-Mihai Burtescu | -1/+4 |
| 2016-11-11 | bootstrap: rust-docs is a default package | Brian Anderson | -0/+1 |
| 2016-11-11 | Move all Linux/OSX CI infastructure to Travis | Alex Crichton | -1/+4 |
| 2016-11-10 | compiletest: detect nodejs binary, allow override | Mark-Simulacrum | -6/+9 |
| 2016-11-10 | rustbuild: support RelWithDebInfo for llvm | Tim Neumann | -1/+14 |
| 2016-11-09 | rustbuild: enable an initial local cargo | Josh Stone | -1/+4 |
| 2016-11-09 | Rollup merge of #37524 - alexcrichton:vendor, r=brson | Eduard-Mihai Burtescu | -12/+106 |
| 2016-11-08 | rustbuild: Fix check-error-index step | Alex Crichton | -1/+3 |
| 2016-11-08 | rustbuild: Tweak for vendored dependencies | Alex Crichton | -12/+106 |
| 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 |