summary refs log tree commit diff
path: root/src/librustc_back/target/mod.rs
AgeCommit message (Expand)AuthorLines
2015-09-09Refactor `TargetOptions::data_layout` into an `Option`al value to reflect cur...Richard Diamond-3/+11
2015-08-25Auto merge of #27957 - overminder:aug23-i686-android, r=alexcrichtonbors-0/+1
2015-08-23Auto merge of #27927 - DiamondLovesYou:no-asm, r=alexcrichtonbors-0/+4
2015-08-23New cross target: i686-linux-androidTim JIANG-0/+1
2015-08-21Add a `allow_asm` option so virtual ISA based targets (JS/PNaCl/WAsm) can dis...Richard Diamond-0/+4
2015-08-19rustc_back: add configure options for default linker and arMarc-Antoine Perennou-2/+2
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-0/+14
2015-08-10Remove morestack supportAlex Crichton-5/+0
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-0/+6
2015-07-16trans: Clean up handling the LLVM data layoutAlex Crichton-3/+4
2015-07-11adding support for i686-unknown-freebsd targetDave Huseby-0/+1
2015-07-10trans: Use LLVM's writeArchive to modify archivesAlex Crichton-0/+6
2015-07-01Add netbsd amd64 supportAlex Newman-0/+2
2015-06-27rustc_back: Learn about i686-pc-windows-msvcAlex Crichton-1/+2
2015-06-08Add ability to change `ar` tool from target specification jsonRussell McClellan-0/+1
2015-05-20Auto merge of #25350 - alexcrichton:msvc, r=brsonbors-9/+18
2015-05-19rustc_back: Tweak the MSVC target specAlex Crichton-8/+12
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-1/+1
2015-05-12Scale back changes madeAlex Crichton-0/+1
2015-05-12Very hacky MSVC hacks.Ricky Taylor-1/+5
2015-04-29DRY Android targetsTamir Duberstein-5/+6
2015-04-27rustc: Add support for linking arbitrary objectsAlex Crichton-5/+15
2015-04-27rustc_back: Add x86_64-unknown-linux-musl as a targetAlex Crichton-26/+2
2015-04-27rustc: Add target_env for triples by defaultAlex Crichton-0/+4
2015-03-28Fix some typosVadim Petrochenkov-1/+1
2015-03-23Add generic conversion traitsAaron Turon-2/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-15/+19
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-1/+2
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/+3
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/+7
2015-02-16Lower the default dwarf version for androidEunji Jeong-0/+4
2015-02-13Remove a few uses of deprecated getenvSimonas Kazlauskas-2/+1
2015-02-11bitrig integrationDave Huseby-0/+3
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-1/+1
2015-02-11Change target-word-size to target-pointer-widthSimonas Kazlauskas-2/+2
2015-02-10Make aarch64-linux-android check with real targetEunji Jeong-2/+3
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-4/+5
2015-02-01std: Add a new `env` moduleAlex Crichton-4/+5
2015-02-01openbsd supportSébastien Marie-0/+4
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+2
2015-01-26Make '-A warnings' apply to all warnings, including feature gate warningsBrian Anderson-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-2/+2