| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-01-27 | mk: Remove the -mfpu=vfp4 argument from arm iOS | Alex Crichton | -2/+2 |
| 2016-01-26 | Implement the translation item collector. | Michael Woerister | -1/+11 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -8/+0 |
| 2016-01-21 | mk: Remove all perf-related targets | Alex Crichton | -75/+2 |
| 2016-01-21 | move more checks out of librustc | Oliver Schneider | -1/+1 |
| 2016-01-20 | Bump version to 1.8 | Brian Anderson | -1/+1 |
| 2016-01-16 | Auto merge of #30930 - oli-obk:fix/30887, r=arielb1 | bors | -2/+3 |
| 2016-01-16 | libsyntax: accept only whitespace with the PATTERN_WHITE_SPACE property | Kevin Butler | -1/+1 |
| 2016-01-15 | move const block checks before lowering step | Oliver Schneider | -2/+3 |
| 2016-01-15 | Rollup merge of #30776 - antonblanchard:powerpc64_merge, r=alexcrichton | Manish Goregaokar | -0/+48 |
| 2016-01-14 | Rollup merge of #30874 - dhuseby:fixing_bitrig_tests, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-01-14 | Rollup merge of #30863 - jseyfried:no_rc, r=eddyb | Manish Goregaokar | -1/+1 |
| 2016-01-13 | Fixes #30873 | Dave Huseby | -1/+1 |
| 2016-01-13 | Auto merge of #30794 - joerg-krause:fix-arm-unknown-linux-gnueabi-float-abi, ... | bors | -2/+2 |
| 2016-01-13 | Add powerpc64 and powerpc64le support | Anton Blanchard | -0/+48 |
| 2016-01-13 | resolve: use arena allocation instead of reference counting for `Module`s to ... | Jeffrey Seyfried | -1/+1 |
| 2016-01-12 | Auto merge of #30678 - Amanieu:no_elf_tls, r=alexcrichton | bors | -4/+0 |
| 2016-01-12 | Auto merge of #30599 - brson:extra, r=alexcrichton | bors | -1/+1 |
| 2016-01-11 | Replace no_elf_tls with target_thread_local | Amanieu d'Antras | -4/+0 |
| 2016-01-09 | Fix arm-unknown-linux-gnueabi floating-point ABI | Jörg Krause | -2/+2 |
| 2016-01-06 | finish enabling -C rpath by default in rustc. See #30353. | Felix S. Klock II | -1/+1 |
| 2015-12-31 | Rollup merge of #30365 - tamird:update-valgrind, r=pnkfelix | Simonas Kazlauskas | -3/+7 |
| 2015-12-29 | configure: Add --extra-filename flag | Brian Anderson | -1/+1 |
| 2015-12-22 | Auto merge of #30175 - alexcrichton:less-c-code, r=brson | bors | -4/+2 |
| 2015-12-21 | std: Remove rust_builtin C support library | Alex Crichton | -4/+2 |
| 2015-12-21 | Auto merge of #30434 - alexcrichton:update-jemalloc, r=alexcrichton | bors | -5/+18 |
| 2015-12-21 | std: Update jemalloc version | Alex Crichton | -5/+18 |