index
:
mingling.git
archived/picker2_prototype
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling_macros
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: conditionally compile pathf_hint based on "pathf" feature
魏曹先生
32 hours
1
-0
/
+4
*
chore: add missing docs lint and document public API
魏曹先生
32 hours
1
-0
/
+85
*
feat(macros): add compile_error hint when pathf map is missing
魏曹先生
33 hours
1
-30
/
+52
*
feat(macros): add `#[buffer]` attribute and re-export `r_print!(ln)`
魏曹先生
38 hours
5
-0
/
+259
*
feat(macros): preserve user function as standalone item in codegen
魏曹先生
39 hours
4
-60
/
+140
*
feat(core)!: remove `to_chain` and `to_render` from `Grouped` trait
魏曹先生
42 hours
4
-10
/
+10
*
feat(routeify): reorder import paths for consistency
魏曹先生
43 hours
1
-1
/
+1
*
feat(routeify): map `?` span to `route!` for tooling support
魏曹先生
43 hours
2
-2
/
+31
*
fix(dispatcher): qualify to_chain call with Routable trait
魏曹先生
46 hours
1
-1
/
+1
*
feat(extensions): add routeify extension macro for error routing
魏曹先生
46 hours
3
-40
/
+66
*
chore(macros): reorganize module hierarchy in mingling_macros
魏曹先生
46 hours
25
-740
/
+710
*
feat(macros): add extension point mechanism for attribute macros
魏曹先生
47 hours
2
-1
/
+169
*
feat(macros): add Routable trait and update route! macro
魏曹先生
3 days
1
-8
/
+35
*
fix!: rename `Groupped` to `Grouped` across the codebase
魏曹先生
3 days
8
-58
/
+58
*
feat(macros:chain): accept any return type in chain functions
魏曹先生
3 days
1
-33
/
+21
*
feat(macros): relax `#[help]` return type to accept `Into<RenderResult>`
魏曹先生
4 days
2
-33
/
+14
*
ix(macros)!: require explicit `.into()` on chain function return values
魏曹先生
4 days
4
-152
/
+77
*
feat(macros): allow `#[renderer]` to accept any return type
魏曹先生
4 days
1
-36
/
+10
*
docs: add module-level documentation and improve doc comments
魏曹先生
5 days
1
-40
/
+40
*
style: Reorder imports and reformat code with cargo fmt
魏曹先生
10 days
3
-5
/
+6
*
refactor(examples): migrate renderers to return RenderResult and add
魏曹先生
10 days
1
-4
/
+6
*
fix(docs): correct RenderResult usage examples to use mut binding and
魏曹先生
10 days
1
-7
/
+10
*
feat: require renderers to return RenderResult instead of mutating one
魏曹先生
10 days
4
-262
/
+129
*
feat(structural_data): align type use generation with group_impl
魏曹先生
12 days
1
-2
/
+9
*
chore: run cargo fmt and rearrange re-exports in mingling
魏曹先生
2026-07-02
3
-6
/
+5
*
fix(macros): fix false positives in entry_has_variant substring matching
魏曹先生
2026-07-02
1
-4
/
+21
*
Released Mingling 0.2.0
0.2.0
魏曹先生
2026-06-30
1
-1
/
+1
*
fix(macros): pass pathf_map into dispatch tree generators
魏曹先生
2026-06-29
2
-31
/
+31
*
feat(macros): add pathf type resolution for downcasts
魏曹先生
2026-06-29
1
-29
/
+81
*
refactor(pack_err): replace inline to_snake_case with just_fmt
魏曹先生
2026-06-29
1
-33
/
+5
*
refactor(macros): reorganize module structure and parse pathf include
魏曹先生
2026-06-29
1
-6
/
+25
*
feat(pathf): add build-time type path resolution system
魏曹先生
2026-06-28
1
-0
/
+10
*
feat(workspace): add mingling_pathf crate and pathf feature
魏曹先生
2026-06-28
1
-0
/
+1
*
feat(macros): add async mutable resource injection for `#[chain]`
魏曹先生
2026-06-27
3
-27
/
+93
*
fix: use fully qualified path to get_global_set in pack_err
魏曹先生
2026-06-27
1
-3
/
+1
*
feat(macros, docs): register structural macros and update feature table
魏曹先生
2026-06-26
1
-2
/
+10
*
feat(macros): Render ResultEmpty for non-structural types
魏曹先生
2026-06-26
1
-1
/
+7
*
feat(macros): simplify ResultEmpty to a unit struct
魏曹先生
2026-06-26
2
-6
/
+18
*
refactor(general_renderer): rename to structural_renderer
魏曹先生
2026-06-26
7
-61
/
+61
*
feat(core): decouple structured output from Groupped trait
魏曹先生
2026-06-26
5
-21
/
+536
*
fix(dispatch_tree): use proper snake_case for dispatcher static names
魏曹先生
2026-06-25
3
-3
/
+6
*
Make `dispatcher_clap` help function public
魏曹先生
2026-06-25
1
-1
/
+1
*
Trim whitespace from variant string after removing trailing comma
魏曹先生
2026-06-23
1
-1
/
+1
*
Disambiguate to_chain call via full qualification
魏曹先生
2026-06-23
1
-3
/
+7
*
Add entry-str dedup and registry cleanup in final gen
魏曹先生
2026-06-23
5
-7
/
+39
*
Add aliased syntax to `group!` macro
魏曹先生
2026-06-23
1
-10
/
+56
*
Add compile-time duplicate variant detection
魏曹先生
2026-06-23
5
-10
/
+112
*
Replace macro_rules dispatch with proc-macro generation
魏曹先生
2026-06-23
1
-6
/
+107
*
Make route! macro auto-convert error types
魏曹先生
2026-06-22
1
-7
/
+8
*
Support resource injection in #[help] and #[completion
魏曹先生
2026-06-22
2
-64
/
+187
[next]