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
*
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
*
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
1
-4
/
+7
*
Enforce `NextProcess` return type in chain functions and update examples
魏曹先生
2026-05-02
2
-8
/
+44
*
Add architecture overview and doc comments to macro crate
魏曹先生
2026-05-02
12
-104
/
+921
*
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
*
Use small integer repr for gen_program! enum
魏曹先生
2026-04-29
2
-7
/
+14
*
se internal ugly naming convention for generated structs
魏曹先生
2026-04-28
4
-11
/
+28
*
Remove root-level Cargo.toml and main.rs
魏曹先生
2026-04-28
1
-0
/
+61
*
Add global resource system to Program
魏曹先生
2026-04-27
1
-0
/
+1
*
Add `route!` macro for early error routing
魏曹先生
2026-04-27
1
-0
/
+12
*
Remove `marker::NextProcess` and generate it via `gen_program!`
Weicao-CatilGrass
2026-04-27
2
-70
/
+32
[next]