index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling_macros
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract resource injection into shared module and add to #[renderer]
Weicao-CatilGrass
11 days
1
-2
/
+3
*
Rename injected renderer parameter from `r` to `__renderer_inner_result`
Weicao-CatilGrass
11 days
1
-3
/
+3
*
Remove `once_cell` dependency and replace with `OnceLock`
魏曹先生
12 days
1
-29
/
+29
*
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
1
-1
/
+10
*
Rename `NextProcess` to `Next` across the codebase
Weicao-CatilGrass
2026-05-17
1
-15
/
+15
*
Use `default_program_path()` instead of `default_program_ident()`
魏曹先生
2026-05-16
1
-0
/
+5
*
Replace hardcoded `ThisProgram` ident with shared constant
魏曹先生
2026-05-16
1
-1
/
+7
*
Validate single-segment types in attribute macros
魏曹先生
2026-05-16
1
-0
/
+29
*
Document resource injection support in chain macro
魏曹先生
2026-05-16
1
-4
/
+105
*
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
*
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
1
-0
/
+64
*
Add static accessor to gen_program! macro output
魏曹先生
2026-05-07
1
-0
/
+6
*
Enforce `NextProcess` return type in chain functions and update examples
魏曹先生
2026-05-02
1
-7
/
+7
*
Add architecture overview and doc comments to macro crate
魏曹先生
2026-05-02
1
-0
/
+920
*
Use small integer repr for gen_program! enum
魏曹先生
2026-04-29
1
-5
/
+13
*
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
1
-11
/
+15
*
Rename feature `clap_parser` to `clap`
魏曹先生
2026-04-26
1
-2
/
+2
*
Add help system with `#[help]` macro and `HelpRequest` trait
魏曹先生
2026-04-25
1
-0
/
+27
*
Add `dispatcher_clap` attribute macro behind `clap_parser` feature
魏曹先生
2026-04-25
1
-0
/
+8
*
Add clap_parser feature and refactor dispatcher macro internals
魏曹先生
2026-04-25
1
-1
/
+1
*
Remove redundant generic parameter from Program struct
魏曹先生
2026-04-25
1
-1
/
+1
*
Rename dispatcher_chain.rs to dispatcher.rs
魏曹先生
2026-04-25
1
-2
/
+2
*
Add new_with_args and dispatch_args_dynamic to Program
魏曹先生
2026-04-22
1
-5
/
+0
*
Move type registration to pack! and Groupped macros
魏曹先生
2026-04-20
1
-38
/
+16
*
Make async an optional feature
魏曹先生
2026-04-19
1
-11
/
+31
*
Extract chain and renderer registration into separate macros
魏曹先生
2026-04-18
1
-3
/
+10
*
Add type registration for CompletionContext
魏曹先生
2026-04-15
1
-0
/
+2
*
Remove unnecessary string conversions in macro type registration
魏曹先生
2026-04-15
1
-2
/
+2
*
Add register_type macro and use it in chain and renderer macros
魏曹先生
2026-04-15
1
-0
/
+13
*
Add enum_rename attribute to EnumTag macro
魏曹先生
2026-04-13
1
-1
/
+1
*
Remove comp module and add EnumTag derive macro
魏曹先生
2026-04-13
1
-0
/
+12
*
Add completion system with shell context and dispatcher integration
魏曹先生
2026-04-10
1
-60
/
+86
*
Add completion macro infrastructure without logic
魏曹先生
2026-04-10
1
-1
/
+66
*
Rename DefaultProgram to ThisProgram and remove ThisProgram marker
魏曹先生
2026-04-09
1
-1
/
+1
*
Add basic completion module with shell integration
魏曹先生
2026-04-09
1
-0
/
+16
*
Add Groupped derive macro for automatic trait implementation
魏曹先生
2026-04-05
1
-0
/
+12
*
Add general renderer support with serialization formats
魏曹先生
2026-04-05
1
-0
/
+35
*
Add default error handling methods to ProgramCollect trait
魏曹先生
2026-04-01
1
-9
/
+11
*
Replace typeid-based dispatch with enum-based dispatch
魏曹先生
2026-04-01
1
-10
/
+48
*
Remove documentation from macro definitions
魏曹先生
2026-03-31
1
-205
/
+0
*
Rename chain_struct macro to pack
魏曹先生
2026-03-31
1
-9
/
+9
*
Add README and license files to project structure
魏曹先生
2026-03-29
1
-3
/
+69
*
Add fallback dispatcher for missing renderers.
魏曹先生
2026-03-29
1
-1
/
+27
*
Generate struct names from function names in chain and renderer macros
魏曹先生
2026-03-29
1
-10
/
+10
*
Completed the first preliminary usable version of the Mingling
魏曹先生
2026-03-29
1
-31
/
+120
[next]