| Age | Commit message (Expand) | Author | Lines |
| 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 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+19 |
| 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 pub export ast::Lit_ variants | Oliver Schneider | -1/+1 |
| 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-27 | Auto merge of #30859 - aliclark:musl-nx-issue, r=brson | bors | -0/+16 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 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-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -1/+0 |
| 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-22 | Auto merge of #30417 - alexcrichton:better-detect-elf-tls, r=alexcrichton | bors | -2/+32 |
| 2015-12-21 | rustc: Add feature-gated cfg(target_thread_local) | Alex Crichton | -2/+32 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-12-19 | Auto merge of #30394 - geofft:dt-runpath, r=alexcrichton | bors | -0/+9 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -0/+2 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -6/+2 |
| 2015-12-16 | Implement type ascription. | Eduard Burtescu | -0/+2 |
| 2015-12-15 | Pass --enable-new-dtags to GNU ld | Geoffrey Thomas | -0/+9 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -15/+11 |