| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
