summary refs log tree commit diff
path: root/src/librustc_back/target/mod.rs
AgeCommit message (Expand)AuthorLines
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
2016-01-29add support for mips(el)-unknown-linux-muslJorge Aparicio-0/+2
2016-01-28Add support for armv7 toolchainsFabrice Desré-0/+1
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-1/+3
2015-12-21rustc: Add feature-gated cfg(target_thread_local)Alex Crichton-0/+5
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-6/+2
2015-11-18Expose archive_format to target specificationsJohn Kåre Alsaker-0/+1
2015-11-04target_family configurationarcnmx-0/+4
2015-11-03Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrcbors-2/+4
2015-11-01Auto merge of #29471 - pierzchalski:custom-target-custom-unwind-json, r=alexc...bors-0/+1