about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate/mod.rs
AgeCommit message (Collapse)AuthorLines
2019-08-25Introduce and use `Feature` type for feature gatesPascal Hertleif-0/+33
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-23syntax: move `feature_gate.rs`.Mazdak Farrokhzad-0/+31