about summary refs log tree commit diff
path: root/src/librustc_back/target
AgeCommit message (Expand)AuthorLines
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
2014-11-19Rename json::List to json::ArrayCorey Farwell-1/+1
2014-11-06rollup merge of #18683 : thestinger/typoAlex Crichton-4/+4
2014-11-06rollup merge of #18647 : jbcrail/rename-dragonflyAlex Crichton-1/+3
2014-11-06fix typo in librustc target specDaniel Micay-4/+4
2014-11-05Add missing dragonfly module.Joseph Crail-0/+2
2014-11-05Rename misspelled module reference.Joseph Crail-1/+1
2014-11-04librustc_back: Fix triple for linux armhf.Luqman Aden-1/+1
2014-11-04Update for collections reformCorey Richardson-4/+4
2014-11-04Don't use pie on AndroidCorey Richardson-0/+2
2014-11-04Same fix for dragonflyCorey Richardson-1/+4
2014-11-04Same fix for mac32Corey Richardson-2/+4
2014-11-04Use -m32 on 32bit LinuxCorey Richardson-1/+4
2014-11-04Implement flexible target specificationCorey Richardson-0/+1029