| Age | Commit message (Expand) | Author | Lines |
| 2017-04-20 | Add x86_64-linux-android target | Marco A L Barbosa | -0/+6 |
| 2017-04-10 | Remove --enable-save-analysis configure flag | Nick Cameron | -4/+0 |
| 2017-03-21 | appveyor: Use Ninja to build LLVM on MinGW | Alex Crichton | -3/+3 |
| 2017-03-15 | Auto merge of #40383 - ishitatsuyuki:easy-dist-analysis, r=alexcrichton | bors | -0/+4 |
| 2017-03-12 | Default llvm.clean-rebuild to false | Vadim Petrochenkov | -1/+1 |
| 2017-03-12 | rustbuild: Add option for enabling partial LLVM rebuilds | Vadim Petrochenkov | -0/+4 |
| 2017-03-11 | configure: Remove --build detection | Alex Crichton | -8/+7 |
| 2017-03-11 | rustbuild: Make save-analysis an option | Tatsuyuki Ishi | -0/+4 |
| 2017-03-09 | rustbuild: expose LLVM_PARALLEL_LINK_JOBS | Robin Kruppe | -0/+3 |
| 2017-03-03 | rustbuild: Add support for compiling Cargo | Alex Crichton | -0/+4 |
| 2017-02-15 | travis: Disable source tarballs on most builders | Alex Crichton | -0/+5 |
| 2017-02-14 | Automatically vendor Cargo deps when building the source tarballs. | Eduard-Mihai Burtescu | -0/+4 |
| 2017-02-09 | Merge branch 'master' of git://github.com/rust-lang/rust | Marc-Antoine Perennou | -0/+13 |
| 2017-02-08 | Rollup merge of #38699 - japaric:lsan, r=alexcrichton | Corey Farwell | -0/+4 |
| 2017-02-08 | build/test the sanitizers only when --enable-sanitizers is used | Jorge Aparicio | -3/+4 |
| 2017-02-08 | sanitizer support | Jorge Aparicio | -0/+3 |
| 2017-02-07 | Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brson | Corey Farwell | -0/+9 |
| 2017-02-06 | rustbuild: support setting verbosity in config.toml | Marc-Antoine Perennou | -0/+2 |
| 2017-01-29 | Add support for test suites emulated in QEMU | Alex Crichton | -0/+9 |
| 2017-01-29 | Bootstrap: append libjemalloc_pic.a | Tatsuyuki Ishi | -1/+1 |
| 2017-01-25 | rustbuild: Add manifest generation in-tree | Alex Crichton | -0/+19 |
| 2017-01-24 | rustbuild: Start building --enable-extended | Alex Crichton | -0/+4 |
| 2017-01-20 | Fix rustbuild to work with --libdir. | Matthew Dawson | -0/+4 |
| 2017-01-12 | Auto merge of #38654 - alexcrichton:rustbuild-destdir, r=brson | bors | -9/+15 |
| 2017-01-10 | rustbuild: Don't enable debuginfo in rustc | Alex Crichton | -0/+4 |
| 2016-12-30 | travis: Add a distcheck target | Alex Crichton | -0/+6 |
| 2016-12-29 | Merge branch 'rustbuild-llvm-targets' of https://github.com/xen0n/rust into r... | Alex Crichton | -0/+3 |
| 2016-12-28 | rustbuild: Compile rustc twice, not thrice | Alex Crichton | -0/+4 |
| 2016-12-29 | rustbuild: allow overriding list of LLVM targets to build | Wang Xuerui | -0/+3 |
| 2016-12-28 | rustbuild: Implement DESTDIR support | Alex Crichton | -9/+15 |
| 2016-12-20 | Rollup merge of #38388 - redox-os:config_toml_prefix, r=alexcrichton | Alex Crichton | -0/+12 |
| 2016-12-19 | Remove trailing whitespace | Jeremy Soller | -1/+1 |
| 2016-12-19 | Move prefix to [install] section | Jeremy Soller | -2/+12 |
| 2016-12-19 | add and document `--incremental` flag along with misc other changes | Niko Matsakis | -1/+9 |
| 2016-12-15 | Add prefix to config.toml | Jeremy Soller | -0/+2 |
| 2016-12-14 | rustbuild: Add sccache support | Alex Crichton | -4/+29 |
| 2016-11-19 | Auto merge of #37822 - cuviper:llvm-link-shared, r=alexcrichton | bors | -0/+2 |
| 2016-11-18 | Auto merge of #37769 - alexcrichton:rustbuild-python, r=brson | bors | -0/+7 |
| 2016-11-16 | rustbuild: allow dynamically linking LLVM | Josh Stone | -0/+2 |
| 2016-11-14 | rustbuild: Allow configuration of python interpreter | Alex Crichton | -0/+7 |
| 2016-11-13 | Make LLVM debuginfo option names consistent | A.J. Gardner | -1/+1 |
| 2016-11-13 | Let rustbuild parse llvm debuginfo option | A.J. Gardner | -0/+1 |
| 2016-11-12 | Auto merge of #37611 - Mark-Simulacrum:tari-nodejs-runner-detect, r=alexcrichton | bors | -0/+2 |
| 2016-11-10 | compiletest: detect nodejs binary, allow override | Mark-Simulacrum | -0/+2 |
| 2016-11-10 | rustbuild: support RelWithDebInfo for llvm | Tim Neumann | -0/+3 |
| 2016-11-08 | rustbuild: Tweak for vendored dependencies | Alex Crichton | -0/+4 |
| 2016-11-05 | Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollup | Alex Crichton | -15/+23 |
| 2016-11-05 | Fix tests from the rollup | Alex Crichton | -0/+24 |
| 2016-10-31 | rustbuild+configure: convert unix style paths on windows | Tim Neumann | -14/+37 |
| 2016-10-31 | rustbuild+configure: improve bin/exe joining | Tim Neumann | -3/+5 |