aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/builds.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(core): move pathf module under builds and rename to buildunreleased魏曹先生14 hours1-5/+3
| | | | | | Migrate `mingling_core::pathf` into `mingling_core::builds::pathf` and re-export from `mingling::build`. Update all references from `mingling::builds` and `mingling::pathf` to `mingling::build`.
* feat(pathf): add build-time type path resolution system魏曹先生45 hours1-1/+4
| | | | | | | 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(workspace): add mingling_pathf crate and pathf feature魏曹先生2 days1-0/+3
|
* Add shell completion script generation feature魏曹先生2026-04-111-0/+3