aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/completion.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add entry-str dedup and registry cleanup in final gen魏曹先生7 days1-0/+1
|
* Add compile-time duplicate variant detection魏曹先生7 days1-0/+12
| | | | | | Add duplicate variant checks for chain, renderer, help, and completion registrations to produce a clear compile error instead of silently generating unreachable code
* Support resource injection in #[help] and #[completion魏曹先生7 days1-13/+137
|
* Support qualified type paths in four macros魏曹先生7 days1-23/+6
|
* Remove `once_cell` dependency and replace with `OnceLock`魏曹先生2026-05-211-1/+3
|
* Validate single-segment types in attribute macros魏曹先生2026-05-161-1/+19
|
* Add architecture overview and doc comments to macro crate魏曹先生2026-05-021-5/+0
|
* se internal ugly naming convention for generated structs魏曹先生2026-04-281-3/+7
|
* Add #[doc(hidden)] to macro-generated structs魏曹先生2026-04-151-0/+1
|
* Add completion system with shell context and dispatcher integration魏曹先生2026-04-101-3/+1
|
* Add completion macro infrastructure without logic魏曹先生2026-04-101-103/+29
|
* Add basic completion module with shell integration魏曹先生2026-04-091-0/+175