| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(macros): reorganize module hierarchy in mingling_macros | 魏曹先生 | 9 days | 1 | -147/+0 |
| | | | | | | | Restructure flat module layout into logical directories (attr/, derive/, func/, systems/, extensions/, utils.rs). Tighten internal function visibility to pub(crate). All public API signatures remain unchanged. | ||||
| * | fix!: rename `Groupped` to `Grouped` across the codebase | 魏曹先生 | 10 days | 1 | -2/+2 |
| | | |||||
| * | Add aliased syntax to `group!` macro | 魏曹先生 | 2026-06-23 | 1 | -10/+56 |
| | | | | | | Allow `group!(Alias = TypePath)` to create a type alias and use the alias name as the enum variant, enabling more descriptive naming | ||||
| * | Remove all explicit program name modes from macrosremoved-shit | 魏曹先生 | 2026-06-20 | 1 | -40/+8 |
| | | |||||
| * | Support single-segment type paths in group macro | 魏曹先生 | 2026-06-20 | 1 | -1/+19 |
| | | |||||
| * | Add `group!` macro for registering external types | 魏曹先生 | 2026-06-20 | 1 | -0/+115 |
