| Age | Commit message (Expand) | Author | Lines |
| 2016-10-19 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-10-19 | update mips64* data-layout | Tim Neumann | -2/+2 |
| 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-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -260/+0 |
| 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 |
| 2016-08-02 | Rollup merge of #35033 - jakllsch:remaining_cpu_x86-64, r=alexcrichton | Seo Sanghyeon | -0/+3 |
| 2016-08-01 | Auto merge of #34743 - badboy:llvm-upgrade, r=eddyb | bors | -2/+2 |
| 2016-08-01 | trans: Avoid weak linkage for closures when linking with MinGW. | Michael Woerister | -0/+11 |
| 2016-07-30 | return TargetResult | Jorge Aparicio | -12/+12 |
| 2016-07-30 | rustc_back/target: remove musl_base | Jorge Aparicio | -76/+3 |
| 2016-07-30 | arm-musl: set max_atomic_width | Jorge Aparicio | -0/+3 |
| 2016-07-30 | arm-musl targets now use cfg(env = "musl") | Jorge Aparicio | -3/+3 |
| 2016-07-30 | Add ARM MUSL targets. | Timon Van Overveldt | -0/+176 |
| 2016-07-29 | rustc: Fix data-layout for AArch64 targets | Alex Crichton | -2/+2 |
| 2016-07-28 | Auto merge of #34980 - cardoe:expose-target-options, r=alexcrichton | bors | -217/+367 |
| 2016-07-28 | Auto merge of #34967 - TimNN:mipsel-musl-soft-float, r=alexcrichton | bors | -1/+1 |
| 2016-07-28 | Merge remote-tracking branch 'upstream/master' into remaining_cpu_x86-64 | Jonathan A. Kollasch | -13/+11 |
| 2016-07-27 | librustc_back: filter targets for only valid ones | Jonathan Creekmore | -1/+9 |
| 2016-07-27 | librustc_back: json tests for builtin targets | Jonathan Creekmore | -2/+28 |
| 2016-07-27 | librustc_back: convert fn target() to return Result | Doug Goldstein | -202/+212 |
| 2016-07-27 | librustc_back: add ToJson trait to Target | Doug Goldstein | -2/+96 |
| 2016-07-27 | librustc_back: expose all target options via JSON | Doug Goldstein | -10/+22 |
| 2016-07-27 | Auto merge of #33363 - japaric:target, r=japaric | bors | -13/+11 |
| 2016-07-25 | Use "x86-64" as the target CPU for NetBSD and Bitrig on amd64. | Jonathan A. Kollasch | -0/+3 |
| 2016-07-21 | switch mipsel-musl to soft float | Tim Neumann | -1/+1 |
| 2016-07-18 | rustc: Remove soft-float from MIPS targets | Alex Crichton | -1/+1 |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -4/+7 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -4/+7 |
| 2016-05-21 | Improve internal documentation and code style | Ticki | -22/+19 |
| 2016-05-16 | Auto merge of #33651 - Nercury:update-i686-android-target-to-match-abi, r=ale... | bors | -1/+5 |
| 2016-05-15 | Update i686-linux-android features to match android ABI. | Nerijus Arlauskas | -1/+5 |
| 2016-05-14 | Add all possible features (NEON, FP) to aarch64 android target. | Nerijus Arlauskas | -0/+3 |
| 2016-05-14 | Add missing "max_atomic_width" to new armv7 android target. | Nerijus Arlauskas | -0/+1 |
| 2016-05-14 | Remove "gnu" from "target_env" because it does not matter for android. | Nerijus Arlauskas | -3/+3 |
| 2016-05-09 | Add #[cfg(target_has_atomic)] to get atomic support for the current target | Amanieu d'Antras | -8/+68 |
| 2016-05-08 | Auto merge of #33414 - Nercury:master, r=alexcrichton | bors | -0/+29 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -2/+2 |
| 2016-05-08 | Auto merge of #33403 - alexcrichton:consistent-env, r=brson | bors | -3/+3 |