about summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
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
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-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+19
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 pub export ast::Lit_ variantsOliver Schneider-1/+1
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-27Auto merge of #30859 - aliclark:musl-nx-issue, r=brsonbors-0/+16
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
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