aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(structural_data): align type use generation with group_impl魏曹先生12 hours1-2/+9
* chore: remove published source checksums from example Cargo.lock files魏曹先生12 hours31-128/+0
* chore(deps): switch workspace crates to local paths魏曹先生12 hours2-47/+6
* docs: add issue doc for removing r_print macros and fix sidebar魏曹先生14 hours3-1/+90
* ci: add deploy permissions and upgrade deploy-pages to v5魏曹先生15 hours1-1/+5
* chore: add rust-toolchain.toml for channel 1.95.0魏曹先生15 hours1-0/+3
* ci: remove GitHub Pages deployment workflow魏曹先生16 hours1-35/+0
* ci(ci): add .temp cache to speed up CI jobs魏曹先生16 hours1-4/+53
* fix: compare non-numeric sidebar entries lexicographically魏曹先生16 hours1-1/+1
* docs(readme): add devdoc link and fix trailing whitespace魏曹先生16 hours1-2/+3
* docs(sidebar): rename code-verify-system link to Markdown Code魏曹先生16 hours6-53/+53
* style(sidebar): add padding to nested navigation items魏曹先生16 hours2-0/+12
* feat(docs): add flexible-alerts plugin and callout styles魏曹先生16 hours3-14/+117
* docs: add hero banners and unify page titles in dev-docs魏曹先生16 hours4-13/+120
* docs: restructure dev-docs sidebar and move pages into subdirectories魏曹先生16 hours9-2/+8
* docs(abouts): reorganize dev-docs into categorized subdirectories魏曹先生16 hours5-14/+15
* docs: add dev-docs site with dark/light theme support魏曹先生16 hours9-35/+1719
* chore: move issue files to docs directory魏曹先生16 hours2-0/+0
* docs: update roadmap task list in README魏曹先生16 hours1-5/+7
* docs: add CI process documentation and update CONTRIBUTING structure魏曹先生8 days2-33/+94
* chore(examples): add source and checksum to mingling_core/macros in魏曹先生8 days31-0/+128
* chore: fix indentation in CHANGELOG.md魏曹先生8 days1-127/+127
* docs(changelog): prepare 0.2.1 release and add unreleased section0.2.1魏曹先生8 days3-9/+71
* chore: run cargo fmt and rearrange re-exports in mingling魏曹先生8 days25-124/+137
* fix(macros): fix false positives in entry_has_variant substring matching魏曹先生8 days2-7/+30
* chore: bump version to 0.2.1 and switch deps to path魏曹先生10 days38-283/+114
* Released Mingling 0.2.00.2.0魏曹先生10 days35-7/+179
* docs(changelog): polish markdown formatting and update release entries魏曹先生10 days1-13/+34
* feat(README): mark MVP milestone and release 0.2.0 as completed魏曹先生10 days1-5/+5
* feat(docs): add Chinese and English documentation for Mingling tutorials魏曹先生10 days45-9/+4363
* docs: document `// BUILD TIME` directive and `@@@` hidden compilation魏曹先生10 days1-0/+44
* docs: clean up code blocks and trailing whitespace in readme魏曹先生10 days3-17/+11
* chore(docs): remove duplicate .gitignore files in pages dirs魏曹先生10 days2-2/+0
* feat(css): set body line-height to 1.8 in both themes魏曹先生10 days2-0/+2
* feat(dev_tools): sort sidebar entries with natural ordering魏曹先生10 days1-3/+28
* feat(docs): add @@@ hidden code block support for compile-tested魏曹先生10 days5-24/+81
* chore(examples): add missing `just_fmt` dependency魏曹先生10 days2-0/+2
* ci: restrict CI trigger to main branch and add unreleased tag job魏曹先生10 days1-1/+18
* fix: parse grouped derive attributes for enums and unions correctly魏曹先生10 days3-25/+48
* fix(dispatcher_clap): support dispatch tree pattern detection魏曹先生10 days3-9/+71
* fix(mingling_pathf): extract CMD, error, and help types from魏曹先生10 days6-16/+253
* refactor(core): move pathf module under builds and rename to build魏曹先生11 days7-57/+54
* feat(examples): add pathf + dispatch tree combination example魏曹先生11 days9-0/+271
* fix(macros): pass pathf_map into dispatch tree generators魏曹先生11 days3-33/+56
* refactor(proj_mgr): reorganize imports and reformat code魏曹先生11 days2-5/+13
* feat(macros): add pathf type resolution for downcasts魏曹先生11 days1-29/+81
* feat(pathf): add dispatch tree config and pass feature to analyzer魏曹先生11 days8-120/+255
* refactor(pack_err): replace inline to_snake_case with just_fmt魏曹先生11 days1-33/+5
* refactor: simplify match arm syntax in grouped derive pattern魏曹先生11 days1-9/+6
* style(docs): trim trailing whitespace in code blocks魏曹先生11 days2-50/+50