aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program/hook.rs
Commit message (Collapse)AuthorAgeFilesLines
* docs: improve documentation, mark internal items as `#[doc(hidden)]`魏曹先生2 days1-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魏曹先生4 days1-5/+5
|
* Redesign hook system with structured info types and ProgramControls魏曹先生6 days1-179/+291
|
* Add unit and integration tests for mingling_coreWeicao-CatilGrass2026-06-091-0/+208
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-11/+31
|
* Change `repl_post_readline` hook to accept mutable line reference魏曹先生2026-05-211-4/+4
|
* Refactor REPL hooks into modular setups and add new hook types魏曹先生2026-05-211-0/+144
|
* Conditionally disable panic unwind support for async feature魏曹先生2026-05-191-5/+12
|
* Add REPL pre/post readline hooks and suppress dead code warnings魏曹先生2026-05-181-0/+58
|
* Implement REPL execution with hooks and argument splitting魏曹先生2026-05-181-0/+81
|
* Add allow(dead_code) annotation to run_hook_exec_panic魏曹先生2026-05-161-0/+1
|
* Add panic catch for program execution魏曹先生2026-05-151-1/+23
|
* Migrate exit code control to resource-based systemWeicao-CatilGrass2026-05-131-146/+1
|
* Capture exit codes from anonymous hook finishes魏曹先生2026-05-091-1/+4
|
* Add exit code control and hook lifecycle features魏曹先生2026-05-091-8/+13
|
* Add lifecycle hooks to program execution魏曹先生2026-05-091-0/+349