about summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2015-02-01std: Add a new `env` moduleAlex Crichton-15/+16
2015-02-01openbsd supportSébastien Marie-10/+80
2015-01-30Test fixes and rebase conflictsAlex Crichton-4/+4
2015-01-30remove dead codeJorge Aparicio-1/+0
2015-01-30implement for loop desugaringJorge Aparicio-1/+1
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-3/+3
2015-01-29s/Show/Debug/gJorge Aparicio-3/+3
2015-01-29Auto merge of #21730 - Manishearth:rollup, r=alexcrichtonbors-1/+0
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-17/+16
2015-01-29Rollup merge of 21681 - japaric:no-warn, r=alexcrichtonManish Goregaokar-1/+0
2015-01-27fix #[cfg(test)] warningsJorge Aparicio-1/+0
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-25/+30
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-17/+16
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-24/+25
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-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-4/+4
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-27/+35
2015-01-25Add the span of the operator itself to ast::BinOp.Huon Wilson-4/+4
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+8
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
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