about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2018-12-04Tidy fixupOliver Scherer-1/+1
2018-12-04Allow calling `const unsafe fn` in `const fn` behind a feature gateOliver Scherer-0/+3
2018-12-03Rollup merge of #56412 - petrochenkov:extself, r=Centrilkennytm-1/+1
2018-12-03Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centrilkennytm-6/+5
2018-12-01Update tracking issue for `extern_crate_self`Vadim Petrochenkov-1/+1
2018-12-01resolve: Support aliasing local crate root in extern preludeVadim Petrochenkov-0/+3
2018-11-30Removed feature gate.Alexander Regueiro-6/+5
2018-12-01Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centrilkennytm-4/+3
2018-11-30Removed feature gate.Alexander Regueiro-4/+3
2018-11-30Add precise_pointer_size_matching featurevarkor-0/+2
2018-11-30Stabilise exhaustive_integer_patternsvarkor-2/+2
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-2/+2
2018-11-27remove feature gateMark Mansi-3/+0
2018-11-27move feature gate to acceptedMark Mansi-3/+2
2018-11-21Stabilize macro_literal_matcherDan Aloni-6/+2
2018-11-21Stabilize `extern_crate_item_prelude`Vadim Petrochenkov-3/+2
2018-11-15Fix stability hole with `static _`Oliver Scherer-0/+1
2018-11-07Rollup merge of #55510 - bitshifter:repr-feature-gate-fix, r=petrochenkovkennytm-1/+1
2018-11-06Rollup merge of #55601 - petrochenkov:featissue, r=pnkfelixkennytm-19/+8
2018-11-03Added support for trait aliases as bounds.Alexander Regueiro-7/+10
2018-11-02Remove deprecated unstable `#[panic_implementation]`Vadim Petrochenkov-13/+2
2018-11-02Fix tracking issue numbers for some unstable featuresVadim Petrochenkov-6/+6
2018-10-31Fix feature gate only being checked on first repr attr.Cameron Hart-1/+1
2018-10-27feature-gate lint reasonsZack M. Davis-0/+3
2018-10-24Feature gate extern prelude additions from `extern crate` itemsVadim Petrochenkov-0/+3
2018-10-23Auto merge of #54778 - scottmcm:stabilize-ihle, r=pnkfelixbors-3/+5
2018-10-19Add a stub feature so we can still test E0705Scott McMurray-0/+3
2018-10-19Stabilize impl_header_lifetime_elision in 2015Scott McMurray-4/+3
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-1/+1
2018-10-14Support underscore as constant nameDonato Sciarra-0/+10
2018-10-10Rollup merge of #54870 - flip1995:stabilize_tool_lints, r=ManishearthManish Goregaokar-3/+2
2018-10-10Rollup merge of #54862 - Havvy:cfg_attr_multi, r=petrochenkovManish Goregaokar-0/+3
2018-10-09Update feature-gate listingflip1995-3/+2
2018-10-07cfg-attr-multi: Change issue number to actual tracking issueHavvy (Ryan Scheel)-1/+1
2018-10-07Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich...bors-21/+3
2018-10-07cfg_attr_multi: Feature gateHavvy (Ryan Scheel)-0/+3
2018-10-05Auto merge of #54336 - petrochenkov:preuni, r=alexcrichtonbors-4/+0
2018-10-05Stabilize min_const_fn feature gateOliver Scherer-13/+2
2018-10-05Stabilize `min_const_fn`Oliver Schneider-8/+1
2018-10-05expansion: Remove restriction on use of macro attributes with test/benchVadim Petrochenkov-4/+0
2018-10-02Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg...jeb-4/+9
2018-10-01Extra proc macro gates are now at #54727Alex Crichton-5/+5
2018-09-26Auto merge of #54497 - ralexstokes:stabilize_pattern_parentheses, r=nikomatsakisbors-7/+2
2018-09-25Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertjbors-2/+5
2018-09-25Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakisbors-0/+9
2018-09-25Handle impl trait in MIR type checked for assignments.Matthew Jasper-2/+5
2018-09-23Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichtonbors-0/+6
2018-09-22stabilize pattern_parentheses featureAlex Stokes-7/+2
2018-09-22Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi...Eduard-Mihai Burtescu-14/+7
2018-09-19Parse, feature-gate, and validate the #[marker] attributeScott McMurray-0/+9