| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(pathf): add foreign item support with is_foreign flag | 魏曹先生 | 25 hours | 1 | -4/+4 |
| | | | | | | | | | | | Add `AnalyzeItem::foreign()` and `AnalyzeItem::local()` constructors to distinguish items resolved via `use` imports from local definitions. Update `GroupPattern` to collect use imports at file and module levels, resolving `group!(TypeName)` against them. Migrate all pattern implementations to use the new constructors, and adjust `type_mapping_builder` to skip the file's own module prefix for foreign items. | ||||
| * | fix(patterns): broaden pattern detection to cover both bracketed forms | 魏曹先生 | 37 hours | 1 | -1/+1 |
| | | |||||
| * | docs: add module-level documentation and improve doc comments | 魏曹先生 | 5 days | 1 | -0/+4 |
| | | |||||
| * | chore: run cargo fmt and rearrange re-exports in mingling | 魏曹先生 | 2026-07-02 | 1 | -6/+3 |
| | | |||||
| * | feat(pathf): add build-time type path resolution system | 魏曹先生 | 2026-06-28 | 1 | -0/+65 |
| 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!()`. | |||||
