| Age | Commit message (Expand) | Author | Lines |
| 2016-12-02 | configure: quote variables | Doug Goldstein | -2/+2 |
| 2016-12-02 | configure: only req CMake if we're building LLVM | Doug Goldstein | -1/+4 |
| 2016-11-21 | configure: Fix string equality | Brian Anderson | -1/+1 |
| 2016-11-19 | Auto merge of #37822 - cuviper:llvm-link-shared, r=alexcrichton | bors | -0/+1 |
| 2016-11-16 | rustbuild: allow dynamically linking LLVM | Josh Stone | -0/+1 |
| 2016-11-16 | Auto merge of #37607 - dns2utf8:doc_grammar, r=alexcrichton | bors | -0/+6 |
| 2016-11-16 | Fix grammar verification | Stefan Schindler | -0/+6 |
| 2016-11-15 | Auto merge of #37742 - mrhota:llvm_debuginfo, r=alexcrichton | bors | -0/+4 |
| 2016-11-13 | Make LLVM debuginfo option names consistent | A.J. Gardner | -3/+3 |
| 2016-11-12 | Add llvm debuginfo configure option | A.J. Gardner | -0/+4 |
| 2016-11-12 | also enable the MSP430 backend in Makefiles | Jorge Aparicio | -1/+1 |
| 2016-11-08 | rustbuild: Tweak for vendored dependencies | Alex Crichton | -0/+1 |
| 2016-11-05 | Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollup | Alex Crichton | -7/+0 |
| 2016-11-02 | Rollup merge of #37488 - frewsxcv:quiet-travis, r=alexcrichton | Jonathan Turner | -0/+1 |
| 2016-10-31 | detect gdb version & rust support in compiletest | Tim Neumann | -7/+0 |
| 2016-10-30 | Use quieter test output when running tests on Travis CI. | Corey Farwell | -0/+1 |
| 2016-10-30 | Add armv6l autodetection | Matwey V. Kornilov | -0/+5 |
| 2016-10-30 | Fix armv7 autodetection | Matwey V. Kornilov | -1/+1 |
| 2016-10-23 | configure: Disable debuginfo lines on MinGW | Alex Crichton | -2/+16 |
| 2016-10-19 | Enable line number debuginfo in releases | Alex Crichton | -1/+8 |
| 2016-10-12 | Rollup merge of #37091 - alexcrichton:configure, r=brson | Alex Crichton | -2/+2 |
| 2016-10-11 | configure: Fix gcc detection for LLVM | Alex Crichton | -2/+2 |
| 2016-10-11 | Auto merge of #36983 - alexcrichton:configure-multiple-musl, r=brson | bors | -9/+6 |
| 2016-10-06 | Turn on JSBackend in the makefiles | Brian Anderson | -1/+1 |
| 2016-10-05 | configure: Add options for separate musl roots | Alex Crichton | -9/+6 |
| 2016-09-28 | Rollup merge of #36803 - brson:node, r=alexcrichton | Jonathan Turner | -4/+0 |
| 2016-09-28 | Move nodejs detection into bootstrap | Brian Anderson | -4/+0 |
| 2016-09-25 | Haiku: add support for building on Haiku | Niels Sascha Reedijk | -0/+8 |
| 2016-09-24 | Rollup merge of #36500 - orbea:docdir, r=nikomatsakis | Guillaume Gomez | -1/+1 |
| 2016-09-15 | This installs documentation not man pages | orbea | -1/+1 |
| 2016-09-12 | Auto merge of #36360 - orbea:docdir, r=alexcrichton | bors | -0/+3 |
| 2016-09-11 | Auto merge of #36369 - uweigand:s390x, r=alexcrichton | bors | -0/+4 |
| 2016-09-09 | Add s390x support | Ulrich Weigand | -0/+4 |
| 2016-09-09 | Auto merge of #36256 - rjgoldsborough:make-configure-detect-nodejs-36207, r=a... | bors | -0/+4 |
| 2016-09-08 | Allow setting --docdir | orbea | -0/+3 |
| 2016-09-06 | detecting nodejs in configure | Jake Goldsborough | -0/+4 |
| 2016-09-04 | Auto merge of #36242 - semarie:local-rebuild, r=alexcrichton | bors | -1/+1 |
| 2016-09-03 | Auto merge of #36034 - ahmedcharles:orbit, r=eddyb | bors | -1/+0 |
| 2016-09-03 | Use libraries from local-rust-root directory in configure when using --enable... | Sébastien Marie | -1/+1 |
| 2016-09-02 | Remove --{enable|disable}-orbit from configure. | Ahmed Charles | -1/+0 |
| 2016-09-01 | configure: check if any of the arguments contain --help | Mohit Agarwal | -4/+8 |
| 2016-08-28 | build llvm with systemz backend enabled, and link to related libraries | Jorge Aparicio | -1/+1 |
| 2016-08-24 | Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. | Eduard Burtescu | -2/+0 |
| 2016-08-11 | Allow compiling against a custom LLVM 3.9 installation | Jake Goulding | -1/+1 |
| 2016-08-02 | Make --enable-orbit the default in ./configure. | Eduard Burtescu | -2/+2 |
| 2016-08-01 | Auto merge of #34743 - badboy:llvm-upgrade, r=eddyb | bors | -0/+6 |
| 2016-07-30 | Add ARM MUSL targets. | Timon Van Overveldt | -1/+1 |
| 2016-07-29 | configure: Fix grep invocation for llvm-mc argument | Alex Crichton | -1/+2 |
| 2016-07-29 | [LLVM-3.9] Pass correct relocation model flag | Jan-Erik Rediger | -0/+5 |
| 2016-07-16 | Auto merge of #34606 - mathstuf:llvm-with-ninja, r=alexcrichton | bors | -1/+16 |