index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Restore changes on CI failure after temp commit
魏曹先生
12 days
1
-2
/
+8
*
Refactor REPL hooks into modular setups and add new hook types
魏曹先生
12 days
6
-67
/
+316
*
Remove `once_cell` dependency and replace with `OnceLock`
魏曹先生
12 days
20
-119
/
+58
*
Add ClearCommand dispatcher and clear screen handler for exmaple-repl
魏曹先生
13 days
1
-0
/
+15
*
Add `empty_result!` macro and `REPL` resource, improve examples
魏曹先生
14 days
13
-20
/
+510
*
Conditionally disable panic unwind support for async feature
魏曹先生
14 days
4
-50
/
+63
*
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
10
-56
/
+420
*
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
*
Update example version to 0.1.9
魏曹先生
2026-05-18
8
-56
/
+24
*
Bump version to 0.1.9
魏曹先生
2026-05-18
10
-47
/
+36
*
Add contribution guidelines
魏曹先生
2026-05-18
1
-0
/
+92
*
Copy README to mingling directory on doc refresh
魏曹先生
2026-05-18
1
-0
/
+11
*
Switch mingling_core and mingling_macros to use published crate versions
0.1.8
Weicao-CatilGrass
2026-05-18
11
-5
/
+68
*
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
4
-40
/
+132
*
Add repr(u8) to bool and NextProcess enums
Weicao-CatilGrass
2026-05-17
2
-0
/
+3
*
Rename `NextProcess` to `Next` across the codebase
Weicao-CatilGrass
2026-05-17
26
-106
/
+122
*
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
*
Update architecture diagram and increase image width to 100%
Weicao-CatilGrass
2026-05-17
5
-139
/
+204
*
Update README links to use absolute URLs for docs.rs
Weicao-CatilGrass
2026-05-17
1
-7
/
+7
*
Add README files for mingling_core and mingling_macros crates
Weicao-CatilGrass
2026-05-17
2
-0
/
+32
*
Add pixel icon assets for core lib
Weicao-CatilGrass
2026-05-17
2
-0
/
+0
*
Restructure roadmap in README files into milestone groups
Weicao-CatilGrass
2026-05-17
2
-22
/
+28
*
Update roadmap with completed and reorganized milestones
Weicao-CatilGrass
2026-05-17
1
-3
/
+3
*
Add support for Python scripts in run-tools
Weicao-CatilGrass
2026-05-16
2
-4
/
+15
*
Add allow(dead_code) annotation to run_hook_exec_panic
魏曹先生
2026-05-16
1
-0
/
+1
*
Accept paths for program name parameters in macros
魏曹先生
2026-05-16
11
-113
/
+98
*
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
*
Update example docs to use prelude and add resource injection example
魏曹先生
2026-05-16
1
-20
/
+82
*
Add doc comment for ExitCode struct usage
魏曹先生
2026-05-16
1
-0
/
+7
*
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
12
-24
/
+182
*
Add mutable resource injection to `#[chain]` macro
魏曹先生
2026-05-16
3
-28
/
+115
*
Fix typo in CHANGELOG macro names
魏曹先生
2026-05-16
1
-1
/
+1
*
Remove unused `dirs` dependency from mingling_core
魏曹先生
2026-05-16
2
-4
/
+1
*
Refactor general_renderer into granular format-specific features
魏曹先生
2026-05-16
12
-96
/
+123
*
Remove thiserror dependency and implement error types manually
魏曹先生
2026-05-15
13
-173
/
+85
*
Replace derive-macro Display impl with manual formatting
魏曹先生
2026-05-15
1
-1
/
+12
*
Add option to silence panic messages in stdout settings
魏曹先生
2026-05-15
3
-0
/
+25
*
Inline `strip_all_flags` and simplify `ShellContext` methods
魏曹先生
2026-05-15
4
-28
/
+21
*
Add workspace Cargo.toml and centralize crate metadata
魏曹先生
2026-05-15
9
-1132
/
+114
*
Add panic catch for program execution
魏曹先生
2026-05-15
7
-24
/
+97
*
Rename `set_instance_and_run` to `exec_wrapper` and remove doc comments
魏曹先生
2026-05-15
1
-6
/
+4
*
Add `modify` method to `ResourceMarker` trait
魏曹先生
2026-05-15
2
-2
/
+26
[prev]
[next]