aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: add CI check workflow and update contributing guideHEADmain魏曹先生8 hours2-21/+155
|
* fix(docs): reduce docs sidebar depth to match maxLevel魏曹先生9 hours3-3/+3
|
* docs: migrate ABOUT-CI and ABOUT-NIGHTLY to dev docs site魏曹先生9 hours4-6/+14
| | | | | | Replace relative file links with absolute URLs and add centered page headers to the migrated docs. Update the dev sidebar to include the new pages.
* chore: add nul to .gitignore魏曹先生9 hours1-0/+3
|
* fix: update manifest path references from dev_tools to .rununreleased魏曹先生10 hours3-15/+21
|
* refactor(templates): rename Cargo.toml to Cargo.toml.tmpl魏曹先生11 hours3-0/+0
|
* refactor(devtools): rename dev_tools to .run and replace run-tools魏曹先生11 hours38-176/+547
| | | | | | | | | | | | scripts Replace the old run-tools.ps1/run-tools.sh scripts with a new unified run.ps1/run.sh launcher that supports multiple languages (PowerShell, Rust, Python, Go, C#, Nim, Perl, Ruby, Zig, and arbitrary binaries) from the `.run/src/bin` directory. Move all development tools from `dev_tools/` to `.run/`, update Cargo workspace config and relevant documentation references.
* docs: fix trailing whitespace in markdown files魏曹先生11 hours2-6/+16
|
* docs(remove-r-print-macro): add progress checklist to issue魏曹先生11 hours1-0/+10
|
* docs(dev): Add emoji icons and restructure sidebar layout魏曹先生11 hours5-10/+16
|
* chore(docs): rename dev-docs directory to dev魏曹先生11 hours13-9/+9
| | | | Update sidebar link for remove-r-print-macro to use full description
* chore: switch workspace dependencies from path to versioned 0.2.20.2.2魏曹先生26 hours33-6/+175
|
* chore: bump mingling crates from 0.2.1 to 0.2.2魏曹先生26 hours32-96/+96
|
* chore: bump version to 0.2.2魏曹先生26 hours7-140/+163
|
* feat(structural_data): align type use generation with group_impl魏曹先生26 hours1-2/+9
|
* chore: remove published source checksums from example Cargo.lock files魏曹先生26 hours31-128/+0
|
* chore(deps): switch workspace crates to local paths魏曹先生26 hours2-47/+6
|
* docs: add issue doc for removing r_print macros and fix sidebar魏曹先生28 hours3-1/+90
| | | | Capitalize "Templates" entry in dev-docs sidebar
* ci: add deploy permissions and upgrade deploy-pages to v5魏曹先生29 hours1-1/+5
|
* chore: add rust-toolchain.toml for channel 1.95.0魏曹先生29 hours1-0/+3
|
* ci: remove GitHub Pages deployment workflow魏曹先生30 hours1-35/+0
|
* ci(ci): add .temp cache to speed up CI jobs魏曹先生30 hours1-4/+53
|
* fix: compare non-numeric sidebar entries lexicographically魏曹先生30 hours1-1/+1
|
* docs(readme): add devdoc link and fix trailing whitespace魏曹先生30 hours1-2/+3
|
* docs(sidebar): rename code-verify-system link to Markdown Code魏曹先生31 hours6-53/+53
| | | | Verification System
* style(sidebar): add padding to nested navigation items魏曹先生31 hours2-0/+12
|
* feat(docs): add flexible-alerts plugin and callout styles魏曹先生31 hours3-14/+117
|
* docs: add hero banners and unify page titles in dev-docs魏曹先生31 hours4-13/+120
|
* docs: restructure dev-docs sidebar and move pages into subdirectories魏曹先生31 hours9-2/+8
|
* docs(abouts): reorganize dev-docs into categorized subdirectories魏曹先生31 hours5-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魏曹先生31 hours9-35/+1719
|
* chore: move issue files to docs directory魏曹先生31 hours2-0/+0
|
* docs: update roadmap task list in README魏曹先生31 hours1-5/+7
|
* docs: add CI process documentation and update CONTRIBUTING structure魏曹先生8 days2-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魏曹先生9 days31-0/+128
| | | | Cargo.lock
* chore: fix indentation in CHANGELOG.md魏曹先生9 days1-127/+127
|
* docs(changelog): prepare 0.2.1 release and add unreleased section0.2.1魏曹先生9 days3-9/+71
|
* chore: run cargo fmt and rearrange re-exports in mingling魏曹先生9 days25-124/+137
|
* fix(macros): fix false positives in entry_has_variant substring matching魏曹先生9 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
| | | | | | | | 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 days1-0/+44
| | | | lines
* 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
| | | | | | 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魏曹先生11 days5-24/+81
| | | | examples