index
:
mingling.git
archived/picker2_prototype
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(any): make `Grouped` trait unsafe and encapsulate `AnyOutput`
魏曹先生
28 hours
1
-0
/
+35
*
docs(changelog): add Mingling 0.3.0 release notes
魏曹先生
29 hours
1
-0
/
+10
*
feat(macros): add `#[mlint(...)]` marker attribute macro
魏曹先生
38 hours
1
-0
/
+13
*
feat(macros): add render_route macro and renderify attribute for render
魏曹先生
40 hours
1
-0
/
+38
*
feat(pathf): add foreign item support with is_foreign flag
魏曹先生
41 hours
1
-0
/
+8
*
feat(core): add generic parameter `C` to `StructuralData` trait
魏曹先生
41 hours
1
-0
/
+20
*
fix: detect both opening and closing bracket forms for attribute macro
魏曹先生
42 hours
1
-1
/
+8
*
feat(core): add From impl for RenderResult with closure coercion
魏曹先生
43 hours
1
-0
/
+21
*
feat(core, macros): add r_append! macro and RenderResult::append_other
魏曹先生
43 hours
1
-0
/
+8
*
feat(core): return `&mut Self` from builder methods
魏曹先生
43 hours
1
-0
/
+26
*
fix(core): delegate stdout flushing to RenderResult::std_print
魏曹先生
43 hours
1
-0
/
+4
*
feat(core)!: replace RenderResult with buffered output model
魏曹先生
43 hours
1
-0
/
+44
*
feat(macros): add `#[buffer]` attribute and re-export `r_print!(ln)`
魏曹先生
3 days
1
-4
/
+17
*
feat(macros): preserve user function as standalone item in codegen
魏曹先生
3 days
1
-0
/
+10
*
feat(core)!: remove `to_chain` and `to_render` from `Grouped` trait
魏曹先生
3 days
1
-0
/
+19
*
feat(extensions): add routeify extension macro for error routing
魏曹先生
3 days
1
-0
/
+26
*
chore(macros): reorganize module hierarchy in mingling_macros
魏曹先生
3 days
1
-0
/
+13
*
feat(macros): add extension point mechanism for attribute macros
魏曹先生
3 days
1
-0
/
+6
*
feat(macros): update `route!` to use `Routable` trait for error routing
魏曹先生
4 days
1
-1
/
+7
*
fix!: rename `Groupped` to `Grouped` across the codebase
魏曹先生
4 days
1
-1
/
+12
*
feat(macros:chain): accept any return type in chain functions
魏曹先生
4 days
1
-0
/
+27
*
feat(setups): refactor picker subsystem with new argument manipulation
魏曹先生
5 days
1
-0
/
+23
*
fix(core)!: conditionally override exit code in ExitCodeSetup
魏曹先生
5 days
1
-0
/
+2
*
feat(macros): relax `#[help]` return type to accept `Into<RenderResult>`
魏曹先生
5 days
1
-0
/
+20
*
ix(macros)!: require explicit `.into()` on chain function return values
魏曹先生
5 days
1
-0
/
+31
*
feat(macros): allow `#[renderer]` to accept any return type
魏曹先生
5 days
1
-0
/
+25
*
feat(core): add multiple From implementations for RenderResult
魏曹先生
5 days
1
-0
/
+8
*
refactor: rename `mingling_picker` to `arg_picker`
魏曹先生
6 days
1
-167
/
+167
*
docs: add changelog entries for core/macros features and picker system
魏曹先生
6 days
1
-0
/
+36
*
docs(changelog): document RenderResult::new and removed r_print macros
魏曹先生
11 days
1
-2
/
+25
*
chore: add Release 0.3.0 entry to changelog
魏曹先生
11 days
1
-0
/
+21
*
chore: bump version to 0.2.2
魏曹先生
13 days
1
-128
/
+151
*
chore: fix indentation in CHANGELOG.md
魏曹先生
2026-07-02
1
-127
/
+127
*
docs(changelog): prepare 0.2.1 release and add unreleased section
0.2.1
魏曹先生
2026-07-02
1
-3
/
+24
*
fix(macros): fix false positives in entry_has_variant substring matching
魏曹先生
2026-07-02
1
-3
/
+9
*
docs(changelog): polish markdown formatting and update release entries
魏曹先生
2026-06-30
1
-13
/
+34
*
feat(pathf): add build-time type path resolution system
魏曹先生
2026-06-28
1
-0
/
+41
*
chore: fix markdown formatting in CHANGELOG
魏曹先生
2026-06-28
1
-1
/
+1
*
docs(changelog): restructure changelog with TOC and contributor
魏曹先生
2026-06-28
1
-3
/
+35
*
docs(changelog): standardize bracket formatting in CHANGELOG
魏曹先生
2026-06-28
1
-140
/
+140
*
feat(mingling): add directory environment resources and setup
魏曹先生
2026-06-27
1
-0
/
+17
*
feat(macros): add async mutable resource injection for `#[chain]`
魏曹先生
2026-06-27
1
-0
/
+16
*
fix(core): respect exit code when render output is suppressed
魏曹先生
2026-06-27
1
-0
/
+5
*
feat(macros): simplify ResultEmpty to a unit struct
魏曹先生
2026-06-26
1
-0
/
+8
*
refactor(general_renderer): rename to structural_renderer
魏曹先生
2026-06-26
1
-16
/
+35
*
feat(core): decouple structured output from Groupped trait
魏曹先生
2026-06-26
1
-0
/
+10
*
fix(dispatch_tree): use proper snake_case for dispatcher static names
魏曹先生
2026-06-25
1
-0
/
+2
*
Redesign hook system with structured info types and ProgramControls
魏曹先生
2026-06-24
1
-0
/
+40
*
Add entry-str dedup and registry cleanup in final gen
魏曹先生
2026-06-23
1
-0
/
+2
*
Add aliased syntax to `group!` macro
魏曹先生
2026-06-23
1
-2
/
+11
[next]