| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(pathf): add foreign item support with is_foreign flag | 魏曹先生 | 5 hours | 1 | -20/+11 |
| | | | | | | | | | | | 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!: rename `Groupped` to `Grouped` across the codebase | 魏曹先生 | 48 hours | 1 | -0/+98 |
