summary refs log tree commit diff
path: root/src/librustc_back/target/mod.rs
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/+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-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
2015-01-20Initial support for aarch64-linux-androidEunji Jeong-0/+2
2015-01-11powerpc: Add backend support for powerpcRicho Healey-1/+3
2015-01-09iOS: preliminary 64-bit archs supportValerii Hiora-0/+4
2015-01-09iOS: updated targetsValerii Hiora-3/+8
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-3/+3
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/+5
2014-12-31rustc_back: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-2/+2
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
2014-11-19Rename json::List to json::ArrayCorey Farwell-1/+1
2014-11-06rollup merge of #18683 : thestinger/typoAlex Crichton-2/+2
2014-11-06fix typo in librustc target specDaniel Micay-2/+2
2014-11-05Add missing dragonfly module.Joseph Crail-0/+2
2014-11-04Update for collections reformCorey Richardson-4/+4
2014-11-04Implement flexible target specificationCorey Richardson-0/+379