| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: Reorder imports and reformat code with cargo fmt | 魏曹先生 | 27 hours | 1 | -3/+3 |
| | | |||||
| * | feat: require renderers to return RenderResult instead of mutating one | 魏曹先生 | 28 hours | 1 | -8/+13 |
| | | | | | | | | 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 | 魏曹先生 | 14 days | 1 | -2/+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`. | ||||
| * | Move error handling into its own module and add show.binaries command | 魏曹先生 | 2026-06-07 | 1 | -0/+70 |
