| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(dispatch_tree): use proper snake_case for dispatcher static names | 魏曹先生 | 5 days | 1 | -1/+3 |
| | | | | | | | | | | Fix the static name generation for dispatch tree nodes to use a correct snake_case conversion instead of a simple `.` to `_` replacement. Also correct the `__comp` completion dispatcher name from triple underscore to double underscore, resolving a mismatch between `register_dispatcher!` and `program_comp_gen` | ||||
| * | Remove all explicit program name modes from macrosremoved-shit | 魏曹先生 | 10 days | 1 | -141/+49 |
| | | |||||
| * | Add shared `MockProgramCollect` and conditional `Groupped` bounds | 魏曹先生 | 10 days | 1 | -0/+1 |
| | | | | | | | Extract duplicate `MockCollect` implementations into a reusable `MockProgramCollect` type. Conditionally require `Serialize` on the `Groupped` trait when the `general_renderer` feature is enabled. | ||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 1 | -1/+2 |
| | | |||||
| * | Support doc comments and attributes on `pack!` and `dispatcher!` macros | 魏曹先生 | 2026-05-29 | 1 | -62/+105 |
| | | |||||
| * | Add implicit dispatcher macro with auto-derived names | 魏曹先生 | 2026-05-24 | 1 | -3/+80 |
| | | |||||
| * | Remove `once_cell` dependency and replace with `OnceLock` | 魏曹先生 | 2026-05-21 | 1 | -4/+7 |
| | | |||||
| * | Remove module-level doc comments | Weicao-CatilGrass | 2026-05-17 | 1 | -5/+0 |
| | | |||||
| * | Accept paths for program name parameters in macros | 魏曹先生 | 2026-05-16 | 1 | -22/+18 |
| | | | | | | | | | | | | All proc macros (`pack!`, `dispatcher!`, `#[chain]`, `#[program_setup]`, `#[dispatcher_clap]`, `#[derive(Groupped)]`) now parse program names as `syn::Path` instead of bare `Ident`, allowing use of paths like `crate::MyProgram` or `my_crate::MyProgram`. The default program name `ThisProgram` is no longer re-exported or required as an import — generated code references `crate::ThisProgram` directly. | ||||
| * | Use `default_program_path()` instead of `default_program_ident()` | 魏曹先生 | 2026-05-16 | 1 | -3/+8 |
| | | |||||
| * | Replace hardcoded `ThisProgram` ident with shared constant | 魏曹先生 | 2026-05-16 | 1 | -2/+3 |
| | | |||||
| * | Make the generated static dispatcher item public | 魏曹先生 | 2026-05-07 | 1 | -1/+1 |
| | | |||||
| * | Add compile-time dispatch tree generation for O(len) command routing | 魏曹先生 | 2026-05-07 | 1 | -2/+87 |
| | | |||||
| * | Add clap_parser feature and refactor dispatcher macro internals | 魏曹先生 | 2026-04-25 | 1 | -28/+11 |
| | | |||||
| * | Rename dispatcher_chain.rs to dispatcher.rs | 魏曹先生 | 2026-04-25 | 1 | -0/+163 |
| | | |||||
| * | Completed the first preliminary usable version of the Mingling | 魏曹先生 | 2026-03-29 | 1 | -72/+0 |
| | | | | | framework. | ||||
| * | Add initial Mingling framework codebase | 魏曹先生 | 2026-03-28 | 1 | -0/+72 |
