index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling_core
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change `ProgramSetup::setup` to consume `self` instead of borrow
魏曹先生
26 hours
1
-4
/
+3
*
Enhance code quality across the entire codebase
Weicao-CatilGrass
45 hours
27
-120
/
+225
*
Fix trailing space and partial match bugs in default completion
魏曹先生
46 hours
1
-6
/
+27
*
Add unpack_chain_process macro and improve test docs
魏曹先生
46 hours
1
-2
/
+141
*
Rename error types with consistent naming convention
魏曹先生
4 days
2
-4
/
+5
*
Support custom return types in `#[renderer]` macro
Weicao-CatilGrass
11 days
1
-0
/
+12
*
Rename injected renderer parameter from `r` to `__renderer_inner_result`
Weicao-CatilGrass
11 days
1
-2
/
+2
*
Update `modify_res` to return `Return` and rename internal method
魏曹先生
12 days
1
-4
/
+7
*
Change `repl_post_readline` hook to accept mutable line reference
魏曹先生
12 days
2
-8
/
+8
*
Refactor REPL hooks into modular setups and add new hook types
魏曹先生
12 days
2
-13
/
+156
*
Add `empty_result!` macro and `REPL` resource, improve examples
魏曹先生
14 days
3
-3
/
+29
*
Conditionally disable panic unwind support for async feature
魏曹先生
14 days
3
-45
/
+62
*
Add REPL pre/post readline hooks and suppress dead code warnings
魏曹先生
2026-05-18
2
-26
/
+78
*
Implement REPL execution with hooks and argument splitting
魏曹先生
2026-05-18
8
-54
/
+413
*
Refactor program module into submodules
魏曹先生
2026-05-18
5
-323
/
+361
*
Move hook execution into the async and sync run methods
魏曹先生
2026-05-18
2
-2
/
+6
*
Add documentation comments to chain and error enums
Weicao-CatilGrass
2026-05-18
3
-0
/
+35
*
Add no-return-value mode for `#[chain]` macro
Weicao-CatilGrass
2026-05-17
1
-0
/
+4
*
Add repr(u8) to bool and NextProcess enums
Weicao-CatilGrass
2026-05-17
1
-0
/
+1
*
Rename `NextProcess` to `Next` across the codebase
Weicao-CatilGrass
2026-05-17
3
-17
/
+17
*
Add allow(dead_code) annotation to run_hook_exec_panic
魏曹先生
2026-05-16
1
-0
/
+1
*
Add mutable resource injection to `#[chain]` macro
魏曹先生
2026-05-16
1
-0
/
+34
*
Refactor general_renderer into granular format-specific features
魏曹先生
2026-05-16
3
-0
/
+33
*
Remove thiserror dependency and implement error types manually
魏曹先生
2026-05-15
3
-22
/
+79
*
Replace derive-macro Display impl with manual formatting
魏曹先生
2026-05-15
1
-1
/
+12
*
Add option to silence panic messages in stdout settings
魏曹先生
2026-05-15
2
-0
/
+24
*
Inline `strip_all_flags` and simplify `ShellContext` methods
魏曹先生
2026-05-15
2
-22
/
+19
*
Add panic catch for program execution
魏曹先生
2026-05-15
6
-24
/
+95
*
Rename `set_instance_and_run` to `exec_wrapper` and remove doc comments
魏曹先生
2026-05-15
1
-6
/
+4
*
Add `modify` method to `ResourceMarker` trait
魏曹先生
2026-05-15
1
-2
/
+12
*
Migrate exit code control to resource-based system
Weicao-CatilGrass
2026-05-13
8
-298
/
+10
*
Remove installation module behind builds feature
Weicao-CatilGrass
2026-05-13
2
-78
/
+0
*
Add `builds` feature and install completion scripts
Weicao-CatilGrass
2026-05-11
4
-0
/
+103
*
Capture exit codes from anonymous hook finishes
魏曹先生
2026-05-09
2
-3
/
+5
*
Remove unnecessary closure in exit code control setup
魏曹先生
2026-05-09
1
-1
/
+1
*
Add exit code control and hook lifecycle features
魏曹先生
2026-05-09
5
-12
/
+75
*
Add lifecycle hooks to program execution
魏曹先生
2026-05-09
9
-30
/
+507
*
Move `comp` module from `asset` to crate root
Weicao-CatilGrass
2026-05-09
6
-6
/
+7
*
Replace explicit return with trailing expression
魏曹先生
2026-05-08
2
-1
/
+2
*
Dispatch arguments using prefix tree with dispatch_tree feature
魏曹先生
2026-05-08
2
-6
/
+44
*
Add error type aliases to ProgramCollect trait
魏曹先生
2026-05-08
1
-0
/
+2
*
Log node strings in get_nodes for debug builds
魏曹先生
2026-05-07
1
-1
/
+19
*
Add compile-time dispatch tree generation for O(len) command routing
魏曹先生
2026-05-07
1
-0
/
+1
*
Add dispatch tree feature for fast argument matching
魏曹先生
2026-05-07
4
-17
/
+55
*
Add support for resource injection in `#[chain]` macro
魏曹先生
2026-05-07
1
-0
/
+6
*
Apply clippy suggestions in chain related files
Weicao-CatilGrass
2026-05-04
1
-11
/
+11
*
Add missing articles and improve documentation
魏曹先生
2026-05-03
8
-0
/
+55
*
Add Display derive and testing utilities for Next enum
魏曹先生
2026-05-02
4
-0
/
+110
*
Restrict GlobalResources visibility to crate
魏曹先生
2026-05-02
1
-1
/
+1
*
Fix comment and constrain ProgramCollect generic bounds
魏曹先生
2026-04-29
2
-2
/
+2
[next]