aboutsummaryrefslogtreecommitdiff
path: root/mling
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.1.9魏曹先生2026-05-181-1/+1
|
* Rename `NextProcess` to `Next` across the codebaseWeicao-CatilGrass2026-05-174-10/+10
|
* Accept paths for program name parameters in macros魏曹先生2026-05-164-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 workspace Cargo.toml and centralize crate metadata魏曹先生2026-05-152-473/+5
|
* Add `builds` feature and install completion scriptsWeicao-CatilGrass2026-05-113-6/+4
|
* Remove `__completion_gen` module wrapping from macro output魏曹先生2026-05-071-3/+1
|
* Update mingling from 0.1.7 to 0.1.8魏曹先生2026-05-073-14/+8
|
* Change mingling-cli dependency from path to version魏曹先生2026-05-044-2/+218
|
* Switch to published crates and update README for v0.1.70.1.7魏曹先生2026-05-042-2/+6
|
* Rewrite load.ps1 to support dot-sourcing and improve reliabilityWeicao-CatilGrass2026-05-041-29/+34
|
* Fix typo "Unrusted" to "Untrusted" and reflow code formatting魏曹先生2026-04-292-20/+22
|
* Apply clippy suggestions for code simplification魏曹先生2026-04-286-21/+12
|
* Remove extra newline in list printing魏曹先生2026-04-281-1/+1
|
* Remove implicit help print and add version flag魏曹先生2026-04-282-6/+5
|
* Add terminal colored rendering and guide text魏曹先生2026-04-285-8/+470
|
* Rename refresh command to install魏曹先生2026-04-282-9/+9
|
* Add scaffolding CLI tool `mling`魏曹先生2026-04-2814-0/+1537