index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling_core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add workspace Cargo.toml and centralize crate metadata
魏曹先生
2026-05-15
2
-576
/
+16
*
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
6
-0
/
+183
*
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 dispatch_tree feature flag
魏曹先生
2026-05-07
1
-3
/
+5
*
Add support for resource injection in `#[chain]` macro
魏曹先生
2026-05-07
1
-0
/
+6
*
Update mingling from 0.1.7 to 0.1.8
魏曹先生
2026-05-07
2
-2
/
+2
*
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 repl feature flag across workspace crates
魏曹先生
2026-05-03
1
-0
/
+1
*
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
*
Remove `full` feature from all crates
魏曹先生
2026-05-02
1
-2
/
+0
*
Add nightly feature flag for Rust nightly-only functionality
魏曹先生
2026-05-02
1
-0
/
+1
*
Fix comment and constrain ProgramCollect generic bounds
魏曹先生
2026-04-29
2
-2
/
+2
*
Extract `build_comp_script` logic into `build_comp_script_to`
魏曹先生
2026-04-28
1
-4
/
+23
*
Remove root-level Cargo.toml and main.rs
魏曹先生
2026-04-28
1
-0
/
+482
*
Add global resource system to Program
魏曹先生
2026-04-27
4
-2
/
+129
*
Remove `marker::NextProcess` and generate it via `gen_program!`
Weicao-CatilGrass
2026-04-27
3
-10
/
+0
*
Rename feature `clap_parser` to `clap`
魏曹先生
2026-04-26
2
-4
/
+4
*
Add clap_parser feature to mingling_core with help output behavior
魏曹先生
2026-04-26
2
-0
/
+18
*
Add help system with `#[help]` macro and `HelpRequest` trait
魏曹先生
2026-04-25
6
-0
/
+67
*
Add clap_parser feature and refactor dispatcher macro internals
魏曹先生
2026-04-25
1
-0
/
+2
*
Remove redundant generic parameter from Program struct
魏曹先生
2026-04-25
7
-86
/
+59
*
fix: Add explicit type annotation to collect call in Program
Weicao-CatilGrass
2026-04-24
1
-1
/
+1
*
Revert ChainProcess changes from commit 3785202
魏曹先生
2026-04-22
1
-1
/
+4
*
Add workspace configuration and update dependencies
魏曹先生
2026-04-22
1
-482
/
+0
*
Add new_with_args and dispatch_args_dynamic to Program
魏曹先生
2026-04-22
8
-165
/
+169
*
Bump mingling version to 0.1.7 and use local dependencies
魏曹先生
2026-04-21
2
-2
/
+2
*
Update core and macros dependencies to version 0.1.6
0.1.6
魏曹先生
2026-04-20
2
-2
/
+2
*
Add clippy scripts and apply clippy suggestions
魏曹先生
2026-04-20
1
-1
/
+1
*
Add missing import for std::env on non-Windows platforms
魏曹先生
2026-04-19
1
-0
/
+3
*
Bump version to 0.1.6
魏曹先生
2026-04-19
2
-2
/
+2
*
Make async an optional feature
魏曹先生
2026-04-19
5
-31
/
+186
*
Reorganize dependencies into feature-specific groups
魏曹先生
2026-04-18
1
-2
/
+6
*
Fix Windows UTF-16 argument handling in PowerShell completion
魏曹先生
2026-04-17
2
-1
/
+22
[next]