about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2018-12-07Fixed incorrect reference to issue #23121.Alexander Regueiro-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-144/+144
2018-12-07Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib...Vadim Petrochenkov-16/+3
2018-12-06Auto merge of #56557 - pietroalbini:rollup, r=pietroalbinibors-20/+21
2018-12-06Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavisPietro Albini-18/+17
2018-12-06Rollup merge of #56362 - varkor:stabilise-exhaustive-integer-patterns, r=niko...Pietro Albini-2/+4
2018-12-04cleanup: remove static lifetimes from constsljedrz-18/+17
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