| Age | Commit message (Expand) | Author | Lines |
| 2016-02-22 | Fix broken Solaris build | Nikita Baksalyar | -0/+1 |
| 2016-02-19 | Auto merge of #31735 - aliclark:freebsd-link-defs, r=alexcrichton | bors | -3/+10 |
| 2016-02-17 | bring freebsd linker config up-to-date (same as dragonfly) | Ali Clark | -3/+10 |
| 2016-02-17 | specify the cpu type for LLVM for OpenBSD target | Sébastien Marie | -0/+1 |
| 2016-02-16 | Auto merge of #31534 - jseyfried:restrict_noninline_mod, r=nikomatsakis | bors | -1/+2 |
| 2016-02-14 | Rollup merge of #31629 - petevine:master, r=alexcrichton | Manish Goregaokar | -0/+29 |
| 2016-02-13 | Add a new i586 Linux target | petevine | -0/+29 |
| 2016-02-13 | Auto merge of #31579 - ollie27:msvc_link, r=alexcrichton | bors | -0/+9 |
| 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 | Enable /SAFESEH for i686-pc-windows-msvc | Oliver Middleton | -0/+5 |
| 2016-02-11 | Enable /LARGEADDRESSAWARE for i686-pc-windows-msvc | Oliver Middleton | -0/+4 |
| 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 | -12/+1 |
| 2016-02-07 | rustc: Tweak exe allocator for MinGW/rumprun | Alex Crichton | -1/+1 |
| 2016-02-06 | Add support for i686-unknown-linux-musl | Brian Anderson | -0/+47 |
| 2016-02-06 | rustc: Add obj_is_bitcode to TargetOptions | Brian Anderson | -0/+6 |
| 2016-02-06 | Add the asmjs-unknown-emscripten triple. Add cfgs to libs. | Brian Anderson | -1/+39 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -0/+61 |
| 2016-02-02 | Auto merge of #31312 - alexcrichton:no-le-in-powerpc64le, r=alexcrichton | bors | -3/+3 |
| 2016-02-01 | Remove "powerpc64le" and "mipsel" target_arch | Alex Crichton | -3/+3 |
| 2016-02-01 | Auto merge of #31303 - alexcrichton:mips-warnings, r=aturon | bors | -4/+12 |
| 2016-01-31 | Fix the armv7 linux target | petevine | -1/+1 |
| 2016-01-31 | Rename sunos to solaris | Nikita Baksalyar | -7/+7 |
| 2016-01-31 | Apply several fixes for Illumos support | Nikita Baksalyar | -2/+0 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -0/+63 |
| 2016-01-31 | Auto merge of #31298 - japaric:mips-musl, r=alexcrichton | bors | -0/+58 |
| 2016-01-30 | rustc: set MIPS cpu/features in the compiler | Jorge Aparicio | -5/+12 |
| 2016-01-29 | rustc: Set MIPS cpu/features in the compiler | Alex Crichton | -4/+12 |
| 2016-01-30 | Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakis | bors | -1/+0 |
| 2016-01-29 | trans: Reimplement unwinding on MSVC | Alex Crichton | -1/+0 |
| 2016-01-29 | add support for mips(el)-unknown-linux-musl | Jorge Aparicio | -0/+51 |
| 2016-01-28 | Add support for armv7 toolchains | Fabrice Desré | -0/+32 |
| 2016-01-22 | revert an unrelated flag addition for freebsd | Ali Clark | -9/+0 |
| 2016-01-21 | actively disable stack execution on linux and bsd | Ali Clark | -0/+25 |
| 2016-01-17 | Fix LLVM default CPU on powerpc64 and powerpc64le | Anton Blanchard | -0/+2 |
| 2016-01-13 | Add powerpc64 and powerpc64le support | Anton Blanchard | -1/+57 |
| 2016-01-11 | Replace no_elf_tls with target_thread_local | Amanieu d'Antras | -3/+2 |
| 2015-12-21 | rustc: Add feature-gated cfg(target_thread_local) | Alex Crichton | -2/+32 |
| 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 | -23/+46 |
| 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-23 | Drop `advapi32` and `shell32` from late_link_args. | Vadim Chugunov | -2/+0 |
| 2015-10-21 | Add the PNaCl/JS targets to the backend. | Richard Diamond | -1/+44 |