| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(deps): switch workspace crates to local paths | 魏曹先生 | 16 hours | 2 | -47/+6 |
| | | |||||
| * | docs: add issue doc for removing r_print macros and fix sidebar | 魏曹先生 | 18 hours | 3 | -1/+90 |
| | | | | | Capitalize "Templates" entry in dev-docs sidebar | ||||
| * | ci: add deploy permissions and upgrade deploy-pages to v5 | 魏曹先生 | 19 hours | 1 | -1/+5 |
| | | |||||
| * | chore: add rust-toolchain.toml for channel 1.95.0 | 魏曹先生 | 19 hours | 1 | -0/+3 |
| | | |||||
| * | ci: remove GitHub Pages deployment workflow | 魏曹先生 | 19 hours | 1 | -35/+0 |
| | | |||||
| * | ci(ci): add .temp cache to speed up CI jobs | 魏曹先生 | 19 hours | 1 | -4/+53 |
| | | |||||
| * | fix: compare non-numeric sidebar entries lexicographically | 魏曹先生 | 19 hours | 1 | -1/+1 |
| | | |||||
| * | docs(readme): add devdoc link and fix trailing whitespace | 魏曹先生 | 20 hours | 1 | -2/+3 |
| | | |||||
| * | docs(sidebar): rename code-verify-system link to Markdown Code | 魏曹先生 | 20 hours | 6 | -53/+53 |
| | | | | | Verification System | ||||
| * | style(sidebar): add padding to nested navigation items | 魏曹先生 | 20 hours | 2 | -0/+12 |
| | | |||||
| * | feat(docs): add flexible-alerts plugin and callout styles | 魏曹先生 | 20 hours | 3 | -14/+117 |
| | | |||||
| * | docs: add hero banners and unify page titles in dev-docs | 魏曹先生 | 20 hours | 4 | -13/+120 |
| | | |||||
| * | docs: restructure dev-docs sidebar and move pages into subdirectories | 魏曹先生 | 20 hours | 9 | -2/+8 |
| | | |||||
| * | docs(abouts): reorganize dev-docs into categorized subdirectories | 魏曹先生 | 20 hours | 5 | -14/+15 |
| | | | | | | | Move about docs and templates from the root docs folder into dev-docs/abouts and dev-docs/templates respectively, adding .name files for directory metadata | ||||
| * | docs: add dev-docs site with dark/light theme support | 魏曹先生 | 20 hours | 9 | -35/+1719 |
| | | |||||
| * | chore: move issue files to docs directory | 魏曹先生 | 20 hours | 2 | -0/+0 |
| | | |||||
| * | docs: update roadmap task list in README | 魏曹先生 | 20 hours | 1 | -5/+7 |
| | | |||||
| * | docs: add CI process documentation and update CONTRIBUTING structure | 魏曹先生 | 8 days | 2 | -33/+94 |
| | | | | | | | Add ABOUT-CI.md describing the local CI workflow, execution stages, and workspace cleanliness checks. Reformat CONTRIBUTING.md tables and add a reference to the new CI documentation. | ||||
| * | chore(examples): add source and checksum to mingling_core/macros in | 魏曹先生 | 8 days | 31 | -0/+128 |
| | | | | | Cargo.lock | ||||
| * | chore: fix indentation in CHANGELOG.md | 魏曹先生 | 8 days | 1 | -127/+127 |
| | | |||||
| * | docs(changelog): prepare 0.2.1 release and add unreleased section0.2.1 | 魏曹先生 | 8 days | 3 | -9/+71 |
| | | |||||
| * | chore: run cargo fmt and rearrange re-exports in mingling | 魏曹先生 | 9 days | 25 | -124/+137 |
| | | |||||
| * | fix(macros): fix false positives in entry_has_variant substring matching | 魏曹先生 | 9 days | 2 | -7/+30 |
| | | |||||
| * | chore: bump version to 0.2.1 and switch deps to path | 魏曹先生 | 10 days | 38 | -283/+114 |
| | | |||||
| * | Released Mingling 0.2.00.2.0 | 魏曹先生 | 10 days | 35 | -7/+179 |
| | | |||||
| * | docs(changelog): polish markdown formatting and update release entries | 魏曹先生 | 10 days | 1 | -13/+34 |
| | | |||||
| * | feat(README): mark MVP milestone and release 0.2.0 as completed | 魏曹先生 | 10 days | 1 | -5/+5 |
| | | |||||
| * | feat(docs): add Chinese and English documentation for Mingling tutorials | 魏曹先生 | 10 days | 45 | -9/+4363 |
| | | | | | | | | | 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: document `// BUILD TIME` directive and `@@@` hidden compilation | 魏曹先生 | 10 days | 1 | -0/+44 |
| | | | | | lines | ||||
| * | docs: clean up code blocks and trailing whitespace in readme | 魏曹先生 | 10 days | 3 | -17/+11 |
| | | |||||
| * | chore(docs): remove duplicate .gitignore files in pages dirs | 魏曹先生 | 10 days | 2 | -2/+0 |
| | | |||||
| * | feat(css): set body line-height to 1.8 in both themes | 魏曹先生 | 10 days | 2 | -0/+2 |
| | | |||||
| * | feat(dev_tools): sort sidebar entries with natural ordering | 魏曹先生 | 10 days | 1 | -3/+28 |
| | | | | | | | Replace lexicographic sorting with numeric-aware comparison so that numbered files like `10-foo` follow `2-bar` instead of appearing before it | ||||
| * | feat(docs): add @@@ hidden code block support for compile-tested | 魏曹先生 | 10 days | 5 | -24/+81 |
| | | | | | examples | ||||
| * | chore(examples): add missing `just_fmt` dependency | 魏曹先生 | 10 days | 2 | -0/+2 |
| | | |||||
| * | ci: restrict CI trigger to main branch and add unreleased tag job | 魏曹先生 | 10 days | 1 | -1/+18 |
| | | |||||
| * | fix: parse grouped derive attributes for enums and unions correctly | 魏曹先生 | 10 days | 3 | -25/+48 |
| | | | | | | | Use `parse_args_with` with `Punctuated<Path, Comma>` to correctly identify `Groupped` and `GrouppedSerialize` derive macros, fixing a bug where enums and unions were not properly detected | ||||
| * | fix(dispatcher_clap): support dispatch tree pattern detection | 魏曹先生 | 11 days | 3 | -9/+71 |
| | | |||||
| * | fix(mingling_pathf): extract CMD, error, and help types from | 魏曹先生 | 11 days | 6 | -16/+253 |
| | | | | | dispatcher_clap | ||||
| * | refactor(core): move pathf module under builds and rename to build | 魏曹先生 | 11 days | 7 | -57/+54 |
| | | | | | | | Migrate `mingling_core::pathf` into `mingling_core::builds::pathf` and re-export from `mingling::build`. Update all references from `mingling::builds` and `mingling::pathf` to `mingling::build`. | ||||
| * | feat(examples): add pathf + dispatch tree combination example | 魏曹先生 | 11 days | 9 | -0/+271 |
| | | |||||
| * | fix(macros): pass pathf_map into dispatch tree generators | 魏曹先生 | 11 days | 3 | -33/+56 |
| | | |||||
| * | refactor(proj_mgr): reorganize imports and reformat code | 魏曹先生 | 11 days | 2 | -5/+13 |
| | | |||||
| * | feat(macros): add pathf type resolution for downcasts | 魏曹先生 | 11 days | 1 | -29/+81 |
| | | |||||
| * | feat(pathf): add dispatch tree config and pass feature to analyzer | 魏曹先生 | 11 days | 8 | -120/+255 |
| | | | | | | | | | Add `PathfinderConfig` struct to control dispatch tree extraction, and wire `use_dispatch_tree` through `DispatcherPattern`, `init_with_config`, and `analyze_and_build_type_mapping_for`. Expose config and wrapper from `mingling_core` under the `pathf` feature. | ||||
| * | refactor(pack_err): replace inline to_snake_case with just_fmt | 魏曹先生 | 11 days | 1 | -33/+5 |
| | | |||||
| * | refactor: simplify match arm syntax in grouped derive pattern | 魏曹先生 | 11 days | 1 | -9/+6 |
| | | |||||
| * | style(docs): trim trailing whitespace in code blocks | 魏曹先生 | 11 days | 2 | -50/+50 |
| | | |||||
| * | refactor(macros): reorganize module structure and parse pathf include | 魏曹先生 | 11 days | 1 | -6/+25 |
| | | | | | | | | inline Instead of using `include!` with generated paths, read the file at compile time and parse it into a token stream during macro expansion. | ||||
| * | refactor: indent parallel task output lines | 魏曹先生 | 11 days | 1 | -1/+3 |
| | | |||||
