| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Accept paths for program name parameters in macros | 魏曹先生 | 2026-05-16 | 1 | -42/+35 |
| | | | | | | | | | | | | 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 | -35/+44 |
| | | |||||
| * | Replace hardcoded `ThisProgram` ident with shared constant | 魏曹先生 | 2026-05-16 | 1 | -1/+1 |
| | | |||||
| * | Add architecture overview and doc comments to macro crate | 魏曹先生 | 2026-05-02 | 1 | -39/+0 |
| | | |||||
| * | Fix feature name from clap_parser to clap in dispatcher macro | 魏曹先生 | 2026-04-26 | 1 | -2/+2 |
| | | |||||
| * | Add clap_parser feature to mingling_core with help output behavior | 魏曹先生 | 2026-04-26 | 1 | -3/+16 |
| | | | | | config | ||||
| * | Remove intermediate buffer in help output | 魏曹先生 | 2026-04-26 | 1 | -4/+1 |
| | | |||||
| * | Add early return for help flag in dispatcher_clap macro | 魏曹先生 | 2026-04-26 | 1 | -0/+6 |
| | | |||||
| * | Change `help` option to accept a boolean value instead of a struct | 魏曹先生 | 2026-04-26 | 1 | -22/+29 |
| | | | | | identifier | ||||
| * | Support explicit program name and help struct in dispatcher_clap | 魏曹先生 | 2026-04-26 | 1 | -123/+210 |
| | | |||||
| * | Update macro syntax from positional to keyword error argument | 魏曹先生 | 2026-04-25 | 1 | -8/+16 |
| | | |||||
| * | Add `dispatcher_clap` attribute macro behind `clap_parser` feature | 魏曹先生 | 2026-04-25 | 1 | -0/+188 |
