| Age | Commit message (Expand) | Author | Lines |
| 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-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 #33403 - alexcrichton:consistent-env, r=brson | bors | -3/+3 |
| 2016-05-07 | Rollup merge of #33430 - phil-opp:patch-1, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-05-07 | Add armv7-linux-androideabi target. | Nerijus Arlauskas | -0/+29 |
| 2016-05-05 | [Doc] Default cpu is "generic" (and not "default") | Philipp Oppermann | -1/+1 |
| 2016-05-04 | refactor: if -> match | Jorge Aparicio | -12/+11 |
| 2016-05-04 | rustc: Change target_env for ARM targets to `gnu` | Alex Crichton | -3/+3 |
| 2016-05-02 | fix built-in target detection | Jorge Aparicio | -2/+1 |
| 2016-05-02 | rustc_back: use a common musl base | Tamir Duberstein | -73/+74 |
| 2016-04-25 | Auto merge of #33115 - mbrubeck:vfp3-d16, r=nrc | bors | -1/+1 |
| 2016-04-24 | librustc_back: fix typo | Tamir Duberstein | -1/+1 |
| 2016-04-24 | librustc_back: remove explicit linker | Tamir Duberstein | -7/+0 |
| 2016-04-20 | Enable vfp3-d16 for ARMv7 Android target | Matt Brubeck | -1/+1 |
| 2016-04-19 | Make data-layout mandatory in target specs. | Eduard Burtescu | -9/+53 |
| 2016-04-14 | Rollup merge of #32856 - cardoe:target-spec-path, r=alexcrichton | Steve Klabnik | -2/+1 |
| 2016-04-09 | librustc_back: fix incorrect comment about RUST_TARGET_PATH | Doug Goldstein | -2/+1 |
| 2016-04-08 | Read "is-like-msvc" target option from JSON | pravic | -0/+1 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -1/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -4/+4 |
| 2016-03-20 | The `data-layout` field is no longer required, but the `os` field is | Philipp Oppermann | -2/+2 |
| 2016-03-04 | rustc: Add an i586-pc-windows-msvc target | Alex Crichton | -14/+23 |
| 2016-02-23 | Auto merge of #31814 - petevine:master, r=alexcrichton | bors | -1/+1 |
| 2016-02-22 | Eradicate last vestiges of armv6 | petevine | -1/+1 |