| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: require renderers to return RenderResult instead of mutating one | 魏曹先生 | 17 hours | 1 | -2/+2 |
| | | | | | | | | 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`. | ||||
| * | docs: improve documentation, mark internal items as `#[doc(hidden)]` | 魏曹先生 | 2026-06-27 | 1 | -0/+45 |
| | | | | | | | | | Add module-level docs for the hook system, enhance doc examples for macros with usage syntax, fix typos in cross-references, and hide internal debugging macros and mock types from public documentation | ||||
| * | refactor(general_renderer): rename to structural_renderer | 魏曹先生 | 2026-06-26 | 1 | -5/+5 |
| | | |||||
| * | Redesign hook system with structured info types and ProgramControls | 魏曹先生 | 2026-06-24 | 1 | -179/+291 |
| | | |||||
| * | Add unit and integration tests for mingling_core | Weicao-CatilGrass | 2026-06-09 | 1 | -0/+208 |
| | | |||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 1 | -11/+31 |
| | | |||||
| * | Change `repl_post_readline` hook to accept mutable line reference | 魏曹先生 | 2026-05-21 | 1 | -4/+4 |
| | | |||||
| * | Refactor REPL hooks into modular setups and add new hook types | 魏曹先生 | 2026-05-21 | 1 | -0/+144 |
| | | |||||
| * | Conditionally disable panic unwind support for async feature | 魏曹先生 | 2026-05-19 | 1 | -5/+12 |
| | | |||||
| * | Add REPL pre/post readline hooks and suppress dead code warnings | 魏曹先生 | 2026-05-18 | 1 | -0/+58 |
| | | |||||
| * | Implement REPL execution with hooks and argument splitting | 魏曹先生 | 2026-05-18 | 1 | -0/+81 |
| | | |||||
| * | Add allow(dead_code) annotation to run_hook_exec_panic | 魏曹先生 | 2026-05-16 | 1 | -0/+1 |
| | | |||||
| * | Add panic catch for program execution | 魏曹先生 | 2026-05-15 | 1 | -1/+23 |
| | | |||||
| * | Migrate exit code control to resource-based system | Weicao-CatilGrass | 2026-05-13 | 1 | -146/+1 |
| | | |||||
| * | Capture exit codes from anonymous hook finishes | 魏曹先生 | 2026-05-09 | 1 | -1/+4 |
| | | |||||
| * | Add exit code control and hook lifecycle features | 魏曹先生 | 2026-05-09 | 1 | -8/+13 |
| | | |||||
| * | Add lifecycle hooks to program execution | 魏曹先生 | 2026-05-09 | 1 | -0/+349 |
