| Age | Commit message (Expand) | Author | Lines |
| 2016-11-03 | Set RUSTC_BOOTSTRAP to some value. | Brian Anderson | -1/+1 |
| 2016-11-03 | Allow bootstrapping without a key. Fixes #36548 | Brian Anderson | -14/+8 |
| 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 |
| 2016-09-07 | Auto merge of #36292 - japaric:musl-root, r=alexcrichton | bors | -10/+22 |
| 2016-09-07 | moving nodejs detection logic to configure and adding | Jake Goldsborough | -1/+5 |
| 2016-09-06 | add utility musl_root method, update config.toml.example | Jorge Aparicio | -8/+15 |
| 2016-09-06 | detecting nodejs in configure | Jake Goldsborough | -12/+0 |
| 2016-09-06 | adding a check to sanity to look for the nodejs command | Jake Goldsborough | -0/+6 |
| 2016-09-06 | rustbuild: per target musl-root | Jorge Aparicio | -6/+11 |
| 2016-09-04 | Auto merge of #36144 - japaric:rustbuild-musl, r=alexcrichton | bors | -3/+3 |
| 2016-09-04 | Rollup merge of #36234 - durka:disable-codegen-config, r=alexcrichton | Manish Goregaokar | -0/+6 |
| 2016-09-04 | Rollup merge of #36231 - durka:patch-29, r=alexcrichton | Manish Goregaokar | -0/+3 |
| 2016-09-03 | adding a check to bootstrap script | Jake Goldsborough | -0/+12 |
| 2016-09-03 | Add rustc version info (git hash + date) to dist tarball | Joseph Dunne | -0/+8 |
| 2016-09-03 | rustbuild: add config.toml option to disable codegen tests | Alex Burka | -0/+6 |
| 2016-09-03 | change wording | Alex Burka | -1/+2 |
| 2016-09-02 | indicate where to copy config.toml.example | Alex Burka | -0/+2 |
| 2016-09-02 | Rollup merge of #36198 - alexcrichton:fix-travis, r=brson | Jonathan Turner | -1/+3 |
| 2016-09-02 | Rollup merge of #36180 - frewsxcv:patch-33, r=alexcrichton | Jonathan Turner | -0/+4 |
| 2016-09-02 | Transition Travis CI to use rustbuild. | Corey Farwell | -0/+4 |
| 2016-09-01 | test: Add a min-llvm-version directive | Alex Crichton | -1/+3 |
| 2016-08-30 | copy_third_party_objects -> copy_musl_third_party_objects | Jorge Aparicio | -2/+2 |
| 2016-08-30 | rustbuild: fix building std for musl targets | Jorge Aparicio | -3/+3 |
| 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-28 | Auto merge of #36055 - japaric:rustbuild-no-filecheck, r=alexcrichton | bors | -3/+8 |
| 2016-08-28 | Auto merge of #36028 - japaric:s390x, r=alexcrichton | bors | -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 |