| Age | Commit message (Expand) | Author | Lines |
| 2016-03-16 | Bump beta to .2 | Alex Crichton | -1/+1 |
| 2016-02-26 | Auto merge of #31846 - alexcrichton:better-disable-jemallc, r=brson | bors | -20/+68 |
| 2016-02-25 | mk: Move disable-jemalloc logic into makefiles | Alex Crichton | -20/+68 |
| 2016-02-26 | Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichton | bors | -15/+16 |
| 2016-02-25 | Rollup merge of #31800 - alexcrichton:armv6-plz, r=brson | Manish Goregaokar | -4/+4 |
| 2016-02-24 | Recurse to find test files in any subdirectory of the base path. If a | Niko Matsakis | -15/+16 |
| 2016-02-22 | Eradicate last vestiges of armv6 | petevine | -1/+1 |
| 2016-02-20 | mk: Add missing rustbuild dirs to `dist` | Alex Crichton | -0/+3 |
| 2016-02-20 | mk: Specify armv6 for gcc on arm-unknown-linux-* | Alex Crichton | -4/+4 |
| 2016-02-16 | Auto merge of #31672 - semarie:rmake-cxx, r=alexcrichton | bors | -1/+2 |
| 2016-02-16 | pass CXX to run-make | Sébastien Marie | -1/+2 |
| 2016-02-14 | Rename `error-index-generator` to `error_index_generator` | Dirk Gadsden | -9/+9 |
| 2016-02-14 | std: Stop prefixing jemalloc symbols | Alex Crichton | -2/+10 |
| 2016-02-14 | Auto merge of #31391 - frewsxcv:test, r=alexcrichton | bors | -1/+2 |
| 2016-02-13 | Add LLVM ModulePass regression test using run-make. | Corey Farwell | -1/+2 |
| 2016-02-13 | Add a new i586 Linux target | petevine | -0/+23 |
| 2016-02-12 | Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson | bors | -11/+41 |
| 2016-02-11 | rustc_back: Fix disabling jemalloc | Alex Crichton | -2/+1 |
| 2016-02-11 | rustc_llvm: Tweak how initialization is performed | Alex Crichton | -1/+1 |
| 2016-02-09 | Allow registering MIR-passes through compiler plugins | Oliver Schneider | -1/+1 |
| 2016-02-09 | Update Makefile | Guillaume Gomez | -11/+41 |
| 2016-02-06 | Add support for i686-unknown-linux-musl | Brian Anderson | -0/+31 |
| 2016-02-06 | Add the asmjs-unknown-emscripten triple. Add cfgs to libs. | Brian Anderson | -0/+42 |
| 2016-02-05 | Auto merge of #31388 - gmbonnet:compiler-rt-werror, r=alexcrichton | bors | -1/+1 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -0/+23 |
| 2016-02-03 | compiler-rt: Handle -Werror=* arguments in CFLAGS | Guillaume Bonnet | -1/+1 |
| 2016-02-01 | Revert "mk: fix some undefined variable warnings" | Alex Crichton | -66/+57 |
| 2016-02-01 | Auto merge of #30367 - tamird:fix-makefile-bugs, r=alexcrichton | bors | -57/+66 |
| 2016-02-01 | Auto merge of #31303 - alexcrichton:mips-warnings, r=aturon | bors | -2/+2 |
| 2016-02-01 | mk: fix some undefined variable warnings | Tamir Duberstein | -57/+66 |
| 2016-01-31 | Fix the armv7 linux target | petevine | -2/+2 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -0/+23 |
| 2016-01-31 | Auto merge of #31298 - japaric:mips-musl, r=alexcrichton | bors | -0/+48 |
| 2016-01-30 | rustc: set MIPS cpu/features in the compiler | Jorge Aparicio | -2/+2 |
| 2016-01-30 | revert changes used for local testing | Jorge Aparicio | -8/+8 |
| 2016-01-30 | Auto merge of #31274 - brson:nobench, r=nikomatsakis | bors | -18/+4 |
| 2016-01-30 | Rollup merge of #31290 - alexcrichton:fix-powerpc64, r=brson | Manish Goregaokar | -3/+4 |
| 2016-01-29 | rustc: Set MIPS cpu/features in the compiler | Alex Crichton | -2/+2 |
| 2016-01-30 | Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakis | bors | -0/+2 |
| 2016-01-29 | Get tests working on MSVC 32-bit | Alex Crichton | -0/+2 |
| 2016-01-29 | add support for mips(el)-unknown-linux-musl | Jorge Aparicio | -0/+48 |
| 2016-01-29 | Remove src/test/bench | Brian Anderson | -18/+4 |
| 2016-01-29 | mk: Fix cross-compiling to armv7-unknown-linux-gnu | Alex Crichton | -3/+3 |
| 2016-01-29 | mk: Fix compiling jemalloc for powerpc64 | Alex Crichton | -0/+1 |
| 2016-01-29 | Rollup merge of #31276 - alexcrichton:fix-powerpc64-cross-prefix, r=brson | Manish Goregaokar | -1/+1 |
| 2016-01-29 | Rollup merge of #31252 - alexcrichton:ios-old-mac, r=brson | Manish Goregaokar | -2/+2 |
| 2016-01-29 | Auto merge of #30948 - fabricedesre:rpi2, r=alexcrichton | bors | -0/+26 |
| 2016-01-28 | mk: Fix cross prefix for powerpc64 | Alex Crichton | -1/+1 |
| 2016-01-29 | Auto merge of #30900 - michaelwoerister:trans_item_collect, r=nikomatsakis | bors | -1/+11 |
| 2016-01-28 | Add support for armv7 toolchains | Fabrice Desré | -0/+26 |