summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2016-08-08Print Rust target name, not LLVM target name, for `--print target-list`Seo Sanghyeon-1/+1
2016-08-01Auto merge of #35163 - sanxiyn:rollup, r=sanxiynbors-0/+3
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-25Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturonbors-4/+7
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-4/+7
2016-05-21Improve internal documentation and code styleTicki-22/+19
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 #33091 - sanxiyn:unused-trait-import-3, r=nrcbors-2/+2
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-07Auto merge of #33359 - tamird:consolidate-musl, r=alexcrichtonbors-73/+74
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-03fix breaking changesAriel Ben-Yehuda-1/+1
2016-05-03Fix more testsSeo Sanghyeon-2/+2
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