| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -29/+0 | |
| 2021-02-20 | Make "missing field" error message more natural | r00ster91 | -1/+1 | |
| 2020-12-12 | Resolve enum field visibility correctly | Camelid | -0/+29 | |
| Previously, this code treated enum fields' visibility as if they were struct fields. However, that's not correct because the visibility of a struct field with `ast::VisibilityKind::Inherited` is private to the module it's defined in, whereas the visibility of an *enum* field with `ast::VisibilityKind::Inherited` is the visibility of the enum it belongs to. | ||||
