about summary refs log tree commit diff
path: root/src/librustc_feature
AgeCommit message (Expand)AuthorLines
2019-11-30derive(Default) for FeaturesMazdak Farrokhzad-12/+2
2019-11-30move GateIssue to rustc_feature & simplify emit_feature_errMazdak Farrokhzad-2/+32
2019-11-30update rustc_feature crate docsMazdak Farrokhzad-8/+6
2019-11-30move UnstableFeatures -> rustc_featureMazdak Farrokhzad-0/+34
2019-11-30builtin_attrs.rs -> rustc_featureMazdak Farrokhzad-0/+603
2019-11-30move Stability to rustc_featureMazdak Farrokhzad-0/+8
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-0/+1008