| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: parse grouped derive attributes for enums and unions correctly | 魏曹先生 | 33 hours | 1 | -25/+28 |
| | | | | | | | Use `parse_args_with` with `Punctuated<Path, Comma>` to correctly identify `Groupped` and `GrouppedSerialize` derive macros, fixing a bug where enums and unions were not properly detected | ||||
| * | refactor: simplify match arm syntax in grouped derive pattern | 魏曹先生 | 2 days | 1 | -9/+6 |
| | | |||||
| * | feat(pathf): add build-time type path resolution system | 魏曹先生 | 3 days | 1 | -0/+93 |
| Add `mingling_pathf` sub-crate and `pathf` feature for automatic resolution of Mingling type module paths at build time. Scans source files, identifies macro invocations via pattern matchers, and generates mapping files consumed by `gen_program!()`. | |||||
