index
:
mingling.git
dev/mingling_pathf
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling_core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move flag tests to separate module and clean up deref patterns
魏曹先生
6 days
8
-367
/
+366
*
Replace macro_rules dispatch with proc-macro generation
魏曹先生
7 days
1
-73
/
+0
*
Remove unnecessary module wrapping for MockProgramCollect
魏曹先生
10 days
1
-91
/
+87
*
Add shared `MockProgramCollect` and conditional `Groupped` bounds
魏曹先生
10 days
7
-258
/
+196
*
Move to_chain and to_render to Groupped trait
魏曹先生
10 days
1
-0
/
+16
*
Update repository URLs to mingling-rs organization
Weicao-CatilGrass
2026-06-10
1
-5
/
+5
*
Add unit and integration tests for mingling_core
Weicao-CatilGrass
2026-06-09
39
-0
/
+4361
*
Add COMPLETION_SUBCOMMAND and is_completing method
Weicao-CatilGrass
2026-06-09
2
-0
/
+30
*
Add get_args method to Program
Weicao-CatilGrass
2026-06-09
1
-0
/
+6
*
Remove misleading SAFETY comment in LazyRes force_init
Weicao-CatilGrass
2026-06-09
1
-2
/
+2
*
Replace `OnceLock<Option<Box<dyn Any>>>` with custom `ProgramCell` type
Weicao-CatilGrass
2026-06-09
4
-23
/
+107
*
Add on-drop callback support to `LazyRes`
Weicao-CatilGrass
2026-06-08
1
-20
/
+145
*
Refactor LazyRes to use enum and drop factory after init
魏曹先生
2026-06-07
1
-72
/
+113
*
Add LazyRes for lazy resource initialization
魏曹先生
2026-06-07
3
-3
/
+148
*
Remove unused import of ProgramPanic
魏曹先生
2026-06-07
1
-4
/
+1
*
Rename `ExitCode` to `ResExitCode` and `REPL` to `ResREPL`
魏曹先生
2026-06-06
4
-9
/
+14
*
Add stdout and user context configuration fields
魏曹先生
2026-06-05
1
-0
/
+44
*
Make `exec_repl` take `mut self` to consume internal state
魏曹先生
2026-06-05
1
-1
/
+1
*
Add verbose and dry_run fields as convention-only options
魏曹先生
2026-06-05
1
-3
/
+17
*
Exclude all hidden nodes from completion filtering
Weicao-CatilGrass
2026-06-05
1
-1
/
+1
*
Refactor flag argument macros for better performance
Weicao-CatilGrass
2026-06-01
1
-28
/
+24
*
Change `ProgramSetup::setup` to consume `self` instead of borrow
魏曹先生
2026-06-01
1
-4
/
+3
*
Enhance code quality across the entire codebase
Weicao-CatilGrass
2026-05-31
28
-120
/
+229
*
Fix trailing space and partial match bugs in default completion
魏曹先生
2026-05-31
1
-6
/
+27
*
Add unpack_chain_process macro and improve test docs
魏曹先生
2026-05-31
1
-2
/
+141
*
Replace license files with symlinks to root
魏曹先生
2026-05-29
2
-211
/
+2
*
Rename error types with consistent naming convention
魏曹先生
2026-05-29
2
-4
/
+5
*
Support custom return types in `#[renderer]` macro
Weicao-CatilGrass
2026-05-22
1
-0
/
+12
*
Rename injected renderer parameter from `r` to `__renderer_inner_result`
Weicao-CatilGrass
2026-05-22
1
-2
/
+2
*
Update `modify_res` to return `Return` and rename internal method
魏曹先生
2026-05-21
1
-4
/
+7
*
Change `repl_post_readline` hook to accept mutable line reference
魏曹先生
2026-05-21
2
-8
/
+8
*
Refactor REPL hooks into modular setups and add new hook types
魏曹先生
2026-05-21
2
-13
/
+156
*
Remove `once_cell` dependency and replace with `OnceLock`
魏曹先生
2026-05-21
1
-1
/
+0
*
Add `empty_result!` macro and `REPL` resource, improve examples
魏曹先生
2026-05-19
3
-3
/
+29
*
Conditionally disable panic unwind support for async feature
魏曹先生
2026-05-19
3
-45
/
+62
*
Add REPL pre/post readline hooks and suppress dead code warnings
魏曹先生
2026-05-18
2
-26
/
+78
*
Implement REPL execution with hooks and argument splitting
魏曹先生
2026-05-18
8
-54
/
+413
*
Refactor program module into submodules
魏曹先生
2026-05-18
5
-323
/
+361
*
Move hook execution into the async and sync run methods
魏曹先生
2026-05-18
2
-2
/
+6
*
Add documentation comments to chain and error enums
Weicao-CatilGrass
2026-05-18
3
-0
/
+35
*
Add no-return-value mode for `#[chain]` macro
Weicao-CatilGrass
2026-05-17
1
-0
/
+4
*
Add repr(u8) to bool and NextProcess enums
Weicao-CatilGrass
2026-05-17
1
-0
/
+1
*
Rename `NextProcess` to `Next` across the codebase
Weicao-CatilGrass
2026-05-17
3
-17
/
+17
*
Add README files for mingling_core and mingling_macros crates
Weicao-CatilGrass
2026-05-17
1
-0
/
+16
*
Add allow(dead_code) annotation to run_hook_exec_panic
魏曹先生
2026-05-16
1
-0
/
+1
*
Add mutable resource injection to `#[chain]` macro
魏曹先生
2026-05-16
1
-0
/
+34
*
Remove unused `dirs` dependency from mingling_core
魏曹先生
2026-05-16
1
-3
/
+1
*
Refactor general_renderer into granular format-specific features
魏曹先生
2026-05-16
4
-7
/
+39
*
Remove thiserror dependency and implement error types manually
魏曹先生
2026-05-15
4
-23
/
+79
*
Replace derive-macro Display impl with manual formatting
魏曹先生
2026-05-15
1
-1
/
+12
[next]