about summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-14/+0
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-12/+4
2015-01-21rollup merge of #21414: ejjeong/aarch64-linux-androidAlex Crichton-0/+30
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-1/+1
2015-01-21rustc_back: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-14/+0
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-12/+4
2015-01-21Rollup merge of #20998 - estsauver:20984, r=steveklabnikBarosl LEE-1/+1
2015-01-20Initial support for aarch64-linux-androidEunji Jeong-0/+30
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-17s/deriving/derives in Comments/DocsEarl St Sauver-1/+1
2015-01-15syntax: add fully qualified UFCS expressions.Eduard Burtescu-0/+2
2015-01-15auto merge of #20980 : richo/rust/final-power, r=alexcrichtonbors-1/+29
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-2/+2
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-09Merge pull request #20699 from vhbit/ios-archsbors-42/+213
2015-01-09iOS: preliminary 64-bit archs supportValerii Hiora-0/+61
2015-01-09iOS: updated targetsValerii Hiora-42/+152
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+2
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-47/+43
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-3/+1
2015-01-07rollup merge of #20680: nick29581/target-wordAlex Crichton-20/+20
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-0/+1
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-9/+7
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07use slicing sugarJorge Aparicio-47/+43
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-9/+7
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-20/+20
2015-01-07Register new snapshotsAlex Crichton-3/+1
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-1/+1
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2015-01-06Register new snapshotsAlex Crichton-13/+2
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-8/+16
2015-01-07falloutNick Cameron-1/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-8/+16
2015-01-07Replace full slice notation with index callsNick Cameron-40/+40
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-8/+8
2015-01-05Reserve the keyword 'macro'Keegan McAllister-7/+7
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-0/+6
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-6/+6
2015-01-03Initial version of AArch64 support.Akos Kiss-3/+31
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-0/+1
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-12/+12