| Age | Commit message (Expand) | Author | Lines |
| 2017-03-10 | Don't put Cargo into the rustc workspace | Alex Crichton | -1/+4 |
| 2017-03-03 | rustbuild: Add support for compiling Cargo | Alex Crichton | -7/+27 |
| 2017-02-24 | Auto merge of #39892 - petrochenkov:rt, r=alexcrichton | bors | -13/+21 |
| 2017-02-21 | test: Verify all sysroot crates are unstable | Alex Crichton | -2/+2 |
| 2017-02-18 | Rebuild mingw startup objects only when necessary | Vadim Petrochenkov | -13/+21 |
| 2017-02-08 | Rollup merge of #38699 - japaric:lsan, r=alexcrichton | Corey Farwell | -0/+11 |
| 2017-02-08 | build/test the sanitizers only when --enable-sanitizers is used | Jorge Aparicio | -4/+3 |
| 2017-02-08 | sanitizer support | Jorge Aparicio | -0/+12 |
| 2017-02-07 | Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brson | Corey Farwell | -4/+4 |
| 2017-02-02 | Build libbacktrace/jemalloc only when their timestamps are older than sources | Vadim Petrochenkov | -2/+2 |
| 2017-01-29 | Add support for test suites emulated in QEMU | Alex Crichton | -4/+4 |
| 2017-01-21 | Auto merge of #39206 - MJDSys:fix_rustbuild_libdir, r=alexcrichton | bors | -2/+8 |
| 2017-01-21 | Auto merge of #39086 - aidanhs:aphs-local-rebuild-no-jemalloc, r=alexcrichton | bors | -1/+10 |
| 2017-01-20 | More test fixes from rollup | Alex Crichton | -1/+5 |
| 2017-01-20 | Fix rustbuild to work with --libdir. | Matthew Dawson | -2/+8 |
| 2017-01-16 | Expose a feature to force use of alloc_system, teach rustbuild | Aidan Hobson Sayers | -1/+10 |
| 2017-01-12 | travis: Start uploading artifacts on commits | Alex Crichton | -19/+31 |
| 2017-01-12 | Auto merge of #38654 - alexcrichton:rustbuild-destdir, r=brson | bors | -1/+1 |
| 2017-01-10 | rustbuild: Don't enable debuginfo in rustc | Alex Crichton | -0/+7 |
| 2017-01-03 | rustbuild: Update where we look for mtime changes | Alex Crichton | -1/+1 |
| 2017-01-03 | rustbuild: Allow create_sysroot in stage0 | Alex Crichton | -5/+0 |
| 2016-12-30 | rustbuild: Compile all support tools in stage0 | Alex Crichton | -0/+5 |
| 2016-12-29 | A few small test fixes and such from rollup | Alex Crichton | -7/+17 |
| 2016-12-28 | rustbuild: Compile rustc twice, not thrice | Alex Crichton | -47/+45 |
| 2016-12-28 | rustbuild: Implement DESTDIR support | Alex Crichton | -1/+1 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+2 |
| 2016-11-16 | rustbuild: allow dynamically linking LLVM | Josh Stone | -0/+3 |
| 2016-11-02 | rustbuild: Rewrite user-facing interface | Alex Crichton | -11/+17 |
| 2016-10-19 | Allow bootstrapping without a key. Fixes #36548 | Brian Anderson | -2/+1 |
| 2016-10-04 | rustbuild: Fix bug preventing per-target musl-root | Nick Stevens | -3/+3 |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -15/+1 |
| 2016-09-16 | Auto merge of #36441 - alexcrichton:rustbuild-target, r=brson | bors | -5/+7 |
| 2016-09-15 | Auto merge of #36439 - alexcrichton:fix-rustbuild, r=japaric | bors | -8/+37 |
| 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/+37 |
| 2016-09-12 | crate-ify compiler-rt into compiler-builtins | Jorge Aparicio | -7/+15 |
| 2016-09-07 | Auto merge of #36292 - japaric:musl-root, r=alexcrichton | bors | -2/+2 |
| 2016-09-06 | add utility musl_root method, update config.toml.example | Jorge Aparicio | -2/+1 |
| 2016-09-06 | rustbuild: per target musl-root | Jorge Aparicio | -2/+3 |
| 2016-09-04 | Auto merge of #36144 - japaric:rustbuild-musl, r=alexcrichton | bors | -3/+3 |
| 2016-09-02 | Transition Travis CI to use rustbuild. | Corey Farwell | -0/+4 |
| 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-10 | Improved checking of target's llvm_config | Cameron Hart | -1/+1 |
| 2016-08-06 | Merge branch 'master' into issue-30961 | Cameron Hart | -2/+1 |
| 2016-07-30 | Add ARM MUSL targets. | Timon Van Overveldt | -2/+1 |
| 2016-07-29 | Make rust build pass LLVM_RUSTLLVM to C++ compiler | Cameron Hart | -0/+4 |
| 2016-07-05 | rustbuild: Remove the `build` directory | Alex Crichton | -0/+360 |