| Age | Commit message (Expand) | Author | Lines |
| 2016-10-19 | Detect local-rebuild by just the MAJOR.MINOR version | Josh Stone | -3/+3 |
| 2016-10-19 | Allow bootstrapping without a key. Fixes #36548 | Brian Anderson | -11/+6 |
| 2016-10-13 | rustbuild: Less panics in musl_root | Alex Crichton | -1/+2 |
| 2016-10-08 | rustbuild: Optimize build times slightly | Alex Crichton | -1/+0 |
| 2016-10-05 | rustbuild: Add install target. #34675 | Ahmed Charles | -0/+3 |
| 2016-10-01 | Auto merge of #36853 - TimNN:rustbuild-out-of-tree, r=alexcrichton | bors | -7/+12 |
| 2016-09-30 | Tidy | Brian Anderson | -1/+2 |
| 2016-09-30 | Support emscripten in rustbuild | Brian Anderson | -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 | rustbuild: Use current_dir instead of -C | Alex Crichton | -4/+12 |
| 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/+8 |
| 2016-09-25 | Auto merge of #36442 - alexcrichton:rustbuild-cross, r=brson | bors | -1/+5 |
| 2016-09-23 | rustbuild: Print out all build steps when --verbose | Brian Anderson | -1/+8 |
| 2016-09-15 | Auto merge of #36439 - alexcrichton:fix-rustbuild, r=japaric | bors | -0/+2 |
| 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 dependency tracking with new Cargo | Alex Crichton | -0/+2 |
| 2016-09-12 | crate-ify compiler-rt into compiler-builtins | Jorge Aparicio | -11/+0 |
| 2016-09-11 | Fix typo in bootstrap/lib.rs. | Ahmed Charles | -1/+1 |
| 2016-09-06 | add utility musl_root method, update config.toml.example | Jorge Aparicio | -0/+7 |
| 2016-08-29 | fix git submodule status check | king6cong | -1/+1 |
| 2016-08-28 | Auto merge of #36062 - japaric:smarter-submodules, r=alexcrichton | bors | -11/+79 |
| 2016-08-28 | fix tidy error | Jorge Aparicio | -1/+1 |
| 2016-08-27 | don't update the src/jemalloc submodule is jemalloc has been disabled | Jorge Aparicio | -1/+8 |
| 2016-08-27 | don't run codegen tests when they have been disabled | Jorge Aparicio | -2/+4 |
| 2016-08-27 | rustbuild: smarter `git submodule`-ing | Jorge Aparicio | -11/+72 |
| 2016-08-27 | Fixup rustbuild on #35124 | Manish Goregaokar | -4/+0 |
| 2016-08-23 | Update cargo bootstrap rev and add fix for cargo#3005 | Brian Anderson | -0/+4 |
| 2016-08-14 | Auto merge of #35666 - eddyb:rollup, r=eddyb | bors | -2/+7 |
| 2016-08-14 | Rollup merge of #35577 - japaric:relax, r=alexcrichton | Eduard-Mihai Burtescu | -2/+7 |
| 2016-08-12 | Produce source package in rust-installer format in addition to vanilla tarball | Diggory Blake | -0/+2 |
| 2016-08-11 | fix match | Jorge Aparicio | -1/+2 |
| 2016-08-10 | add -mrelax-relocations=no to i686-musl and i586-gnu | Jorge Aparicio | -2/+6 |
| 2016-08-10 | Improved checking of target's llvm_config | Cameron Hart | -0/+10 |
| 2016-08-02 | Fix style issues | m4b | -2/+2 |
| 2016-08-01 | Add -mrelax-relocations=no hacks to fix musl build | m4b | -0/+6 |
| 2016-07-26 | rustbuild: make backtraces (RUST_BACKTRACE) optional | Jorge Aparicio | -0/+3 |
| 2016-07-21 | Auto merge of #34715 - scottcarr:mir-test, r=nikomatsakis | bors | -0/+4 |
| 2016-07-20 | add mir optimization tests, dump-mir-dir option | Scott A Carr | -0/+4 |
| 2016-07-15 | rustbuild: If local-rust is the same as the current version, then force a loc... | Ximin Luo | -2/+15 |
| 2016-07-05 | rustbuild: Remove the `build` directory | Alex Crichton | -20/+862 |
| 2016-05-03 | rustbuild: Document many more parts of the build | Alex Crichton | -0/+9 |
| 2016-02-11 | Add a Cargo-based build system | Alex Crichton | -0/+28 |