| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -116/+0 | |
| 2019-11-09 | Remove `#[feature(custom_attribute)]` | Vadim Petrochenkov | -0/+3 | |
| 2019-11-06 | gate rustc_on_unimplemented under rustc_attrs | Mazdak Farrokhzad | -0/+3 | |
| 2019-09-05 | Restrict error code length to 80 columns | Mark 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-25 | Introduce and use `Feature` type for feature gates | Pascal 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-24 | Use doc comments for feature gate descriptions | Pascal Hertleif | -9/+13 | |
| This is just in preparation for future usage of these texts. | ||||
| 2019-08-23 | syntax: extract `removed.rs` feature gates. | Mazdak Farrokhzad | -0/+82 | |
