| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(core): rename `builds` feature to `build` | 魏曹先生 | 6 days | 1 | -2/+2 |
| | | | | | | | | Replace the `builds` feature with `build` across the crate, keeping a backward-compatible alias for the old name. Update all internal visibility from `#[doc(hidden)] pub mod` to `pub(crate) mod` and reorganize the `__private` module into a dedicated `private.rs`. | ||||
| * | feat(any): make `Grouped` trait unsafe and encapsulate `AnyOutput` | 魏曹先生 | 7 days | 1 | -1/+1 |
| | | | | | | | | | | | fields Declare `Grouped` as `unsafe trait` to make its soundness invariant visible. Make `AnyOutput.type_id` and `member_id` private; add public accessors and the `unsafe fn new_bare` constructor. | ||||
| * | docs: migrate renderer examples to buffer macro and update docs | 魏曹先生 | 8 days | 10 | -137/+119 |
| | | | | | | | | | Update all documentation and code examples to use the new `#[renderer(buffer)]` pattern with `r_println!` instead of manually constructing `RenderResult` with `writeln!`. | ||||
| * | docs(features): document the new `picker` feature | 魏曹先生 | 9 days | 1 | -2/+14 |
| | | |||||
| * | fix!: rename `Groupped` to `Grouped` across the codebase | 魏曹先生 | 9 days | 6 | -12/+12 |
| | | |||||
| * | ix(macros)!: require explicit `.into()` on chain function return values | 魏曹先生 | 10 days | 7 | -20/+20 |
| | | |||||
| * | docs: Update help functions note to use `writeln!` instead of | 魏曹先生 | 2026-07-11 | 1 | -1/+1 |
| | | | | | `r_println!` | ||||
| * | docs: migrate renderers from `r_println!` to `RenderResult` return type | 魏曹先生 | 2026-07-11 | 11 | -78/+125 |
| | | |||||
| * | chore: bump workspace version to 0.3.0 | 魏曹先生 | 2026-07-11 | 1 | -2/+2 |
| | | |||||
| * | chore: bump version to 0.2.2 | 魏曹先生 | 2026-07-10 | 1 | -2/+2 |
| | | |||||
| * | chore: bump version to 0.2.1 and switch deps to path | 魏曹先生 | 2026-06-30 | 1 | -2/+2 |
| | | |||||
| * | feat(docs): add Chinese and English documentation for Mingling tutorials | 魏曹先生 | 2026-06-30 | 21 | -0/+2157 |
| | | | | | | | | | Add comprehensive documentation covering Declare a Dispatcher, Declare a Chain, Rendering Results, Multi-Command Program, Argument Parsing with Picker and Clap, Program Setup, Error Handling, Help Info, Resource System, Exit Code Control, Hook System, Testing, Completion, Structural Rendering, and Core Concepts | ||||
| * | docs: clean up code blocks and trailing whitespace in readme | 魏曹先生 | 2026-06-30 | 1 | -4/+3 |
| | | |||||
| * | chore(docs): remove duplicate .gitignore files in pages dirs | 魏曹先生 | 2026-06-30 | 1 | -1/+0 |
| | | |||||
| * | feat(docs): add @@@ hidden code block support for compile-tested | 魏曹先生 | 2026-06-30 | 1 | -12/+21 |
| | | | | | examples | ||||
| * | style(docs): trim trailing whitespace in code blocks | 魏曹先生 | 2026-06-29 | 1 | -25/+25 |
| | | |||||
| * | docs(features): add pathf feature documentation | 魏曹先生 | 2026-06-29 | 1 | -22/+51 |
| | | |||||
| * | docs: Update mingling version references from 0.2 to 0.2.0 | 魏曹先生 | 2026-06-28 | 1 | -2/+2 |
| | | |||||
| * | refactor(general_renderer): rename to structural_renderer | 魏曹先生 | 2026-06-26 | 2 | -6/+6 |
| | | |||||
| * | Add compile-time duplicate variant detection | 魏曹先生 | 2026-06-23 | 1 | -10/+10 |
| | | | | | | | Add duplicate variant checks for chain, renderer, help, and completion registrations to produce a clear compile error instead of silently generating unreachable code | ||||
| * | Add intro content and merge getting started page | 魏曹先生 | 2026-06-21 | 2 | -33/+8 |
| | | |||||
| * | Document `group!` and `pack_err!` macros for extra macros feature | 魏曹先生 | 2026-06-20 | 1 | -0/+39 |
| | | |||||
| * | Fix trailing whitespace in documentation files | 魏曹先生 | 2026-06-15 | 2 | -24/+24 |
| | | |||||
| * | Add Introduction, Getting Started, and Features docs | 魏曹先生 | 2026-06-15 | 3 | -0/+340 |
| | | |||||
| * | Add naming conventions documentation and update sidebar | Weicao-CatilGrass | 2026-06-12 | 1 | -48/+48 |
| | | |||||
| * | Remove Chinese documentation files for initial version | Weicao-CatilGrass | 2026-06-12 | 2 | -192/+0 |
| | | |||||
| * | Update repository URLs to mingling-rs organization | Weicao-CatilGrass | 2026-06-10 | 1 | -1/+1 |
| | | |||||
| * | Add .name file support for custom sidebar directory display names | 魏曹先生 | 2026-06-06 | 1 | -0/+1 |
| | | |||||
| * | Rename `ExitCode` to `ResExitCode` and `REPL` to `ResREPL` | 魏曹先生 | 2026-06-06 | 1 | -0/+200 |
| | | |||||
| * | Add example pages and sync-examples tool for docs | 魏曹先生 | 2026-06-05 | 1 | -16/+0 |
| | | |||||
| * | Fix indentation and update Chinese documentation content | Weicao-CatilGrass | 2026-05-27 | 2 | -21/+21 |
| | | |||||
| * | Add Chinese tutorial for Step 1 of Mingling framework | 魏曹先生 | 2026-05-27 | 2 | -0/+208 |
| | | |||||
| * | Restructure docs | 魏曹先生 | 2026-05-25 | 5 | -771/+0 |
| | | | | | add template and interactive tutorial, update tool runner | ||||
| * | Rename injected renderer parameter from `r` to `__renderer_inner_result` | Weicao-CatilGrass | 2026-05-22 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 0.1.9 | 魏曹先生 | 2026-05-18 | 1 | -1/+1 |
| | | |||||
| * | Switch mingling_core and mingling_macros to use published crate versions0.1.8 | Weicao-CatilGrass | 2026-05-18 | 1 | -1/+1 |
| | | |||||
| * | Rename `NextProcess` to `Next` across the codebase | Weicao-CatilGrass | 2026-05-17 | 3 | -14/+14 |
| | | |||||
| * | Add CI tooling and cargo alias `ci` | Weicao-CatilGrass | 2026-05-09 | 2 | -21/+21 |
| | | |||||
| * | Fix variable reassignment in handle_greet_entry function | 魏曹先生 | 2026-05-07 | 1 | -2/+1 |
| | | |||||
| * | Update mingling from 0.1.7 to 0.1.8 | 魏曹先生 | 2026-05-07 | 1 | -1/+1 |
| | | |||||
| * | Add documentation for Picker, help display, and shell completion | 魏曹先生 | 2026-05-04 | 5 | -2/+379 |
| | | |||||
| * | Add tool to fix blank lines around code blocks in Markdown | 魏曹先生 | 2026-05-03 | 2 | -47/+47 |
| | | |||||
| * | Restructure Chinese documentation into dedicated subdirectory | 魏曹先生 | 2026-05-03 | 3 | -0/+396 |
