| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: Reorder imports and reformat code with cargo fmt | 魏曹先生 | 14 hours | 1 | -3/+12 |
| | | |||||
| * | feat: require renderers to return RenderResult instead of mutating one | 魏曹先生 | 16 hours | 1 | -15/+14 |
| | | | | | | | | 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 | -4/+4 |
| | | | | | | | | | 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`. | ||||
| * | refactor(general_renderer): rename to structural_renderer | 魏曹先生 | 2026-06-26 | 1 | -2/+2 |
| | | |||||
| * | Redesign hook system with structured info types and ProgramControls | 魏曹先生 | 2026-06-24 | 1 | -2/+4 |
| | | |||||
| * | Add shared `MockProgramCollect` and conditional `Groupped` bounds | 魏曹先生 | 2026-06-20 | 1 | -1/+1 |
| | | | | | | | Extract duplicate `MockCollect` implementations into a reusable `MockProgramCollect` type. Conditionally require `Serialize` on the `Groupped` trait when the `general_renderer` feature is enabled. | ||||
| * | Add COMPLETION_SUBCOMMAND and is_completing method | Weicao-CatilGrass | 2026-06-09 | 1 | -6/+4 |
| | | |||||
| * | Respect `--no-error` and `--quiet` flags when resolving manifest path | 魏曹先生 | 2026-06-07 | 1 | -2/+13 |
| | | |||||
| * | Move error handling into its own module and add show.binaries command | 魏曹先生 | 2026-06-07 | 1 | -5/+39 |
| | | |||||
| * | Add hformat_cargo, hprintln_cargo macros and help rendering | 魏曹先生 | 2026-06-07 | 1 | -11/+58 |
| | | |||||
| * | Refactor CLI entry points and move main logic to library | 魏曹先生 | 2026-06-07 | 1 | -0/+95 |
| | | |||||
| * | Refactor mling to use new program architecture and install scripts | 魏曹先生 | 2026-06-07 | 1 | -77/+0 |
| | | |||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 1 | -1/+6 |
| | | |||||
| * | Rename error types with consistent naming convention | 魏曹先生 | 2026-05-29 | 1 | -2/+2 |
| | | |||||
| * | Rename CompletionDispatcher to CMDCompletion and hide internal types | 魏曹先生 | 2026-05-29 | 1 | -2/+2 |
| | | |||||
| * | Remove `__completion_gen` module wrapping from macro output | 魏曹先生 | 2026-05-07 | 1 | -3/+1 |
| | | |||||
| * | Remove implicit help print and add version flag | 魏曹先生 | 2026-04-28 | 1 | -6/+5 |
| | | |||||
| * | Add terminal colored rendering and guide text | 魏曹先生 | 2026-04-28 | 1 | -8/+38 |
| | | |||||
| * | Rename refresh command to install | 魏曹先生 | 2026-04-28 | 1 | -3/+3 |
| | | |||||
| * | Add scaffolding CLI tool `mling` | 魏曹先生 | 2026-04-28 | 1 | -0/+45 |
