| Age | Commit message (Expand) | Author | Lines |
| 2017-06-21 | Make rustc errors colorful. | Mark Simulacrum | -0/+32 |
| 2017-06-04 | rustc_llvm: re-run build script if config.toml changes | Venkata Giri Reddy | -0/+4 |
| 2017-06-02 | ci: Improve log output (mainly Travis). | kennytm | -0/+4 |
| 2017-05-30 | rustbuild: Fix copying duplicate crates into the sysroot | Alex Crichton | -84/+171 |
| 2017-04-29 | Update stage0 bootstrap compiler | Alex Crichton | -4/+1 |
| 2017-04-25 | Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. | kennytm | -0/+19 |
| 2017-04-21 | Update #[no_core] users with the "freeze" lang item. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-04-13 | rustbuild: Fix recompilation of stage0 tools dir | Alex Crichton | -9/+24 |
| 2017-03-18 | Auto merge of #40482 - wagenet:fix-old-macos, r=alexcrichton | bors | -0/+9 |
| 2017-03-14 | Target builds for older macOS | Peter Wagenet | -0/+9 |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -1/+1 |
| 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 |