about summary refs log tree commit diff
path: root/src/librustc_back/target
AgeCommit message (Expand)AuthorLines
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
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/+60
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-4/+8
2015-01-27Auto merge of #21646 - dotdash:default_target_cpu, r=Aatchbors-1/+5
2015-01-26Make '-A warnings' apply to all warnings, including feature gate warningsBrian Anderson-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-3/+3
2015-01-26Default to Pentium 4 as the x86 target CPU on Windows/Linux/DragonFlyBjörn Steinbrink-0/+3
2015-01-26Use more specific target CPUs on DarwinBjörn Steinbrink-1/+2
2015-01-20Initial support for aarch64-linux-androidEunji Jeong-0/+30
2015-01-15auto merge of #20980 : richo/rust/final-power, r=alexcrichtonbors-1/+29
2015-01-11powerpc: Teach trans about powerpcRicho Healey-1/+1
2015-01-11powerpc: initialize llvmRicho Healey-0/+26
2015-01-11powerpc: Add backend support for powerpcRicho Healey-1/+3
2015-01-11Default to "x86-64" as the target cpu for x86_64 buildsBjörn Steinbrink-0/+14