| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: require renderers to return RenderResult instead of mutating one | 魏曹先生 | 15 hours | 1 | -1/+1 |
| | | | | | | | | BREAKING CHANGE: The `render` method on `Renderer`, `HelpRequest`, and `ProgramCollect` now returns `RenderResult` instead of taking `&mut RenderResult`. The `r_print!` and `r_println!` macros have been removed in favor of using `std::io::Write` directly on `RenderResult`. | ||||
| * | feat(mling): enable pathf feature and run type mapping build | 魏曹先生 | 13 days | 1 | -14/+5 |
| | | | | | | | | | 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`. | ||||
| * | feat(proj_mgr): add project generation with interactive checklist | 魏曹先生 | 2026-06-26 | 1 | -0/+3 |
| | | |||||
| * | Move error handling into its own module and add show.binaries command | 魏曹先生 | 2026-06-07 | 1 | -33/+0 |
| | | |||||
| * | Add hformat_cargo, hprintln_cargo macros and help rendering | 魏曹先生 | 2026-06-07 | 1 | -9/+34 |
| | | |||||
| * | Refactor CLI entry points and move main logic to library | 魏曹先生 | 2026-06-07 | 1 | -1/+3 |
| | | |||||
| * | Rename cargo style functions and remove unused imports | 魏曹先生 | 2026-06-07 | 1 | -2/+20 |
| | | |||||
| * | Refactor mling to use new program architecture and install scripts | 魏曹先生 | 2026-06-07 | 1 | -0/+12 |
