| Age | Commit message (Expand) | Author | Lines |
| 2016-12-15 | Fix typo | Jeremy Soller | -2/+1 |
| 2016-12-15 | Add redox target | Jeremy Soller | -0/+78 |
| 2016-12-04 | OpenBSD under x86 has particular ABI for returning a struct. | Sébastien Marie | -0/+7 |
| 2016-11-30 | Add i686-unknown-openbsd target. | Sébastien Marie | -0/+33 |
| 2016-11-16 | rustc: Implement #[link(cfg(..))] and crt-static | Alex Crichton | -1/+9 |
| 2016-11-12 | use write::run_assembler | Jorge Aparicio | -6/+7 |
| 2016-11-12 | use msp430-as to emit object files from the assembly that LLVM emits | Jorge Aparicio | -0/+7 |
| 2016-11-12 | Rollup merge of #37615 - atilag:armv5te-support, r=alexcrichton | Eduard-Mihai Burtescu | -0/+35 |
| 2016-11-10 | Set max_atomic_width to 0 because there's no atomic instructions on ARMv5 | Juan Gomez | -1/+2 |
| 2016-11-06 | use arm abi blacklist for aarch64 fuchsia | Tim Neumann | -2/+5 |
| 2016-11-06 | Add support for ARMv5TE architecture | Juan Gomez | -0/+34 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -21/+21 |
| 2016-10-30 | Auto merge of #37392 - alexcrichton:more-disable-jemalloc, r=brson | bors | -0/+45 |
| 2016-10-29 | Auto merge of #37387 - raphlinus:fuchsia_aarch64, r=alexcrichton | bors | -0/+29 |
| 2016-10-27 | Disable jemalloc on aarch64/powerpc | Alex Crichton | -0/+45 |
| 2016-10-25 | Auto merge of #36421 - TimNN:check-abis, r=alexcrichton | bors | -15/+91 |
| 2016-10-24 | Support for aarch64 architecture on Fuchsia | Raph Levien | -0/+29 |
| 2016-10-24 | check target abi support | Tim Neumann | -15/+91 |
| 2016-10-22 | Fix tidy warning | Raph Levien | -1/+1 |
| 2016-10-22 | Add Fuchsia support | Raph Levien | -0/+72 |
| 2016-10-04 | Auto merge of #36933 - alexcrichton:less-neon-again, r=eddyb | bors | -1/+1 |
| 2016-10-04 | rustc: Try again to disable NEON on armv7 linux | Alex Crichton | -1/+1 |
| 2016-10-03 | change max_atomic_width type from u64 to Option<u64> | Jorge Aparicio | -73/+68 |
| 2016-10-03 | fix: "abort" -> PanicStrategy | Jorge Aparicio | -2/+3 |
| 2016-10-03 | add a reference about the stated FP facts | Jorge Aparicio | -0/+3 |
| 2016-10-03 | add +d16 and +fp-only-sp to thumbv7em-none-eabihf and documentation | Jorge Aparicio | -2/+66 |
| 2016-10-02 | set panic-strategy to abort | Jorge Aparicio | -0/+1 |
| 2016-10-02 | set relocation-model to static | Jorge Aparicio | -0/+1 |
| 2016-10-02 | add Thumbs to the compiler | Jorge Aparicio | -2/+158 |
| 2016-10-01 | Rollup merge of #36865 - kallisti5:master, r=brson | Manish Goregaokar | -2/+2 |
| 2016-09-30 | Call emcc with ERROR_ON_UNDEFINED_SYMBOLS | Brian Anderson | -1/+3 |
| 2016-09-30 | Preliminary wasm32 support | Brian Anderson | -1/+43 |
| 2016-09-30 | Haiku: Fix target triplet delimiter | Alex von Gluck IV | -2/+2 |
| 2016-09-28 | Rollup merge of #36794 - japaric:target-panic, r=alexcrichton | Jonathan Turner | -0/+21 |
| 2016-09-28 | update mips64* data-layout | Tim Neumann | -2/+2 |
| 2016-09-27 | add a panic-strategy field to the target specification | Jorge Aparicio | -0/+21 |
| 2016-09-25 | Haiku: Adjust haiku target to match new librustc_back design | Alexander von Gluck IV | -26/+44 |
| 2016-09-25 | Add support for the Haiku operating system on x86 and x86_64 machines | Niels Sascha Reedijk | -0/+69 |
| 2016-09-13 | Auto merge of #36041 - ahmedcharles:try, r=nrc | bors | -17/+17 |
| 2016-09-12 | crate-ify compiler-rt into compiler-builtins | Jorge Aparicio | -8/+0 |
| 2016-09-11 | Use question_mark feature in librustc_back. | Ahmed Charles | -17/+17 |
| 2016-09-09 | Add s390x support | Ulrich Weigand | -2/+6 |
| 2016-09-02 | Auto merge of #36024 - japaric:mips64, r=alexcrichton | bors | -0/+64 |
| 2016-08-28 | fix data-layouts | Jorge Aparicio | -2/+2 |
| 2016-08-26 | initial support for s390x | Jorge Aparicio | -0/+31 |
| 2016-08-26 | add mips64-gnu and mips64el-gnu targets | Jorge Aparicio | -0/+64 |
| 2016-08-19 | rustc: Don't enable NEON by default on armv7 Linux | Alex Crichton | -2/+3 |
| 2016-08-16 | add mips-uclibc targets | Jorge Aparicio | -0/+63 |
| 2016-08-08 | Print Rust target name, not LLVM target name, for `--print target-list` | Seo Sanghyeon | -1/+1 |
| 2016-08-01 | Auto merge of #35163 - sanxiyn:rollup, r=sanxiyn | bors | -0/+3 |