about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate/accepted.rs
AgeCommit message (Collapse)AuthorLines
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-265/+0
2019-11-21Stabilize the `never_type`, written `!`.Mazdak Farrokhzad-0/+2
2019-11-07Push `re_rebalance_coherence` to 1.41Ohad Ravid-1/+1
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
2019-10-31Stabilize the `re_rebalance_coherence` featureOhad Ravid-0/+3
2019-10-29stabilize cfg(doctest)Guillaume Gomez-0/+2
2019-10-27Stabilize `const_constructor`Matthew Jasper-0/+2
2019-10-25RFC 2008: StabilizationDavid Wood-1/+3
This commit stabilizes RFC 2008 (#44109) by removing the feature gate. Signed-off-by: David Wood <david@davidtw.co>
2019-09-30Stabilize macros in `extern` blocksVadim Petrochenkov-0/+2
Add some tests for macros in extern blocks, remove duplicate tests
2019-09-11Stabilize `param_attrs` in Rust 1.39.0Caio-0/+2
2019-09-08Stabilize bind_by_move_pattern_guards in 1.39.0.Mazdak Farrokhzad-0/+2
2019-08-25Introduce and use `Feature` type for feature gatesPascal Hertleif-3/+13
This replaces the ad-hoc tuples used in the different feature gate files and unifies their content into a common type, leading to more readable matches and other good stuff that comes from having named fields. It also contains the description of each feature as extracted from the doc comment.
2019-08-24Use doc comments for feature gate descriptionsPascal Hertleif-108/+110
This is just in preparation for future usage of these texts.
2019-08-23syntax: extract `accepted.rs` feature gates.Mazdak Farrokhzad-0/+236