Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-04 | split the repo into a workspace | Christian Poveda | |
remove `clap` dependency :tada: update the book installation instructions | |||
2017-11-27 | Properly handle namespaces for enum configuration options | Tamir Duberstein | |
...by using canonical_path rather than canonical_name. Fixes #1125. | |||
2017-06-18 | Fix recursive aliases to const module enum | Travis Finkenauer | |
Item::is_constified_enum_module() only returns true for the base type, not for "layers" of aliases. Added a "simple alias" test and added content to the types test. |