summary refs log tree commit diff
path: root/src/librustc_back/target/mod.rs
AgeCommit message (Expand)AuthorLines
2016-10-29Auto merge of #37387 - raphlinus:fuchsia_aarch64, r=alexcrichtonbors-0/+1
2016-10-25Auto merge of #36421 - TimNN:check-abis, r=alexcrichtonbors-1/+33
2016-10-24Support for aarch64 architecture on FuchsiaRaph Levien-0/+1
2016-10-24check target abi supportTim Neumann-1/+33
2016-10-22Add Fuchsia supportRaph Levien-0/+3
2016-10-03change max_atomic_width type from u64 to Option<u64>Jorge Aparicio-17/+12
2016-10-02add Thumbs to the compilerJorge Aparicio-2/+15
2016-10-01Rollup merge of #36865 - kallisti5:master, r=brsonManish Goregaokar-2/+2
2016-09-30Preliminary wasm32 supportBrian Anderson-1/+2
2016-09-30Haiku: Fix target triplet delimiterAlex von Gluck IV-2/+2
2016-09-28Rollup merge of #36794 - japaric:target-panic, r=alexcrichtonJonathan Turner-0/+21
2016-09-27add a panic-strategy field to the target specificationJorge Aparicio-0/+21
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