| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -71/+0 | |
| 2019-11-11 | support issue = "none" in unstable attributes | Ross MacArthur | -2/+9 | |
| - Use `Option<NonZeroU32>` to represent issue numbers. | ||||
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -2/+1 | |
| 2019-09-14 | feature_gate: Merge various attribute gating functions | Vadim Petrochenkov | -1/+2 | |
| 2019-08-25 | Introduce and use `Feature` type for feature gates | Pascal 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-23 | syntax: move `feature_gate.rs`. | Mazdak Farrokhzad | -0/+31 | |
