index
:
mingling.git
dev/mingling_pathf
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
*
feat(macros): add async mutable resource injection for `#[chain]`
魏曹先生
2 days
1
-2
/
+16
*
feat(macros, docs): register structural macros and update feature table
魏曹先生
3 days
1
-2
/
+10
*
feat(macros): Render ResultEmpty for non-structural types
魏曹先生
4 days
1
-1
/
+7
*
feat(macros): simplify ResultEmpty to a unit struct
魏曹先生
4 days
1
-3
/
+15
*
refactor(general_renderer): rename to structural_renderer
魏曹先生
4 days
1
-38
/
+38
*
feat(core): decouple structured output from Groupped trait
魏曹先生
4 days
1
-0
/
+88
*
fix(dispatch_tree): use proper snake_case for dispatcher static names
魏曹先生
4 days
1
-1
/
+1
*
Trim whitespace from variant string after removing trailing comma
魏曹先生
7 days
1
-1
/
+1
*
Add entry-str dedup and registry cleanup in final gen
魏曹先生
7 days
1
-0
/
+22
*
Add compile-time duplicate variant detection
魏曹先生
7 days
1
-0
/
+31
*
Replace macro_rules dispatch with proc-macro generation
魏曹先生
7 days
1
-6
/
+107
*
Make route! macro auto-convert error types
魏曹先生
7 days
1
-7
/
+8
*
Support qualified type paths in four macros
魏曹先生
7 days
1
-29
/
+0
*
Remove all explicit program name modes from macros
removed-shit
魏曹先生
10 days
1
-93
/
+31
*
Add `group!` macro for registering external types
魏曹先生
10 days
1
-0
/
+53
*
Add shared `MockProgramCollect` and conditional `Groupped` bounds
魏曹先生
10 days
1
-1
/
+6
*
Add `pack_err!` macro for error structs with automatic name field
魏曹先生
11 days
1
-0
/
+70
*
Switch to workspace-level documentation builds
Weicao-CatilGrass
2026-06-01
1
-13
/
+13
*
Expand module-level documentation
Weicao-CatilGrass
2026-05-31
1
-67
/
+291
*
Enhance code quality across the entire codebase
Weicao-CatilGrass
2026-05-31
1
-7
/
+17
*
Rename error types with consistent naming convention
魏曹先生
2026-05-29
1
-25
/
+25
*
Fix `program_comp_gen!` import issue
魏曹先生
2026-05-29
1
-2
/
+11
*
Rename CompletionDispatcher to CMDCompletion and hide internal types
魏曹先生
2026-05-29
1
-5
/
+15
*
Introduce `Registry` type alias for global static declarations
魏曹先生
2026-05-29
1
-10
/
+12
*
Gate extra_macros items behind the feature flag
魏曹先生
2026-05-24
1
-0
/
+6
*
Add implicit dispatcher macro with auto-derived names
魏曹先生
2026-05-24
1
-0
/
+22
*
Rework examples and add entry macro for testing
Weicao-CatilGrass
2026-05-23
1
-0
/
+22
*
Extract resource injection into shared module and add to #[renderer]
Weicao-CatilGrass
2026-05-22
1
-2
/
+3
*
Rename injected renderer parameter from `r` to `__renderer_inner_result`
Weicao-CatilGrass
2026-05-22
1
-3
/
+3
*
Remove `once_cell` dependency and replace with `OnceLock`
魏曹先生
2026-05-21
1
-29
/
+29
*
Add `empty_result!` macro and `REPL` resource, improve examples
魏曹先生
2026-05-19
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
[next]