| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-05-19 | rustc_back: Tweak the MSVC target spec | Alex Crichton | -8/+12 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -1/+1 |
| 2015-05-12 | Scale back changes made | Alex Crichton | -0/+1 |
| 2015-05-12 | Very hacky MSVC hacks. | Ricky Taylor | -1/+5 |
| 2015-04-29 | DRY Android targets | Tamir Duberstein | -5/+6 |
| 2015-04-27 | rustc: Add support for linking arbitrary objects | Alex Crichton | -5/+15 |
| 2015-04-27 | rustc_back: Add x86_64-unknown-linux-musl as a target | Alex Crichton | -26/+2 |
| 2015-04-27 | rustc: Add target_env for triples by default | Alex Crichton | -0/+4 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -1/+1 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -2/+2 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -15/+19 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -1/+2 |
| 2015-02-22 | Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon | Manish Goregaokar | -1/+1 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -0/+3 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -1/+1 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -3/+3 |
| 2015-02-18 | Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton | Huon Wilson | -2/+2 |