aboutsummaryrefslogtreecommitdiff
path: root/mling/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(core): move pathf module under builds and rename to buildHEADunreleasedmain魏曹先生9 hours1-1/+1
| | | | | | 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(mling): enable pathf feature and run type mapping build魏曹先生20 hours1-0/+2
| | | | | | | | Add the `pathf` feature to mingling dependency and invoke `analyze_and_build_type_mapping` during the build script. Reorganize internal module visibility from `mod + pub use` to direct `pub mod`.
* Fix date format padding in version string魏曹先生2026-06-071-2/+2
|
* Remove duplicate shell completion generation魏曹先生2026-06-071-1/+0
|
* Refactor mling to use new program architecture and install scripts魏曹先生2026-06-071-0/+62