about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate/removed.rs
AgeCommit message (Collapse)AuthorLines
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-116/+0
2019-11-09Remove `#[feature(custom_attribute)]`Vadim Petrochenkov-0/+3
2019-11-06gate rustc_on_unimplemented under rustc_attrsMazdak Farrokhzad-0/+3
2019-09-05Restrict error code length to 80 columnsMark Rousskov-0/+5
The global restriction is 100, but since error codes are printed out via --explain we want to restrict them to just 80 columns.
2019-08-25Introduce and use `Feature` type for feature gatesPascal Hertleif-5/+24
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-9/+13
This is just in preparation for future usage of these texts.
2019-08-23syntax: extract `removed.rs` feature gates.Mazdak Farrokhzad-0/+82