| Age | Commit message (Expand) | Author | Lines |
| 2017-03-21 | rustbuild: Don't hardcode 'nightly' for Cargo | Alex Crichton | -0/+5 |
| 2017-03-19 | Rollup merge of #40554 - nrc:rls-data, r=alexcrichton | Corey Farwell | -2/+23 |
| 2017-03-17 | Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-03-17 | Fix handlebars failure by using the `rustbuild` feature less indiscriminately. | Nick Cameron | -2/+23 |
| 2017-03-15 | Auto merge of #40383 - ishitatsuyuki:easy-dist-analysis, r=alexcrichton | bors | -1/+1 |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -1/+1 |
| 2017-03-12 | Update Cargo to fix nightly channel | Alex Crichton | -1/+1 |
| 2017-03-11 | Auto merge of #40199 - alexcrichton:doc-proc-macro, r=brson | bors | -0/+7 |
| 2017-03-11 | rustbuild: Make save-analysis an option | Tatsuyuki Ishi | -1/+1 |
| 2017-03-10 | Don't put Cargo into the rustc workspace | Alex Crichton | -1/+17 |
| 2017-03-10 | rustbuild: Build documentation for `proc_macro` | Alex Crichton | -0/+7 |
| 2017-03-05 | cleanup: remove the *san Cargo features from std | Jorge Aparicio | -1/+1 |
| 2017-03-04 | Support combination MSVC + Ninja | Vadim Petrochenkov | -1/+1 |
| 2017-03-03 | rustbuild: Add support for compiling Cargo | Alex Crichton | -24/+113 |
| 2017-02-25 | Rollup merge of #40019 - alexcrichton:fix-musl, r=brson | Eduard-Mihai Burtescu | -11/+0 |
| 2017-02-21 | travis: Move -mrelax-relocations to Docker config | Alex Crichton | -11/+0 |
| 2017-02-16 | [rustbuild] add a way to run command after failure | Simonas Kazlauskas | -0/+4 |
| 2017-02-14 | Automatically vendor Cargo deps when building the source tarballs. | Eduard-Mihai Burtescu | -0/+3 |
| 2017-02-08 | Rollup merge of #38699 - japaric:lsan, r=alexcrichton | Corey Farwell | -1/+2 |
| 2017-02-08 | build/test the sanitizers only when --enable-sanitizers is used | Jorge Aparicio | -4/+0 |
| 2017-02-08 | sanitizer support | Jorge Aparicio | -1/+6 |
| 2017-02-07 | Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brson | Corey Farwell | -0/+11 |
| 2017-02-02 | Build libbacktrace/jemalloc only when their timestamps are older than sources | Vadim Petrochenkov | -17/+3 |
| 2017-02-02 | rustbuild: Build jemalloc and libbacktrace only once (take 2) | Vadim Petrochenkov | -2/+8 |
| 2017-01-29 | Add support for test suites emulated in QEMU | Alex Crichton | -0/+11 |
| 2017-01-24 | rustbuild: Start building --enable-extended | Alex Crichton | -0/+4 |
| 2017-01-01 | Auto merge of #38736 - xen0n:save-the-save-analysis, r=alexcrichton | bors | -1/+10 |
| 2016-12-31 | rustbuild: fix save-analysis not being saved for 2-stage builds | Wang Xuerui | -4/+5 |
| 2016-12-31 | rustbuild: check if compiler is final stage wrt the full bootstrap setting | Wang Xuerui | -0/+8 |
| 2016-12-30 | rustbuild: Compile all support tools in stage0 | Alex Crichton | -2/+10 |
| 2016-12-28 | rustbuild: Compile rustc twice, not thrice | Alex Crichton | -3/+25 |
| 2016-12-20 | Merge branch 'rustbuild-warnings' of https://github.com/alexcrichton/rust int... | Alex Crichton | -0/+2 |
| 2016-12-20 | rustbuild: Deny and fix warnings | Alex Crichton | -0/+2 |
| 2016-12-20 | Find FileCheck using llvm-config | Seo Sanghyeon | -1/+2 |
| 2016-12-19 | add and document `--incremental` flag along with misc other changes | Niko Matsakis | -2/+20 |
| 2016-12-09 | Create tar balls of save-analysis-api metadata for the standard libraries as ... | Nick Cameron | -0/+4 |
| 2016-12-07 | mk: Switch rustbuild to the default build system | Alex Crichton | -5/+91 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -14/+2 |
| 2016-11-26 | Auto merge of #38008 - bluss:rustbuild-benches, r=alexcrichton | bors | -1/+3 |
| 2016-11-25 | rustbuild: Add bench subcommand | Ulrik Sverdrup | -1/+3 |
| 2016-11-23 | std: make compilation of libpanic_unwind optional via a Cargo feature | Jorge Aparicio | -1/+1 |
| 2016-11-14 | rustbuild: Allow configuration of python interpreter | Alex Crichton | -0/+5 |
| 2016-11-08 | rustbuild: Tweak for vendored dependencies | Alex Crichton | -0/+3 |
| 2016-11-05 | Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollup | Alex Crichton | -2/+0 |
| 2016-11-05 | Merge branch 'new-rustbuild' into rollup | Alex Crichton | -245/+26 |
| 2016-11-03 | Set RUSTC_BOOTSTRAP to some value. | Brian Anderson | -1/+1 |
| 2016-11-02 | rustbuild: Rewrite user-facing interface | Alex Crichton | -245/+26 |
| 2016-10-31 | detect gdb version & rust support in compiletest | Tim Neumann | -2/+0 |
| 2016-10-20 | Auto merge of #37280 - alexcrichton:debuginfo, r=brson | bors | -0/+1 |
| 2016-10-19 | Enable line number debuginfo in releases | Alex Crichton | -0/+1 |