about summary refs log tree commit diff
path: root/src/librustc_back/target
AgeCommit message (Expand)AuthorLines
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
2016-02-14Rollup merge of #31629 - petevine:master, r=alexcrichtonManish Goregaokar-0/+29
2016-02-13Add a new i586 Linux targetpetevine-0/+29
2016-02-13Auto merge of #31579 - ollie27:msvc_link, r=alexcrichtonbors-0/+9
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-11Enable /SAFESEH for i686-pc-windows-msvcOliver Middleton-0/+5
2016-02-11Enable /LARGEADDRESSAWARE for i686-pc-windows-msvcOliver Middleton-0/+4
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-12/+1
2016-02-07rustc: Tweak exe allocator for MinGW/rumprunAlex Crichton-1/+1
2016-02-06Add support for i686-unknown-linux-muslBrian Anderson-0/+47
2016-02-06rustc: Add obj_is_bitcode to TargetOptionsBrian Anderson-0/+6
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-1/+39
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-0/+61
2016-02-02Auto merge of #31312 - alexcrichton:no-le-in-powerpc64le, r=alexcrichtonbors-3/+3
2016-02-01Remove "powerpc64le" and "mipsel" target_archAlex Crichton-3/+3
2016-02-01Auto merge of #31303 - alexcrichton:mips-warnings, r=aturonbors-4/+12
2016-01-31Fix the armv7 linux targetpetevine-1/+1
2016-01-31Rename sunos to solarisNikita Baksalyar-7/+7
2016-01-31Apply several fixes for Illumos supportNikita Baksalyar-2/+0
2016-01-31Add Illumos supportNikita Baksalyar-0/+63
2016-01-31Auto merge of #31298 - japaric:mips-musl, r=alexcrichtonbors-0/+58
2016-01-30rustc: set MIPS cpu/features in the compilerJorge Aparicio-5/+12
2016-01-29rustc: Set MIPS cpu/features in the compilerAlex Crichton-4/+12
2016-01-30Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakisbors-1/+0
2016-01-29trans: Reimplement unwinding on MSVCAlex Crichton-1/+0
2016-01-29add support for mips(el)-unknown-linux-muslJorge Aparicio-0/+51
2016-01-28Add support for armv7 toolchainsFabrice Desré-0/+32
2016-01-22revert an unrelated flag addition for freebsdAli Clark-9/+0
2016-01-21actively disable stack execution on linux and bsdAli Clark-0/+25
2016-01-17Fix LLVM default CPU on powerpc64 and powerpc64leAnton Blanchard-0/+2
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-1/+57
2016-01-11Replace no_elf_tls with target_thread_localAmanieu d'Antras-3/+2
2015-12-21rustc: Add feature-gated cfg(target_thread_local)Alex Crichton-2/+32
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
2015-11-01Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichtonbors-23/+46
2015-10-30Add JSON parser rule for custom_unwind_resume.pierzchalski-0/+1
2015-10-27Make fatal errors more consistent.Eli Friedman-2/+4
2015-10-23Drop `advapi32` and `shell32` from late_link_args.Vadim Chugunov-2/+0
2015-10-21Add the PNaCl/JS targets to the backend.Richard Diamond-1/+44