summary refs log tree commit diff
path: root/src/librustc_back/target/mod.rs
AgeCommit message (Expand)AuthorLines
2016-09-25Haiku: Adjust haiku target to match new librustc_back designAlexander von Gluck IV-0/+1
2016-09-25Add support for the Haiku operating system on x86 and x86_64 machinesNiels Sascha Reedijk-0/+3
2016-09-13Auto merge of #36041 - ahmedcharles:try, r=nrcbors-8/+8
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-6/+0
2016-09-11Use question_mark feature in librustc_back.Ahmed Charles-8/+8
2016-09-02Auto merge of #36024 - japaric:mips64, r=alexcrichtonbors-0/+2
2016-08-26initial support for s390xJorge Aparicio-0/+1
2016-08-26add mips64-gnu and mips64el-gnu targetsJorge Aparicio-0/+2
2016-08-16add mips-uclibc targetsJorge Aparicio-0/+2
2016-08-08Print Rust target name, not LLVM target name, for `--print target-list`Seo Sanghyeon-1/+1
2016-08-01trans: Avoid weak linkage for closures when linking with MinGW.Michael Woerister-0/+10
2016-07-30rustc_back/target: remove musl_baseJorge Aparicio-1/+0
2016-07-30Add ARM MUSL targets.Timon Van Overveldt-0/+4
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-16/+18
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-05-09Add #[cfg(target_has_atomic)] to get atomic support for the current targetAmanieu d'Antras-0/+15
2016-05-08Auto merge of #33414 - Nercury:master, r=alexcrichtonbors-0/+1
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/+1
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-02fix built-in target detectionJorge Aparicio-2/+1
2016-05-02rustc_back: use a common musl baseTamir Duberstein-0/+1
2016-04-19Make data-layout mandatory in target specs.Eduard Burtescu-9/+13
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-0/+1
2016-02-16Auto merge of #31534 - jseyfried:restrict_noninline_mod, r=nikomatsakisbors-1/+2
2016-02-13Add a new i586 Linux targetpetevine-0/+1
2016-02-13Disallow non-inline modules without path annotations inside blocks and fix fa...Jeffrey Seyfried-1/+2
2016-02-12rustc: add a `--print target-list` commandJorge Aparicio-77/+78
2016-02-11rustc_back: Fix disabling jemallocAlex Crichton-3/+3
2016-02-11[breaking-change] don't glob import/export syntax::abi enum variantsOliver Schneider-5/+5
2016-02-08rustc: Use llvm-ar for custom targets by defaultAlex Crichton-1/+1
2016-02-06Add support for i686-unknown-linux-muslBrian Anderson-0/+1
2016-02-06rustc: Add obj_is_bitcode to TargetOptionsBrian Anderson-0/+5
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-1/+2
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-0/+8
2016-02-02Auto merge of #31312 - alexcrichton:no-le-in-powerpc64le, r=alexcrichtonbors-2/+2
2016-02-01Remove "powerpc64le" and "mipsel" target_archAlex Crichton-2/+2
2016-01-31Rename sunos to solarisNikita Baksalyar-3/+3
2016-01-31Add Illumos supportNikita Baksalyar-0/+8