aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program/hook.rs
Commit message (Expand)AuthorAgeFilesLines
* Change `repl_post_readline` hook to accept mutable line reference魏曹先生12 days1-4/+4
* Refactor REPL hooks into modular setups and add new hook types魏曹先生12 days1-0/+144
* Conditionally disable panic unwind support for async feature魏曹先生14 days1-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