| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix!: rename `Groupped` to `Grouped` across the codebase | 魏曹先生 | 3 days | 1 | -17/+17 |
| | | |||||
| * | docs: add module-level documentation and improve doc comments | 魏曹先生 | 5 days | 10 | -0/+60 |
| | | |||||
| * | chore: run cargo fmt and rearrange re-exports in mingling | 魏曹先生 | 2026-07-02 | 5 | -34/+24 |
| | | |||||
| * | fix: parse grouped derive attributes for enums and unions correctly | 魏曹先生 | 2026-06-30 | 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 | ||||
| * | fix(dispatcher_clap): support dispatch tree pattern detection | 魏曹先生 | 2026-06-30 | 1 | -8/+43 |
| | | |||||
| * | fix(mingling_pathf): extract CMD, error, and help types from | 魏曹先生 | 2026-06-30 | 1 | -16/+181 |
| | | | | | dispatcher_clap | ||||
| * | feat(pathf): add dispatch tree config and pass feature to analyzer | 魏曹先生 | 2026-06-29 | 1 | -39/+118 |
| | | | | | | | | | Add `PathfinderConfig` struct to control dispatch tree extraction, and wire `use_dispatch_tree` through `DispatcherPattern`, `init_with_config`, and `analyze_and_build_type_mapping_for`. Expose config and wrapper from `mingling_core` under the `pathf` feature. | ||||
| * | refactor: simplify match arm syntax in grouped derive pattern | 魏曹先生 | 2026-06-29 | 1 | -9/+6 |
| | | |||||
| * | fix(dispatcher): use full command name for entry generation | 魏曹先生 | 2026-06-29 | 1 | -2/+1 |
| | | |||||
| * | feat(pathf): add build-time type path resolution system | 魏曹先生 | 2026-06-28 | 9 | -0/+740 |
| | | | | | | | | 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!()`. | ||||
| * | feat(mingling_pathf): add pattern analyzer module for struct detection | 魏曹先生 | 2026-06-28 | 1 | -0/+51 |
| Add a `PatternAnalyzer` with an `AnalyzePattern` trait to detect and extract struct declarations from Rust source files, supporting nested inline modules. | |||||
