index
:
mingling.git
archived/picker2_prototype
feat/new-pipeline-model
main
wip/mingling-cli-ux
wip/new-mingling-ci
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor(picker): replace global picker functions with PickerHelper
魏曹先生
17 hours
1
-0
/
+8
*
chore: add EntryFallback completion support
魏曹先生
17 hours
1
-0
/
+23
*
chore!: rename ErrorDispatcherNotFound to EntryFallback
魏曹先生
18 hours
1
-0
/
+20
*
docs: Add preset feature groups and improve feature docs
魏曹先生
31 hours
1
-0
/
+12
*
docs: update changelog for CRATE_ROOT module placement
魏曹先生
31 hours
1
-5
/
+7
*
docs: add CRATE_ROOT module for docs_rs builds
魏曹先生
32 hours
1
-1
/
+5
*
revert: Remove picker_comp module and PickerArgSuggest trait
魏曹先生
43 hours
1
-8
/
+0
*
feat(core): add batch methods to Suggest and update macro
魏曹先生
44 hours
1
-0
/
+7
*
refactor!: rename `extra_macros` feature to `extras`
feat/new-pipeline-model
魏曹先生
2 days
1
-10
/
+31
*
feat(picker_comp): add module to bridge picker and comp subsystems
魏曹先生
6 days
1
-0
/
+8
*
feat(core/comp): add Suggest::combine method for merging suggestions
魏曹先生
6 days
1
-0
/
+2
*
feat(dispatcher, gen_program): add From impl and default Entry pack type
魏曹先生
6 days
1
-0
/
+4
*
feat(macros): wrap gen_program output in a hidden module
魏曹先生
6 days
1
-4
/
+7
*
feat(mingling_macros, mingling_pathf): add `#[command]` attribute macro
魏曹先生
7 days
1
-0
/
+40
*
refactor(pathf): move type resolution from compile-time to build-time
魏曹先生
7 days
1
-1
/
+7
*
feat(picker): add convenience methods to PickArgParsed tuples
魏曹先生
7 days
1
-0
/
+8
*
feat(picker): add filesystem-aware path value types
魏曹先生
7 days
1
-0
/
+35
*
chore(changelog): mark release 0.3.0 as released on 2026-07-27
魏曹先生
7 days
1
-2
/
+2
*
feat(macros): split monolith into one-macro-per-file modules
魏曹先生
8 days
1
-4
/
+5
*
docs(changelog): fix item numbering in changelog
魏曹先生
10 days
1
-4
/
+3
*
feat(core): consolidate sync/async exec pipeline with `might_be_async`
魏曹先生
11 days
1
-0
/
+10
*
feat(core): add RendererInvoker and ChainInvoker types
魏曹先生
11 days
1
-0
/
+50
*
refactor(core): rename ResourceMarker methods to internal names
魏曹先生
11 days
1
-0
/
+10
*
feat(core): rename `builds` feature to `build`
魏曹先生
12 days
1
-0
/
+7
*
docs(core): add Clone and Eq derives to RenderResult
魏曹先生
13 days
1
-0
/
+7
*
feat(any): make `Grouped` trait unsafe and encapsulate `AnyOutput`
魏曹先生
14 days
1
-0
/
+35
*
docs(changelog): add Mingling 0.3.0 release notes
魏曹先生
14 days
1
-0
/
+10
*
feat(macros): add `#[mlint(...)]` marker attribute macro
魏曹先生
14 days
1
-0
/
+13
*
feat(macros): add render_route macro and renderify attribute for render
魏曹先生
2026-07-21
1
-0
/
+38
*
feat(pathf): add foreign item support with is_foreign flag
魏曹先生
2026-07-21
1
-0
/
+8
*
feat(core): add generic parameter `C` to `StructuralData` trait
魏曹先生
2026-07-21
1
-0
/
+20
*
fix: detect both opening and closing bracket forms for attribute macro
魏曹先生
2026-07-21
1
-1
/
+8
*
feat(core): add From impl for RenderResult with closure coercion
魏曹先生
2026-07-21
1
-0
/
+21
*
feat(core, macros): add r_append! macro and RenderResult::append_other
魏曹先生
2026-07-21
1
-0
/
+8
*
feat(core): return `&mut Self` from builder methods
魏曹先生
2026-07-21
1
-0
/
+26
*
fix(core): delegate stdout flushing to RenderResult::std_print
魏曹先生
2026-07-21
1
-0
/
+4
*
feat(core)!: replace RenderResult with buffered output model
魏曹先生
2026-07-21
1
-0
/
+44
*
feat(macros): add `#[buffer]` attribute and re-export `r_print!(ln)`
魏曹先生
2026-07-20
1
-4
/
+17
*
feat(macros): preserve user function as standalone item in codegen
魏曹先生
2026-07-20
1
-0
/
+10
*
feat(core)!: remove `to_chain` and `to_render` from `Grouped` trait
魏曹先生
2026-07-20
1
-0
/
+19
*
feat(extensions): add routeify extension macro for error routing
魏曹先生
2026-07-20
1
-0
/
+26
*
chore(macros): reorganize module hierarchy in mingling_macros
魏曹先生
2026-07-20
1
-0
/
+13
*
feat(macros): add extension point mechanism for attribute macros
魏曹先生
2026-07-20
1
-0
/
+6
*
feat(macros): update `route!` to use `Routable` trait for error routing
魏曹先生
2026-07-19
1
-1
/
+7
*
fix!: rename `Groupped` to `Grouped` across the codebase
魏曹先生
2026-07-19
1
-1
/
+12
*
feat(macros:chain): accept any return type in chain functions
魏曹先生
2026-07-19
1
-0
/
+27
*
feat(setups): refactor picker subsystem with new argument manipulation
魏曹先生
2026-07-18
1
-0
/
+23
*
fix(core)!: conditionally override exit code in ExitCodeSetup
魏曹先生
2026-07-18
1
-0
/
+2
*
feat(macros): relax `#[help]` return type to accept `Into<RenderResult>`
魏曹先生
2026-07-18
1
-0
/
+20
*
ix(macros)!: require explicit `.into()` on chain function return values
魏曹先生
2026-07-18
1
-0
/
+31
[next]