about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
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
2014-12-05rollup merge of #19492: steveklabnik/remove_outdated_commentCorey Richardson-5/+1
2014-12-05rollup merge of #19472: nick29581/ifletCorey Richardson-16/+3
2014-12-03Remove feature gates for `if let`, `while let`, and tuple indexingNick Cameron-16/+3
2014-12-03Replace `equiv` method calls with `==` operator sugarJorge Aparicio-3/+3
2014-12-03Remove outdated comment.Steve Klabnik-5/+1
2014-11-29Replace some verbose match statements with their `if let` equivalent.jfager-15/+8
2014-11-20auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r...bors-1/+1
2014-11-19Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt...Niko Matsakis-1/+1
2014-11-18Feature gate non-ASCII lifetime identifiersJakub Bukaj-2/+2
2014-11-18Update test for equivalency to include region binders in object types, add ne...Niko Matsakis-4/+3
2014-11-18Place parenthetical notation under the `unboxed_closure` feature-gate.Niko Matsakis-2/+14
2014-11-18rollup merge of #18890: luqmana/tfJakub Bukaj-0/+4
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-11-15Un-feature gate struct variantsSteven Fackler-14/+1
2014-11-11librustc: Allow linkage attribute on any statics, not just foreign statics.Luqman Aden-0/+4
2014-11-07Purge the old `once_fns`, which are not coming backNiko Matsakis-6/+4
2014-11-06Remove the unboxed closure `|:|` notation from types and trait references com...Niko Matsakis-5/+0
2014-11-03rollup merge of #18506 : nikomatsakis/assoc-type-boundsAlex Crichton-1/+1
2014-11-03rollup merge of #18132 : P1start/more-helpAlex Crichton-1/+1
2014-11-03Restructure AST so that the associated type definition carriesNiko Matsakis-1/+1
2014-11-02Mark the `struct_inherit` feature as removedJakub Bukaj-1/+1
2014-11-02Convert some notes to help messagesP1start-1/+1
2014-10-13auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichtonbors-0/+5
2014-10-11Remove `virtual` structs from the languageJakub Wieczorek-12/+1
2014-10-10Move `while let` behind `while_let` feature gateJohn Gallagher-0/+5
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-0/+6
2014-10-03auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichtonbors-1/+1
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-13/+1
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-6/+0
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02syntax: ast: remove TyBox and UnBox.Eduard Burtescu-12/+0
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-0/+6
2014-10-01Update some old references to rust.mdKeegan McAllister-1/+1
2014-09-30Update based on PR feedbackKevin Ballard-1/+1
2014-09-30Move `if let` behind a feature gateKevin Ballard-0/+6
2014-09-26Hide the quote_*! macros when the feature gate is offKeegan McAllister-14/+3
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-0/+4
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-1/+25
2014-09-17move feature_gate to libsyntaxNick Cameron-0/+461