index
:
mingling.git
0.5.0-rd
archived/picker2_prototype
feat/new-pipeline-model
main
wip/new-mingling-ci
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(macros): add Wrap derive macro
0.5.0-rd
魏曹先生
63 min.
1
-0
/
+5
*
refactor!: remove legacy parser feature and migrate to picker
魏曹先生
91 min.
12
-2695
/
+62
*
refactor!: remove Node type and simplify dispatcher macro syntax
魏曹先生
2 hours
4
-62
/
+53
*
refactor!: remove dynamic dispatcher registration API
魏曹先生
3 hours
4
-112
/
+89
*
docs: fix intra-doc links in mingling crate
魏曹先生
29 hours
4
-8
/
+8
*
refactor: rename Confirmer to ResConfirm and OSC94 to ResOSC94
魏曹先生
33 hours
9
-101
/
+145
*
feat: move OSC94 under its own module and add confirmer predicates
魏曹先生
34 hours
10
-370
/
+570
*
chore: replace intra-doc links with plain code spans
魏曹先生
34 hours
3
-6
/
+6
*
fix: only send clean state when supported
魏曹先生
46 hours
1
-1
/
+3
*
feat(res): add OSC94 resource and setup for terminal progress
魏曹先生
46 hours
5
-0
/
+431
*
feat(res): add Confirmer resource and stdin args setup
魏曹先生
47 hours
5
-19
/
+434
*
feat(example-structural-renderer): add YAML output test case
魏曹先生
2 days
1
-0
/
+1
*
feat(core): move config types to public config module
魏曹先生
2 days
6
-21
/
+23
*
chore: remove stale comment from features.rs
魏曹先生
3 days
1
-1
/
+0
*
refactor: replace with_dispatchers with chained with_dispatcher calls
魏曹先生
3 days
1
-5
/
+10
*
chore: add "Doc Not Optimize" comments to source files
魏曹先生
3 days
35
-0
/
+35
*
refactor: use `Self` and simplify lifetimes in setup types
魏曹先生
7 days
2
-13
/
+18
*
chore: update example docs for PanicSilence enum usage
魏曹先生
7 days
1
-2
/
+2
*
refactor: replace boolean settings with mode enums
魏曹先生
7 days
2
-11
/
+22
*
chore: enforce pedantic clippy lints and fix warnings
魏曹先生
7 days
15
-90
/
+93
*
refactor(metadata): move metadata module to core crate
魏曹先生
13 days
2
-59
/
+1
*
feat(metadata): add Description convention metadata type
魏曹先生
13 days
3
-0
/
+63
*
feat(gen_program): add get_metadata method stub
魏曹先生
13 days
2
-0
/
+11
*
feat: add entry metadata system with compile-time typed values
魏曹先生
13 days
2
-0
/
+199
*
refactor(picker): replace global picker functions with PickerHelper
魏曹先生
14 days
3
-35
/
+64
*
chore!: rename ErrorDispatcherNotFound to EntryFallback
魏曹先生
14 days
3
-10
/
+10
*
docs(mingling): fix doc example compile error
魏曹先生
2026-08-03
1
-0
/
+2
*
fix: add generic program entry point variant
魏曹先生
2026-08-03
1
-0
/
+2
*
docs: update Mingling description wording
魏曹先生
2026-08-03
1
-1
/
+1
*
chore(docs): add Arborium header to docs build
魏曹先生
2026-08-03
2
-1
/
+5
*
docs: Add preset feature groups and improve feature docs
魏曹先生
2026-08-03
2
-6
/
+70
*
feat(gen_program): add Entry struct and program constructors
魏曹先生
2026-08-03
1
-3
/
+37
*
feat: add docs.rs generated program documentation module
魏曹先生
2026-08-02
3
-0
/
+260
*
revert: Remove picker_comp module and PickerArgSuggest trait
魏曹先生
2026-08-02
2
-56
/
+0
*
refactor!: rename `extra_macros` feature to `extras`
feat/new-pipeline-model
魏曹先生
2026-08-01
4
-33
/
+46
*
docs: remove redundant macro doc comments
魏曹先生
2026-08-01
1
-70
/
+0
*
docs: add detailed EXAMPLES module documentation
魏曹先生
2026-08-01
2
-1
/
+6
*
chore: move lib.md to docs directory
魏曹先生
2026-08-01
2
-1
/
+1
*
feat(picker_comp): add module to bridge picker and comp subsystems
魏曹先生
2026-07-29
2
-0
/
+56
*
feat(example): add command macro example
魏曹先生
2026-07-28
1
-0
/
+90
*
feat(mingling_macros, mingling_pathf): add `#[command]` attribute macro
魏曹先生
2026-07-28
1
-0
/
+6
*
fix(docs): rename `builds` feature to `build` in examples
魏曹先生
2026-07-23
2
-5
/
+16
*
feat(core): rename `builds` feature to `build`
魏曹先生
2026-07-23
1
-1
/
+5
*
feat: add `doc_cfg` feature for docs.rs build
魏曹先生
2026-07-22
1
-0
/
+1
*
feat(any): make `Grouped` trait unsafe and encapsulate `AnyOutput`
魏曹先生
2026-07-21
1
-1
/
+1
*
feat(macros): add `#[mlint(...)]` marker attribute macro
魏曹先生
2026-07-21
1
-0
/
+3
*
feat(macros): add render_route macro and renderify attribute for render
魏曹先生
2026-07-21
1
-0
/
+9
*
feat(core, macros): add r_append! macro and RenderResult::append_other
魏曹先生
2026-07-21
1
-0
/
+6
*
feat(core)!: replace RenderResult with buffered output model
魏曹先生
2026-07-21
3
-5
/
+17
*
chore: add missing docs lint and document public API
魏曹先生
2026-07-20
2
-0
/
+6
[next]