| Age | Commit message (Expand) | Author | Lines |
| 2016-05-22 | mk: Add --enable-local-rebuild to bootstrap from the current release | Josh Stone | -0/+11 |
| 2016-05-07 | Add armv7-linux-androideabi target. | Nerijus Arlauskas | -1/+12 |
| 2016-04-29 | configure: Add a sanity check for tarballs without submodules | Brian Anderson | -0/+13 |
| 2016-04-23 | Auto merge of #33084 - alexcrichton:osx-python-sanity, r=michaelwoerister | bors | -0/+13 |
| 2016-04-22 | configure: Move --disable-option-checking to a more appropriate location | Guillaume Bonnet | -1/+1 |
| 2016-04-22 | configure: Support --disable-option-checking | Guillaume Bonnet | -2/+6 |
| 2016-04-19 | mk: Force system python for LLDB tests on OSX | Alex Crichton | -0/+13 |
| 2016-04-07 | Rollup merge of #32731 - alexcrichton:known-bootstrap-key, r=brson | Manish Goregaokar | -12/+0 |
| 2016-04-04 | mk: Hardcode the bootstrap key for each release | Alex Crichton | -12/+0 |
| 2016-04-03 | mk: Add configure option for disabling codegen tests | Alex Crichton | -1/+4 |
| 2016-03-29 | mk: A few build fixes for i586-pc-windows-msvc | Alex Crichton | -1/+1 |
| 2016-03-24 | configure: update required LLVM version | Doug Goldstein | -2/+2 |
| 2016-03-22 | Added version 7.3* for Apple's clang compiler | ituxbag | -1/+1 |
| 2016-03-17 | Add -Z orbit for forcing MIR for everything, unless #[rustc_no_mir] is used. | Eduard Burtescu | -0/+3 |
| 2016-02-25 | mk: Move disable-jemalloc logic into makefiles | Alex Crichton | -30/+1 |
| 2016-02-20 | Auto merge of #31620 - alexcrichton:fix-out-of-tree-builds, r=brson | bors | -81/+85 |
| 2016-02-13 | configure: require Python 2.7 | Robin Kruppe | -3/+3 |
| 2016-02-12 | rustbuild: Don't make any directories when enabled | Alex Crichton | -81/+85 |
| 2016-02-11 | configure: Add an option to use the cargo build system | Alex Crichton | -3/+15 |
| 2016-02-11 | configure: Remove default NDK path value | Alex Crichton | -1/+1 |
| 2016-02-06 | Add the asmjs-unknown-emscripten triple. Add cfgs to libs. | Brian Anderson | -0/+6 |
| 2016-01-31 | Apply several fixes for Illumos support | Nikita Baksalyar | -3/+3 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -0/+13 |
| 2016-01-31 | Auto merge of #31298 - japaric:mips-musl, r=alexcrichton | bors | -1/+1 |
| 2016-01-29 | configure: Remove compatibility hacks for windows triples | Brian Anderson | -14/+0 |
| 2016-01-29 | add support for mips(el)-unknown-linux-musl | Jorge Aparicio | -1/+1 |
| 2016-01-26 | Implement the translation item collector. | Michael Woerister | -0/+1 |
| 2016-01-24 | fix condition for clang | mopp | -1/+1 |
| 2016-01-21 | configure: Do not generate two stage0 rustlib dirs when --libdir is set | Guillaume Bonnet | -1/+7 |
| 2016-01-20 | Auto merge of #30985 - alexcrichton:downgrade-jemaloc, r=brson | bors | -1/+8 |
| 2016-01-20 | Downgrade bundled jemalloc version | Alex Crichton | -1/+8 |
| 2016-01-18 | Enumerate acceptable clang versions | Martin | -1/+1 |
| 2016-01-18 | Allow clang 7.x in configuration | Martin | -1/+1 |
| 2016-01-13 | Add powerpc64 and powerpc64le support | Anton Blanchard | -4/+9 |
| 2015-12-29 | configure: Add --extra-filename flag | Brian Anderson | -0/+1 |
| 2015-12-23 | Rollup merge of #30251 - nodakai:patch-1, r=pnkfelix | Steve Klabnik | -8/+11 |
| 2015-12-23 | Auto merge of #30353 - alexcrichton:rpath-by-default, r=brson | bors | -1/+1 |
| 2015-12-22 | configure: test $SHELL's permission | Kai Noda | -8/+11 |
| 2015-12-19 | Add PNaCl target info to the makefile target cfgs and initialize the PNaCl ta... | Richard Diamond | -1/+8 |
| 2015-12-13 | Better support for `--llvm-root`. | Richard Diamond | -1/+9 |
| 2015-12-12 | configure: Enable -C rpath by default | Alex Crichton | -1/+1 |
| 2015-12-01 | Auto merge of #29858 - fhahn:abort-if-path-has-spaces, r=brson | bors | -0/+10 |
| 2015-11-20 | Set CFLAGS/LDFLAGS/etc according to Debian policy | Angus Lees | -4/+5 |
| 2015-11-16 | Abort configure if source path contains spaces, closes #18477 | Florian Hahn | -0/+10 |
| 2015-11-04 | Auto merge of #29478 - angelsl:msvc2, r=alexcrichton | bors | -19/+27 |
| 2015-11-04 | Build compiler-rt/builtins with MSVC | angelsl | -19/+27 |
| 2015-10-31 | Windows: Move target libraries to $rustroot/lib/rustlib/... - for symmetry wi... | Vadim Chugunov | -17/+3 |
| 2015-10-30 | Revert "Build compiler-rt/builtins with MSVC" | Alex Crichton | -27/+19 |
| 2015-10-28 | Build compiler-rt/builtins with MSVC | angelsl | -19/+27 |
| 2015-10-05 | Auto merge of #28717 - nagisa:optional-no-landing-pads, r=alexcrichton | bors | -0/+1 |