| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: require renderers to return RenderResult instead of mutating one | 魏曹先生 | 14 hours | 1 | -56/+0 |
| | | | | | | | | 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`. | ||||
| * | Rename injected renderer parameter from `r` to `__renderer_inner_result` | Weicao-CatilGrass | 2026-05-22 | 1 | -2/+2 |
| | | |||||
| * | Add architecture overview and doc comments to macro crate | 魏曹先生 | 2026-05-02 | 1 | -5/+0 |
| | | |||||
| * | Completed the first preliminary usable version of the Mingling | 魏曹先生 | 2026-03-29 | 1 | -26/+0 |
| | | | | | framework. | ||||
| * | Add initial Mingling framework codebase | 魏曹先生 | 2026-03-28 | 1 | -0/+87 |
