about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2015-01-21syntax: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-16/+8
2015-01-21Remove feature(import_shadowing).Eduard Burtescu-4/+1
2015-01-20Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelixbors-0/+14
2015-01-17Feature gate SIMD in FFI, due to unknown ABIs.Huon Wilson-0/+4
2015-01-16syntax: Feature gate #[start] and #[main]Alex Crichton-0/+14
2015-01-12Feature gate #[rustc_on_unimplemented]Manish Goregaokar-0/+5
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+55
2015-01-08Test fixes.Huon Wilson-1/+1
2015-01-08Add a warning feature gate for int/uint in types and i/u suffixes.Huon Wilson-0/+55
2015-01-08Remove the deprecated opt_out_copy featureFlavio Percoco-4/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-1/+16
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+12
2015-01-07remove slicing_syntax feature gateJorge Aparicio-9/+1
2015-01-07use slicing sugarJorge Aparicio-8/+8
2015-01-06Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-0/+10
2015-01-06Register new snapshotsAlex Crichton-1/+1
2015-01-07falloutNick Cameron-3/+4
2015-01-06Implement impl reachability rules. This is a [breaking-change]. TypeNiko Matsakis-0/+10
2015-01-07Replace full slice notation with index callsNick Cameron-5/+5
2015-01-05More test fixes!Alex Crichton-13/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-30/+11
2015-01-05rollup merge of #20594: nikomatsakis/orphan-orderedAlex Crichton-0/+20
2015-01-05rollup merge of #20568: huonw/ungate-AT-globsAlex Crichton-50/+4
2015-01-05Un-gate macro_rulesKeegan McAllister-7/+2
2015-01-05Reserve the keyword 'macro'Keegan McAllister-2/+2
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-21/+7
2015-01-05remove TyClosureJorge Aparicio-6/+0
2015-01-05Implement new orphan rule that requires that impls of remote traits meet the ...Niko Matsakis-0/+8
2015-01-05Ungate default type parameters.Huon Wilson-18/+1
2015-01-05Ungate globs.Huon Wilson-8/+2
2015-01-05Ungate associated types.Huon Wilson-24/+1
2015-01-04Put negative trait implemtations behind a feature gateFlavio Percoco-1/+14
2015-01-04Add syntax for negative implementations of traitsFlavio Percoco-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-3/+22
2015-01-02rollup merge of #20334: nagisa/ffi-llvmAlex Crichton-0/+11
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-3/+22
2015-01-01Feature gate macro argumentsCorey Richardson-35/+88
2014-12-31Feature gate FFI imports of LLVM intrinsicsSimonas Kazlauskas-0/+11
2014-12-30Remove ExprSlice by hacking the compilerNick Cameron-2/+2
2014-12-25Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString.Simon Sapin-0/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-5/+5
2014-12-19libsyntax: use `#[deriving(Copy)]`Jorge Aparicio-2/+1
2014-12-14Parse `unsafe impl` but don't do anything particularly interesting with the r...Niko Matsakis-1/+1
2014-12-14Remove `proc` types/expressions from the parser, compiler, andNiko Matsakis-6/+0
2014-12-14Adjust feature gates to allow for parenthetical notation to be usedNiko Matsakis-13/+0
2014-12-08Add a feature opt `opt_out_copy` that allows people to revert to the olderNiko Matsakis-0/+6
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-12-06libsyntax: remove unnecessary `as_slice()` callsJorge Aparicio-1/+1