about summary refs log tree commit diff
path: root/src/librustc_back/target
AgeCommit message (Expand)AuthorLines
2016-08-02Rollup merge of #35033 - jakllsch:remaining_cpu_x86-64, r=alexcrichtonSeo Sanghyeon-0/+3
2016-08-01Auto merge of #34743 - badboy:llvm-upgrade, r=eddybbors-2/+2
2016-08-01trans: Avoid weak linkage for closures when linking with MinGW.Michael Woerister-0/+11
2016-07-30return TargetResultJorge Aparicio-12/+12
2016-07-30rustc_back/target: remove musl_baseJorge Aparicio-76/+3
2016-07-30arm-musl: set max_atomic_widthJorge Aparicio-0/+3
2016-07-30arm-musl targets now use cfg(env = "musl")Jorge Aparicio-3/+3
2016-07-30Add ARM MUSL targets.Timon Van Overveldt-0/+176
2016-07-29rustc: Fix data-layout for AArch64 targetsAlex Crichton-2/+2
2016-07-28Auto merge of #34980 - cardoe:expose-target-options, r=alexcrichtonbors-217/+367
2016-07-28Auto merge of #34967 - TimNN:mipsel-musl-soft-float, r=alexcrichtonbors-1/+1
2016-07-28Merge remote-tracking branch 'upstream/master' into remaining_cpu_x86-64Jonathan A. Kollasch-13/+11
2016-07-27librustc_back: filter targets for only valid onesJonathan Creekmore-1/+9
2016-07-27librustc_back: json tests for builtin targetsJonathan Creekmore-2/+28
2016-07-27librustc_back: convert fn target() to return ResultDoug Goldstein-202/+212
2016-07-27librustc_back: add ToJson trait to TargetDoug Goldstein-2/+96
2016-07-27librustc_back: expose all target options via JSONDoug Goldstein-10/+22
2016-07-27Auto merge of #33363 - japaric:target, r=japaricbors-13/+11
2016-07-25Use "x86-64" as the target CPU for NetBSD and Bitrig on amd64.Jonathan A. Kollasch-0/+3
2016-07-21switch mipsel-musl to soft floatTim Neumann-1/+1
2016-07-18rustc: Remove soft-float from MIPS targetsAlex Crichton-1/+1
2016-05-16Auto merge of #33651 - Nercury:update-i686-android-target-to-match-abi, r=ale...bors-1/+5
2016-05-15Update i686-linux-android features to match android ABI.Nerijus Arlauskas-1/+5
2016-05-14Add all possible features (NEON, FP) to aarch64 android target.Nerijus Arlauskas-0/+3
2016-05-14Add missing "max_atomic_width" to new armv7 android target.Nerijus Arlauskas-0/+1
2016-05-14Remove "gnu" from "target_env" because it does not matter for android.Nerijus Arlauskas-3/+3
2016-05-09Add #[cfg(target_has_atomic)] to get atomic support for the current targetAmanieu d'Antras-8/+68
2016-05-08Auto merge of #33414 - Nercury:master, r=alexcrichtonbors-0/+29
2016-05-08Auto merge of #33403 - alexcrichton:consistent-env, r=brsonbors-3/+3
2016-05-07Rollup merge of #33430 - phil-opp:patch-1, r=alexcrichtonSteve Klabnik-1/+1
2016-05-07Add 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-04refactor: if -> matchJorge Aparicio-12/+11
2016-05-04rustc: Change target_env for ARM targets to `gnu`Alex Crichton-3/+3
2016-05-02fix built-in target detectionJorge Aparicio-2/+1
2016-05-02rustc_back: use a common musl baseTamir Duberstein-73/+74
2016-04-25Auto merge of #33115 - mbrubeck:vfp3-d16, r=nrcbors-1/+1
2016-04-24librustc_back: fix typoTamir Duberstein-1/+1
2016-04-24librustc_back: remove explicit linkerTamir Duberstein-7/+0
2016-04-20Enable vfp3-d16 for ARMv7 Android targetMatt Brubeck-1/+1
2016-04-19Make data-layout mandatory in target specs.Eduard Burtescu-9/+53
2016-04-14Rollup merge of #32856 - cardoe:target-spec-path, r=alexcrichtonSteve Klabnik-2/+1
2016-04-09librustc_back: fix incorrect comment about RUST_TARGET_PATHDoug Goldstein-2/+1
2016-04-08Read "is-like-msvc" target option from JSONpravic-0/+1
2016-03-22fix alignmentJorge Aparicio-1/+1
2016-03-22try! -> ?Jorge Aparicio-4/+4
2016-03-20The `data-layout` field is no longer required, but the `os` field isPhilipp Oppermann-2/+2
2016-03-04rustc: Add an i586-pc-windows-msvc targetAlex Crichton-14/+23
2016-02-23Auto merge of #31814 - petevine:master, r=alexcrichtonbors-1/+1
2016-02-22Eradicate last vestiges of armv6petevine-1/+1