index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling_macros
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expand module-level documentation
Weicao-CatilGrass
43 hours
1
-67
/
+291
*
Enhance code quality across the entire codebase
Weicao-CatilGrass
43 hours
11
-79
/
+79
*
Replace license files with symlinks to root
魏曹先生
4 days
2
-211
/
+2
*
Support doc comments and attributes on `pack!` and `dispatcher!` macros
魏曹先生
4 days
2
-71
/
+127
*
Remove PackAttrs parsing and rendering from pack macro
魏曹先生
4 days
1
-105
/
+9
*
Rename error types with consistent naming convention
魏曹先生
4 days
2
-29
/
+29
*
Fix `program_comp_gen!` import issue
魏曹先生
4 days
2
-11
/
+116
*
Rename CompletionDispatcher to CMDCompletion and hide internal types
魏曹先生
4 days
1
-5
/
+15
*
Update docs and examples for clap binding with optional error parameter
魏曹先生
4 days
1
-0
/
+5
*
Enable color feature for clap and fix help and error rendering
魏曹先生
4 days
1
-5
/
+6
*
Introduce `Registry` type alias for global static declarations
魏曹先生
4 days
1
-10
/
+12
*
Require explicit import of `crate::Next` in chained functions
魏曹先生
9 days
1
-1
/
+7
*
Gate extra_macros items behind the feature flag
魏曹先生
9 days
1
-0
/
+6
*
Add implicit dispatcher macro with auto-derived names
魏曹先生
9 days
2
-3
/
+102
*
Add extra_macros feature to mingling and mingling_macros
魏曹先生
9 days
1
-0
/
+2
*
Rework examples and add entry macro for testing
Weicao-CatilGrass
10 days
2
-0
/
+97
*
Fix incorrect variable name in help attribute macro
Weicao-CatilGrass
10 days
1
-2
/
+2
*
Refactor resource injection to use inline mut resource wrapping
Weicao-CatilGrass
10 days
1
-19
/
+26
*
Refactor renderer to use injected resources directly
Weicao-CatilGrass
11 days
2
-6
/
+4
*
Extract resource injection into shared module and add to #[renderer]
Weicao-CatilGrass
11 days
4
-256
/
+277
*
Support custom return types in `#[renderer]` macro
Weicao-CatilGrass
11 days
1
-16
/
+34
*
Rename injected renderer parameter from `r` to `__renderer_inner_result`
Weicao-CatilGrass
11 days
5
-21
/
+21
*
Update `modify_res` to return `Return` and rename internal method
魏曹先生
12 days
1
-2
/
+2
*
Remove `once_cell` dependency and replace with `OnceLock`
魏曹先生
12 days
7
-42
/
+56
*
Add `empty_result!` macro and `REPL` resource, improve examples
魏曹先生
14 days
1
-1
/
+46
*
Add no-return-value mode for `#[chain]` macro
Weicao-CatilGrass
2026-05-17
2
-40
/
+112
*
Rename `NextProcess` to `Next` across the codebase
Weicao-CatilGrass
2026-05-17
2
-24
/
+23
*
Refactor chain_attr and Suppress clippy::too_many_arguments
Weicao-CatilGrass
2026-05-17
1
-185
/
+287
*
Remove module-level doc comments
Weicao-CatilGrass
2026-05-17
3
-25
/
+0
*
Add README files for mingling_core and mingling_macros crates
Weicao-CatilGrass
2026-05-17
1
-0
/
+16
*
Accept paths for program name parameters in macros
魏曹先生
2026-05-16
6
-103
/
+85
*
Use `default_program_path()` instead of `default_program_ident()`
魏曹先生
2026-05-16
7
-70
/
+83
*
Replace hardcoded `ThisProgram` ident with shared constant
魏曹先生
2026-05-16
7
-21
/
+42
*
Validate single-segment types in attribute macros
魏曹先生
2026-05-16
5
-2
/
+71
*
Document resource injection support in chain macro
魏曹先生
2026-05-16
1
-4
/
+105
*
Require owned type for first parameter and reference for resources
魏曹先生
2026-05-16
1
-2
/
+13
*
Simplify example imports to use prelude and add resources example
魏曹先生
2026-05-16
1
-4
/
+16
*
Add mutable resource injection to `#[chain]` macro
魏曹先生
2026-05-16
1
-18
/
+47
*
Add workspace Cargo.toml and centralize crate metadata
魏曹先生
2026-05-15
2
-70
/
+9
*
Add scripts for building documentation and update docs
魏曹先生
2026-05-13
1
-45
/
+45
*
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
-5
/
+5
*
Make the generated static dispatcher item public
魏曹先生
2026-05-07
1
-1
/
+1
*
Remove `__completion_gen` module wrapping from macro output
魏曹先生
2026-05-07
1
-17
/
+12
*
Add compile-time dispatch tree generation for O(len) command routing
魏曹先生
2026-05-07
3
-2
/
+346
*
Add dispatch_tree feature flag
魏曹先生
2026-05-07
1
-0
/
+1
*
Add support for resource injection in `#[chain]` macro
魏曹先生
2026-05-07
1
-32
/
+155
*
Add static accessor to gen_program! macro output
魏曹先生
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
-1
/
+1
[next]