| Age | Commit message (Collapse) | Author | Lines |
|
We also rename some of the files to conform to the
feature-gate-<feat_name>.rs pattern that is most common.
|
|
so proc-macro-attribute feature gate check can use resolve
|
|
Now, no feature outside of the whitelist is
without a test marked as its gate test.
|
|
|
|
|
|
- add feature gate
- add basic tests
- adjust parser to eliminate conflict between `const fn` and associated
constants
- allow `const fn` in traits/trait-impls, but forbid later in type check
- correct some merge conflicts
|