| Age | Commit message (Expand) | Author | Lines |
| 2015-10-21 | Moar comments. | Vadim Chugunov | -3/+3 |
| 2015-10-19 | Don't use GCC's startup objects (crtbegin.o/crtend.o); build and use our own ... | Vadim Chugunov | -23/+48 |
| 2015-09-28 | Auto merge of #28668 - alexcrichton:crossing-with-jemalloc, r=nrc | bors | -9/+9 |
| 2015-09-26 | Add support for the rumprun unikernel | Sebastian Wicki | -0/+36 |
| 2015-09-25 | rustc: Don't use jemalloc when crossing to MSVC | Alex Crichton | -9/+9 |
| 2015-09-24 | Fix `target_vendor` for Android | Sebastian Wicki | -3/+3 |
| 2015-09-24 | rustc: Add target_vendor for target triples | Sebastian Wicki | -2/+40 |
| 2015-09-22 | Add `no_default_libraries` target linker option | Sebastian Wicki | -0/+9 |
| 2015-09-10 | Auto merge of #28282 - DiamondLovesYou:optional-data-layout, r=alexcrichton | bors | -3/+11 |
| 2015-09-09 | Refactor `TargetOptions::data_layout` into an `Option`al value to reflect cur... | Richard Diamond | -3/+11 |
| 2015-09-05 | DragonFly: Remove -L paths from pre_link_args. | Michael Neumann | -2/+0 |
| 2015-08-30 | fixes #27124 for DragonFly | Michael Neumann | -1/+1 |
| 2015-08-25 | Auto merge of #27957 - overminder:aug23-i686-android, r=alexcrichton | bors | -0/+27 |
| 2015-08-23 | i686-linux-android: set -mcpu to pentium4. | Overmind JIANG | -1/+4 |
| 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/+24 |
| 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-15 | Auto merge of #27839 - gkoz:netbsd_ar, r=brson | bors | -1/+1 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -0/+22 |
| 2015-08-14 | fixes #27124 for netbsd | Gleb Kozyrev | -1/+1 |
| 2015-08-11 | rollup merge of #27676: alexcrichton/msvc-unwind | Alex Crichton | -0/+1 |
| 2015-08-11 | rollup merge of #27672: eefriedman/ios-target-cpu | Alex Crichton | -2/+2 |
| 2015-08-11 | trans: Re-enable unwinding on 64-bit MSVC | Alex Crichton | -0/+1 |
| 2015-08-11 | Use correct target CPU for iOS simulator. | Eli Friedman | -2/+2 |
| 2015-08-11 | Rollup merge of #27647 - rust-lang:issue-27646, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-08-11 | Auto merge of #27518 - alexcrichton:msvc-builtin-llvm-ar, r=huonw | bors | -0/+1 |
| 2015-08-10 | trans: Specify `archive_format` for MSVC | Alex Crichton | -0/+1 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -23/+0 |
| 2015-08-10 | Use pentium4 for base CPU on i686-pc-windows-msvc | Elaine "See More" Nemo | -1/+1 |
| 2015-07-30 | Implement Win64 eh_personality natively. | Vadim Chugunov | -0/+7 |
| 2015-07-24 | Rollup merge of #27137 - dhuseby:fixing_bitrig_linking, r=alexcrichton | Steve Klabnik | -3/+1 |
| 2015-07-23 | switching to gnu archive format | Dave Huseby | -1/+1 |
| 2015-07-23 | fixes #27124 for freebsd | Dave Huseby | -1/+1 |
| 2015-07-23 | switching to gnu archive format per review request | Dave Huseby | -0/+1 |
| 2015-07-23 | review feedback fixes | Dave Huseby | -1/+0 |
| 2015-07-23 | fixes #27124 for bitrig | Dave Huseby | -3/+1 |
| 2015-07-20 | fixes #27124 for openbsd | Sébastien Marie | -1/+1 |
| 2015-07-16 | trans: Clean up handling the LLVM data layout | Alex Crichton | -92/+4 |
| 2015-07-16 | trans: Add kind to writeArchive | Alex Crichton | -0/+6 |
| 2015-07-11 | adding support for i686-unknown-freebsd target | Dave Huseby | -0/+30 |
| 2015-07-10 | trans: Use LLVM's writeArchive to modify archives | Alex Crichton | -0/+8 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -0/+63 |
| 2015-06-27 | rustc_back: Learn about i686-pc-windows-msvc | Alex Crichton | -1/+29 |
| 2015-06-08 | Add ability to change `ar` tool from target specification json | Russell McClellan | -0/+1 |
| 2015-05-23 | FreeBSD: Don't add -L/usr/local/lib{,/gcc4[46]}. | Will Andrews | -5/+0 |
| 2015-05-20 | Auto merge of #25350 - alexcrichton:msvc, r=brson | bors | -10/+117 |
| 2015-05-19 | rustc_back: Tweak the MSVC target spec | Alex Crichton | -11/+52 |
| 2015-05-19 | rustc_back: Remove unneeded explicit variable | Alex Crichton | -1/+0 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -1/+1 |