index
:
mingling.git
dev/mingling_pathf
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling_core
/
src
/
program
/
hook.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
docs: improve documentation, mark internal items as `#[doc(hidden)]`
魏曹先生
2 days
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
魏曹先生
4 days
1
-5
/
+5
|
*
Redesign hook system with structured info types and ProgramControls
魏曹先生
5 days
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