| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: Reorder imports and reformat code with cargo fmt | 魏曹先生 | 38 hours | 3 | -8/+8 |
| | | |||||
| * | feat: require renderers to return RenderResult instead of mutating one | 魏曹先生 | 39 hours | 3 | -24/+45 |
| | | | | | | | | 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`. | ||||
| * | chore: run cargo fmt and rearrange re-exports in mingling | 魏曹先生 | 11 days | 1 | -17/+18 |
| | | |||||
| * | refactor(proj_mgr): reorganize imports and reformat code | 魏曹先生 | 14 days | 2 | -5/+13 |
| | | |||||
| * | feat(mling): enable pathf feature and run type mapping build | 魏曹先生 | 2026-06-29 | 3 | -16/+11 |
| | | | | | | | | | 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 CHECKLIST.md reader for values and toggles | 魏曹先生 | 2026-06-26 | 2 | -0/+296 |
| | | | | | | Parse fenced code blocks as key-value pairs and checkbox lines as namespace toggles in a single pass | ||||
| * | feat(proj_mgr): add project generation with interactive checklist | 魏曹先生 | 2026-06-26 | 2 | -0/+46 |
| | | |||||
| * | Add installer module and refactor error handling | 魏曹先生 | 2026-06-07 | 1 | -4/+4 |
| | | |||||
| * | Replace show.workspace with show.workspace-dir command | 魏曹先生 | 2026-06-07 | 2 | -2/+62 |
| | | |||||
| * | Move error handling into its own module and add show.binaries command | 魏曹先生 | 2026-06-07 | 3 | -1/+74 |
| | | |||||
| * | Add hformat_cargo, hprintln_cargo macros and help rendering | 魏曹先生 | 2026-06-07 | 2 | -4/+160 |
| | | |||||
| * | Refactor CLI entry points and move main logic to library | 魏曹先生 | 2026-06-07 | 1 | -2/+2 |
| | | |||||
| * | Fix date format padding in version string | 魏曹先生 | 2026-06-07 | 1 | -0/+3 |
| | | |||||
| * | Refactor mling to use new program architecture and install scripts | 魏曹先生 | 2026-06-07 | 1 | -0/+3 |
