summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2016-05-26std: 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-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-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-12Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brsonbors-1/+0
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-1/+0
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-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-442/+0
2016-03-29Remove unnecessary dependencies on rustc_llvm.Eduard Burtescu-2/+0
2016-03-25Compute a salt from arguments passed via -Cmetadata.Michael Woerister-4/+4
2016-03-22fix alignmentJorge Aparicio-1/+1
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-22try! -> ?Jorge Aparicio-5/+5
2016-03-20The `data-layout` field is no longer required, but the `os` field isPhilipp Oppermann-2/+2
2016-03-17hir, mir: Separate HIR expressions / MIR operands from InlineAsm.Eduard Burtescu-1/+1
2016-03-17trans: Combine cabi and back::abi into abi.Eduard Burtescu-25/+0
2016-03-12std: Clean out deprecated APIsAlex Crichton-0/+317
2016-03-10Auto merge of #32034 - alexcrichton:old-x86-msvc, r=aturonbors-14/+23
2016-03-04rustc: Add an i586-pc-windows-msvc targetAlex Crichton-14/+23
2016-02-27fallout from removing hir::ExprRangeAlex Burka-2/+0
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-3/+4
2016-02-23Auto merge of #31814 - petevine:master, r=alexcrichtonbors-1/+1
2016-02-22Eradicate last vestiges of armv6petevine-1/+1
2016-02-22Fix broken Solaris buildNikita Baksalyar-0/+1
2016-02-19Auto merge of #31735 - aliclark:freebsd-link-defs, r=alexcrichtonbors-3/+10
2016-02-17bring freebsd linker config up-to-date (same as dragonfly)Ali Clark-3/+10
2016-02-17specify the cpu type for LLVM for OpenBSD targetSébastien Marie-0/+1
2016-02-16Auto merge of #31534 - jseyfried:restrict_noninline_mod, r=nikomatsakisbors-1/+2