summary refs log tree commit diff
path: root/src/librustc_back/target/mod.rs
AgeCommit message (Expand)AuthorLines
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