| Age | Commit message (Expand) | Author | Lines |
| 2017-04-20 | Add x86_64-linux-android target | Marco A L Barbosa | -0/+1 |
| 2017-04-07 | -Z linker-flavor | Jorge Aparicio | -14/+63 |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -2/+2 |
| 2017-02-16 | add solaris sparcv9 support | Shawn Walker-Salas | -0/+1 |
| 2017-02-07 | Rollup merge of #39426 - jakllsch:netbsd-c, r=alexcrichton | Corey Farwell | -0/+1 |
| 2017-02-06 | Rename i686-unknown-netbsdelf target to i686-unknown-netbsd | Jonathan A. Kollasch | -1/+1 |
| 2017-02-05 | Rollup merge of #39491 - dumbbell:support-aarch64-unknown-freebsd, r=alexcric... | Corey Farwell | -0/+1 |
| 2017-02-03 | Add `aarch64-unknown-freebsd` to the supported targets | Jean-Sébastien Pédron | -0/+1 |
| 2017-01-31 | Add i686-unknown-netbsdelf target | Jonathan A. Kollasch | -0/+1 |
| 2017-01-20 | Json encoding/decoding for is_like_emscripten | Sergey Pepyakin | -0/+2 |
| 2017-01-19 | tell emcc stip exception handling if panic rt used | Sergey Pepyakin | -0/+5 |
| 2017-01-01 | Merge branch 'master' into sparc64 | Seo Sanghyeon | -0/+1 |
| 2016-12-30 | sparc64-linux support | Jorge Aparicio | -0/+2 |
| 2016-12-31 | Auto merge of #38601 - schulzch:master, r=brson | bors | -0/+1 |
| 2016-12-29 | Add sparc64-unknown-netbsd target | Jonathan A. Kollasch | -0/+1 |
| 2016-12-24 | Add a min_atomic_width target option, like max_atomic_width. | whitequark | -0/+12 |
| 2016-12-23 | Auto merge of #38401 - redox-os:redox_cross, r=brson | bors | -0/+3 |
| 2016-12-22 | Partial fix for #38489. | Christoph Schulz | -0/+1 |
| 2016-12-18 | target spec: add an asm-args field to pass arguments to the external .. | Jorge Aparicio | -0/+6 |
| 2016-12-15 | Add redox target | Jeremy Soller | -0/+3 |
| 2016-12-04 | OpenBSD under x86 has particular ABI for returning a struct. | Sébastien Marie | -0/+6 |
| 2016-11-30 | Add i686-unknown-openbsd target. | Sébastien Marie | -0/+3 |
| 2016-11-16 | rustc: Implement #[link(cfg(..))] and crt-static | Alex Crichton | -0/+6 |
| 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-06 | Add support for ARMv5TE architecture | Juan Gomez | -0/+1 |
| 2016-10-29 | Auto merge of #37387 - raphlinus:fuchsia_aarch64, r=alexcrichton | bors | -0/+1 |
| 2016-10-25 | Auto merge of #36421 - TimNN:check-abis, r=alexcrichton | bors | -1/+33 |
| 2016-10-24 | Support for aarch64 architecture on Fuchsia | Raph Levien | -0/+1 |
| 2016-10-24 | check target abi support | Tim Neumann | -1/+33 |
| 2016-10-22 | Add Fuchsia support | Raph Levien | -0/+3 |
| 2016-10-03 | change max_atomic_width type from u64 to Option<u64> | Jorge Aparicio | -17/+12 |
| 2016-10-02 | add Thumbs to the compiler | Jorge Aparicio | -2/+15 |
| 2016-10-01 | Rollup merge of #36865 - kallisti5:master, r=brson | Manish Goregaokar | -2/+2 |
| 2016-09-30 | Preliminary wasm32 support | Brian Anderson | -1/+2 |
| 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-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 | -0/+1 |
| 2016-09-25 | Add support for the Haiku operating system on x86 and x86_64 machines | Niels Sascha Reedijk | -0/+3 |
| 2016-09-13 | Auto merge of #36041 - ahmedcharles:try, r=nrc | bors | -8/+8 |
| 2016-09-12 | crate-ify compiler-rt into compiler-builtins | Jorge Aparicio | -6/+0 |
| 2016-09-11 | Use question_mark feature in librustc_back. | Ahmed Charles | -8/+8 |
| 2016-09-02 | Auto merge of #36024 - japaric:mips64, r=alexcrichton | bors | -0/+2 |
| 2016-08-26 | initial support for s390x | Jorge Aparicio | -0/+1 |
| 2016-08-26 | add mips64-gnu and mips64el-gnu targets | Jorge Aparicio | -0/+2 |
| 2016-08-16 | add mips-uclibc targets | Jorge Aparicio | -0/+2 |
| 2016-08-08 | Print Rust target name, not LLVM target name, for `--print target-list` | Seo Sanghyeon | -1/+1 |
| 2016-08-01 | trans: Avoid weak linkage for closures when linking with MinGW. | Michael Woerister | -0/+10 |
| 2016-07-30 | rustc_back/target: remove musl_base | Jorge Aparicio | -1/+0 |