summary refs log tree commit diff
path: root/src/librustc_back/target
AgeCommit message (Expand)AuthorLines
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-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
2015-01-09iOS: preliminary 64-bit archs supportValerii Hiora-0/+61
2015-01-09iOS: updated targetsValerii Hiora-42/+152
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-6/+5
2015-01-07use slicing sugarJorge Aparicio-6/+5
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-20/+20
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-1/+1
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-4/+4
2015-01-07falloutNick Cameron-1/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+4
2015-01-07Replace full slice notation with index callsNick Cameron-5/+5
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-4/+4
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2015-01-03Initial version of AArch64 support.Akos Kiss-3/+31
2014-12-31rustc_back: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-28Fixes invalid LLVM data layout for aggregate data typesValerii Hiora-13/+13
2014-12-25auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichtonbors-6/+16
2014-12-21Fallout of std::str stabilizationAlex Crichton-2/+2
2014-12-19Several fixes for DragonFly (rebase)Michael Neumann-6/+16
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-3/+3
2014-12-06librustc_back: remove unnecessary `as_slice()` callsJorge Aparicio-2/+1