aboutsummaryrefslogtreecommitdiff
path: root/mingling_pathf/src/patterns
Commit message (Expand)AuthorAgeFilesLines
* refactor!: replace pack! macros with derive-based pipeline types魏曹先生46 hours1-104/+0
* refactor!: remove Node type and simplify dispatcher macro syntax魏曹先生2 days2-81/+60
* refactor!: remove dynamic dispatcher registration API魏曹先生2 days2-46/+23
* chore: add "Doc Not Optimize" comments to source files魏曹先生5 days12-0/+12
* feat(pathf): enforce pedantic lints and update API ergonomics魏曹先生8 days5-165/+103
* feat: add entry metadata system with compile-time typed values魏曹先生2026-08-041-0/+165
* feat(mingling_macros, mingling_pathf): add `#[command]` attribute macro魏曹先生2026-07-281-0/+81
* feat(pathf): add foreign item support with is_foreign flag魏曹先生2026-07-2110-114/+168
* fix(patterns): broaden pattern detection to cover both bracketed forms魏曹先生2026-07-205-5/+8
* chore: add missing docs lint and document public API魏曹先生2026-07-202-0/+14
* fix!: rename `Groupped` to `Grouped` across the codebase魏曹先生2026-07-191-17/+17
* docs: add module-level documentation and improve doc comments魏曹先生2026-07-1710-0/+60
* chore: run cargo fmt and rearrange re-exports in mingling魏曹先生2026-07-025-34/+24
* fix: parse grouped derive attributes for enums and unions correctly魏曹先生2026-06-301-25/+28
* fix(dispatcher_clap): support dispatch tree pattern detection魏曹先生2026-06-301-8/+43
* fix(mingling_pathf): extract CMD, error, and help types from魏曹先生2026-06-301-16/+181
* feat(pathf): add dispatch tree config and pass feature to analyzer魏曹先生2026-06-291-39/+118
* refactor: simplify match arm syntax in grouped derive pattern魏曹先生2026-06-291-9/+6
* fix(dispatcher): use full command name for entry generation魏曹先生2026-06-291-2/+1
* feat(pathf): add build-time type path resolution system魏曹先生2026-06-289-0/+740
* feat(mingling_pathf): add pattern analyzer module for struct detection魏曹先生2026-06-281-0/+51