summary refs log tree commit diff
path: root/src/librustc_back/target
AgeCommit message (Expand)AuthorLines
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-0/+7
2015-07-24Rollup merge of #27137 - dhuseby:fixing_bitrig_linking, r=alexcrichtonSteve Klabnik-3/+1
2015-07-23switching to gnu archive formatDave Huseby-1/+1
2015-07-23fixes #27124 for freebsdDave Huseby-1/+1
2015-07-23switching to gnu archive format per review requestDave Huseby-0/+1
2015-07-23review feedback fixesDave Huseby-1/+0
2015-07-23fixes #27124 for bitrigDave Huseby-3/+1
2015-07-20fixes #27124 for openbsdSébastien Marie-1/+1
2015-07-16trans: Clean up handling the LLVM data layoutAlex Crichton-92/+4
2015-07-16trans: Add kind to writeArchiveAlex Crichton-0/+6
2015-07-11adding support for i686-unknown-freebsd targetDave Huseby-0/+30
2015-07-10trans: Use LLVM's writeArchive to modify archivesAlex Crichton-0/+8
2015-07-01Add netbsd amd64 supportAlex Newman-0/+63
2015-06-27rustc_back: Learn about i686-pc-windows-msvcAlex Crichton-1/+29
2015-06-08Add ability to change `ar` tool from target specification jsonRussell McClellan-0/+1
2015-05-23FreeBSD: Don't add -L/usr/local/lib{,/gcc4[46]}.Will Andrews-5/+0
2015-05-20Auto merge of #25350 - alexcrichton:msvc, r=brsonbors-10/+117
2015-05-19rustc_back: Tweak the MSVC target specAlex Crichton-11/+52
2015-05-19rustc_back: Remove unneeded explicit variableAlex Crichton-1/+0
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-1/+1
2015-05-12Scale back changes madeAlex Crichton-8/+3
2015-05-12Very hacky MSVC hacks.Ricky Taylor-1/+73
2015-04-29Use PIE on AndroidTamir Duberstein-2/+0
2015-04-29DRY Android targetsTamir Duberstein-20/+32
2015-04-27rustc: Add support for linking arbitrary objectsAlex Crichton-6/+15
2015-04-27rustc_back: Add x86_64-unknown-linux-musl as a targetAlex Crichton-31/+96
2015-04-27rustc: Add target_env for triples by defaultAlex Crichton-0/+28
2015-04-01Fallout out rustcNiko Matsakis-1/+1
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-2/+3
2015-03-28Fix some typosVadim Petrochenkov-1/+1
2015-03-23Add generic conversion traitsAaron Turon-2/+2
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-3/+0
2015-03-05std: Deprecate the old_io::process moduleAlex Crichton-8/+8
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-15/+19
2015-02-25Rollup merge of #22727 - alexcrichton:prep-env, r=aturonManish Goregaokar-1/+2
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-1/+2
2015-02-23openbsd: restore linker optionSébastien Marie-0/+5
2015-02-22Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturonManish Goregaokar-1/+1
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-0/+59
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-1/+1
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-3/+3
2015-02-18 Manual merge of #22475 - alexcrichton:rollup, r=alexcrichtonHuon Wilson-2/+2
2015-02-17rollup merge of #22191: nagisa/target-ptr-width-jsonAlex Crichton-2/+2
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-2/+9
2015-02-16Lower the default dwarf version for androidEunji Jeong-0/+6
2015-02-15Rollup merge of #22297 - nagisa:spring-cleanup, r=alexcrichtonManish Goregaokar-2/+1
2015-02-13Remove a few uses of deprecated getenvSimonas Kazlauskas-2/+1
2015-02-12Adjusting default CPUs for iOSValerii Hiora-1/+4
2015-02-11bitrig integrationDave Huseby-0/+59
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-1/+1