| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(proj_mgr): reorganize imports and reformat code | 魏曹先生 | 9 hours | 2 | -5/+13 |
| | | |||||
| * | feat(mling): enable pathf feature and run type mapping build | 魏曹先生 | 19 hours | 6 | -36/+21 |
| | | | | | | | | | Add the `pathf` feature to mingling dependency and invoke `analyze_and_build_type_mapping` during the build script. Reorganize internal module visibility from `mod + pub use` to direct `pub mod`. | ||||
| * | feat(proj_mgr): add CHECKLIST.md reader for values and toggles | 魏曹先生 | 4 days | 2 | -0/+296 |
| | | | | | | Parse fenced code blocks as key-value pairs and checkbox lines as namespace toggles in a single pass | ||||
| * | feat(proj_mgr): add project generation with interactive checklist | 魏曹先生 | 4 days | 5 | -0/+263 |
| | | |||||
| * | refactor(general_renderer): rename to structural_renderer | 魏曹先生 | 4 days | 1 | -2/+2 |
| | | |||||
| * | Redesign hook system with structured info types and ProgramControls | 魏曹先生 | 5 days | 1 | -2/+4 |
| | | |||||
| * | Add shared `MockProgramCollect` and conditional `Groupped` bounds | 魏曹先生 | 10 days | 1 | -1/+1 |
| | | | | | | | Extract duplicate `MockCollect` implementations into a reusable `MockProgramCollect` type. Conditionally require `Serialize` on the `Groupped` trait when the `general_renderer` feature is enabled. | ||||
| * | Add COMPLETION_SUBCOMMAND and is_completing method | Weicao-CatilGrass | 2026-06-09 | 1 | -6/+4 |
| | | |||||
| * | Align color table columns in doc comment | Weicao-CatilGrass | 2026-06-08 | 1 | -21/+21 |
| | | |||||
| * | Add LazyRes for lazy resource initialization | 魏曹先生 | 2026-06-07 | 1 | -0/+0 |
| | | |||||
| * | Add installer module and refactor error handling | 魏曹先生 | 2026-06-07 | 2 | -4/+7 |
| | | |||||
| * | Respect `--no-error` and `--quiet` flags when resolving manifest path | 魏曹先生 | 2026-06-07 | 1 | -2/+13 |
| | | |||||
| * | Replace show.workspace with show.workspace-dir command | 魏曹先生 | 2026-06-07 | 2 | -2/+62 |
| | | |||||
| * | Move error handling into its own module and add show.binaries command | 魏曹先生 | 2026-06-07 | 5 | -39/+113 |
| | | |||||
| * | Add hformat_cargo, hprintln_cargo macros and help rendering | 魏曹先生 | 2026-06-07 | 9 | -25/+345 |
| | | |||||
| * | Align help text formatting and add PATH placeholder | 魏曹先生 | 2026-06-07 | 1 | -9/+9 |
| | | |||||
| * | Refactor CLI entry points and move main logic to library | 魏曹先生 | 2026-06-07 | 7 | -91/+109 |
| | | |||||
| * | Rename cargo style functions and remove unused imports | 魏曹先生 | 2026-06-07 | 3 | -16/+33 |
| | | |||||
| * | Fix date format padding in version string | 魏曹先生 | 2026-06-07 | 2 | -6/+15 |
| | | |||||
| * | Refactor mling to use new program architecture and install scripts | 魏曹先生 | 2026-06-07 | 17 | -868/+301 |
| | | |||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 7 | -65/+95 |
| | | |||||
| * | Rename error types with consistent naming convention | 魏曹先生 | 2026-05-29 | 1 | -2/+2 |
| | | |||||
| * | Rename CompletionDispatcher to CMDCompletion and hide internal types | 魏曹先生 | 2026-05-29 | 1 | -2/+2 |
| | | |||||
| * | Require explicit import of `crate::Next` in chained functions | 魏曹先生 | 2026-05-24 | 4 | -4/+10 |
| | | |||||
| * | Rename injected renderer parameter from `r` to `__renderer_inner_result` | Weicao-CatilGrass | 2026-05-22 | 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 |
