| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(macros): reorganize module hierarchy in mingling_macros | 魏曹先生 | 6 days | 1 | -239/+0 |
| | | | | | | | Restructure flat module layout into logical directories (attr/, derive/, func/, systems/, extensions/, utils.rs). Tighten internal function visibility to pub(crate). All public API signatures remain unchanged. | ||||
| * | Add entry-str dedup and registry cleanup in final gen | 魏曹先生 | 2026-06-23 | 1 | -0/+1 |
| | | |||||
| * | Add compile-time duplicate variant detection | 魏曹先生 | 2026-06-23 | 1 | -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 | 魏曹先生 | 2026-06-22 | 1 | -13/+137 |
| | | |||||
| * | Support qualified type paths in four macros | 魏曹先生 | 2026-06-22 | 1 | -23/+6 |
| | | |||||
| * | Remove `once_cell` dependency and replace with `OnceLock` | 魏曹先生 | 2026-05-21 | 1 | -1/+3 |
| | | |||||
| * | Validate single-segment types in attribute macros | 魏曹先生 | 2026-05-16 | 1 | -1/+19 |
| | | |||||
| * | Add architecture overview and doc comments to macro crate | 魏曹先生 | 2026-05-02 | 1 | -5/+0 |
| | | |||||
| * | se internal ugly naming convention for generated structs | 魏曹先生 | 2026-04-28 | 1 | -3/+7 |
| | | |||||
| * | Add #[doc(hidden)] to macro-generated structs | 魏曹先生 | 2026-04-15 | 1 | -0/+1 |
| | | |||||
| * | Add completion system with shell context and dispatcher integration | 魏曹先生 | 2026-04-10 | 1 | -3/+1 |
| | | |||||
| * | Add completion macro infrastructure without logic | 魏曹先生 | 2026-04-10 | 1 | -103/+29 |
| | | |||||
| * | Add basic completion module with shell integration | 魏曹先生 | 2026-04-09 | 1 | -0/+175 |
