| Age | Commit message (Expand) | Author | Lines |
| 2016-02-16 | Auto merge of #31534 - jseyfried:restrict_noninline_mod, r=nikomatsakis | bors | -1/+2 |
| 2016-02-13 | Add a new i586 Linux target | petevine | -0/+1 |
| 2016-02-13 | Disallow non-inline modules without path annotations inside blocks and fix fa... | Jeffrey Seyfried | -1/+2 |
| 2016-02-12 | rustc: add a `--print target-list` command | Jorge Aparicio | -77/+78 |
| 2016-02-11 | rustc_back: Fix disabling jemalloc | Alex Crichton | -3/+3 |
| 2016-02-11 | [breaking-change] don't glob import/export syntax::abi enum variants | Oliver Schneider | -5/+5 |
| 2016-02-08 | rustc: Use llvm-ar for custom targets by default | Alex Crichton | -1/+1 |
| 2016-02-06 | Add support for i686-unknown-linux-musl | Brian Anderson | -0/+1 |
| 2016-02-06 | rustc: Add obj_is_bitcode to TargetOptions | Brian Anderson | -0/+5 |
| 2016-02-06 | Add the asmjs-unknown-emscripten triple. Add cfgs to libs. | Brian Anderson | -1/+2 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -0/+8 |
| 2016-02-02 | Auto merge of #31312 - alexcrichton:no-le-in-powerpc64le, r=alexcrichton | bors | -2/+2 |
| 2016-02-01 | Remove "powerpc64le" and "mipsel" target_arch | Alex Crichton | -2/+2 |
| 2016-01-31 | Rename sunos to solaris | Nikita Baksalyar | -3/+3 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -0/+8 |
| 2016-01-29 | add support for mips(el)-unknown-linux-musl | Jorge Aparicio | -0/+2 |
| 2016-01-28 | Add support for armv7 toolchains | Fabrice Desré | -0/+1 |
| 2016-01-13 | Add powerpc64 and powerpc64le support | Anton Blanchard | -1/+3 |
| 2015-12-21 | rustc: Add feature-gated cfg(target_thread_local) | Alex Crichton | -0/+5 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -6/+2 |
| 2015-11-18 | Expose archive_format to target specifications | John Kåre Alsaker | -0/+1 |
| 2015-11-04 | target_family configuration | arcnmx | -0/+4 |
| 2015-11-03 | Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrc | bors | -2/+4 |
| 2015-11-01 | Auto merge of #29471 - pierzchalski:custom-target-custom-unwind-json, r=alexc... | bors | -0/+1 |
| 2015-11-01 | Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichton | bors | -5/+16 |
| 2015-10-30 | Add JSON parser rule for custom_unwind_resume. | pierzchalski | -0/+1 |
| 2015-10-27 | Make fatal errors more consistent. | Eli Friedman | -2/+4 |
| 2015-10-21 | Add the PNaCl/JS targets to the backend. | Richard Diamond | -1/+3 |
| 2015-10-19 | Don't use GCC's startup objects (crtbegin.o/crtend.o); build and use our own ... | Vadim Chugunov | -5/+16 |
| 2015-09-28 | Auto merge of #28668 - alexcrichton:crossing-with-jemalloc, r=nrc | bors | -1/+1 |
| 2015-09-26 | Add support for the rumprun unikernel | Sebastian Wicki | -0/+1 |
| 2015-09-25 | rustc: Don't use jemalloc when crossing to MSVC | Alex Crichton | -1/+1 |
| 2015-09-24 | rustc: Add target_vendor for target triples | Sebastian Wicki | -2/+10 |
| 2015-09-22 | Add `no_default_libraries` target linker option | Sebastian Wicki | -0/+5 |
| 2015-09-09 | Refactor `TargetOptions::data_layout` into an `Option`al value to reflect cur... | Richard Diamond | -3/+11 |
| 2015-08-25 | Auto merge of #27957 - overminder:aug23-i686-android, r=alexcrichton | bors | -0/+1 |
| 2015-08-23 | Auto merge of #27927 - DiamondLovesYou:no-asm, r=alexcrichton | bors | -0/+4 |
| 2015-08-23 | New cross target: i686-linux-android | Tim JIANG | -0/+1 |
| 2015-08-21 | Add a `allow_asm` option so virtual ISA based targets (JS/PNaCl/WAsm) can dis... | Richard Diamond | -0/+4 |
| 2015-08-19 | rustc_back: add configure options for default linker and ar | Marc-Antoine Perennou | -2/+2 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -0/+14 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -5/+0 |
| 2015-07-30 | Implement Win64 eh_personality natively. | Vadim Chugunov | -0/+6 |
| 2015-07-16 | trans: Clean up handling the LLVM data layout | Alex Crichton | -3/+4 |
| 2015-07-11 | adding support for i686-unknown-freebsd target | Dave Huseby | -0/+1 |
| 2015-07-10 | trans: Use LLVM's writeArchive to modify archives | Alex Crichton | -0/+6 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -0/+2 |
| 2015-06-27 | rustc_back: Learn about i686-pc-windows-msvc | Alex Crichton | -1/+2 |
| 2015-06-08 | Add ability to change `ar` tool from target specification json | Russell McClellan | -0/+1 |
| 2015-05-20 | Auto merge of #25350 - alexcrichton:msvc, r=brson | bors | -9/+18 |