| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Require explicit import of `crate::Next` in chained functions | 魏曹先生 | 9 days | 4 | -4/+10 |
| | | |||||
| * | Rename injected renderer parameter from `r` to `__renderer_inner_result` | Weicao-CatilGrass | 11 days | 1 | -6/+14 |
| | | |||||
| * | Rename `NextProcess` to `Next` across the codebase | Weicao-CatilGrass | 2026-05-17 | 4 | -10/+10 |
| | | |||||
| * | Accept paths for program name parameters in macros | 魏曹先生 | 2026-05-16 | 4 | -10/+4 |
| | | | | | | | | | | | | 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. | ||||
| * | Add `builds` feature and install completion scripts | Weicao-CatilGrass | 2026-05-11 | 1 | -6/+2 |
| | | |||||
| * | Remove `__completion_gen` module wrapping from macro output | 魏曹先生 | 2026-05-07 | 1 | -3/+1 |
| | | |||||
| * | Fix typo "Unrusted" to "Untrusted" and reflow code formatting | 魏曹先生 | 2026-04-29 | 2 | -20/+22 |
| | | |||||
| * | Apply clippy suggestions for code simplification | 魏曹先生 | 2026-04-28 | 6 | -21/+12 |
| | | |||||
| * | Remove extra newline in list printing | 魏曹先生 | 2026-04-28 | 1 | -1/+1 |
| | | |||||
| * | Remove implicit help print and add version flag | 魏曹先生 | 2026-04-28 | 1 | -6/+5 |
| | | |||||
| * | Add terminal colored rendering and guide text | 魏曹先生 | 2026-04-28 | 3 | -8/+435 |
| | | |||||
| * | Rename refresh command to install | 魏曹先生 | 2026-04-28 | 2 | -9/+9 |
| | | |||||
| * | Add scaffolding CLI tool `mling` | 魏曹先生 | 2026-04-28 | 9 | -0/+784 |
