| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add CI check workflow and update contributing guideHEADmain | 魏曹先生 | 8 hours | 2 | -21/+155 |
| | | |||||
| * | fix(docs): reduce docs sidebar depth to match maxLevel | 魏曹先生 | 9 hours | 3 | -3/+3 |
| | | |||||
| * | docs: migrate ABOUT-CI and ABOUT-NIGHTLY to dev docs site | 魏曹先生 | 9 hours | 4 | -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 hours | 1 | -0/+3 |
| | | |||||
| * | fix: update manifest path references from dev_tools to .rununreleased | 魏曹先生 | 10 hours | 3 | -15/+21 |
| | | |||||
| * | refactor(templates): rename Cargo.toml to Cargo.toml.tmpl | 魏曹先生 | 11 hours | 3 | -0/+0 |
| | | |||||
| * | refactor(devtools): rename dev_tools to .run and replace run-tools | 魏曹先生 | 11 hours | 38 | -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 hours | 2 | -6/+16 |
| | | |||||
| * | docs(remove-r-print-macro): add progress checklist to issue | 魏曹先生 | 11 hours | 1 | -0/+10 |
| | | |||||
| * | docs(dev): Add emoji icons and restructure sidebar layout | 魏曹先生 | 11 hours | 5 | -10/+16 |
| | | |||||
| * | chore(docs): rename dev-docs directory to dev | 魏曹先生 | 11 hours | 13 | -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 hours | 33 | -6/+175 |
| | | |||||
| * | chore: bump mingling crates from 0.2.1 to 0.2.2 | 魏曹先生 | 26 hours | 32 | -96/+96 |
| | | |||||
| * | chore: bump version to 0.2.2 | 魏曹先生 | 26 hours | 7 | -140/+163 |
| | | |||||
| * | feat(structural_data): align type use generation with group_impl | 魏曹先生 | 26 hours | 1 | -2/+9 |
| | | |||||
| * | chore: remove published source checksums from example Cargo.lock files | 魏曹先生 | 26 hours | 31 | -128/+0 |
| | | |||||
| * | chore(deps): switch workspace crates to local paths | 魏曹先生 | 26 hours | 2 | -47/+6 |
| | | |||||
| * | docs: add issue doc for removing r_print macros and fix sidebar | 魏曹先生 | 28 hours | 3 | -1/+90 |
| | | | | | Capitalize "Templates" entry in dev-docs sidebar | ||||
| * | ci: add deploy permissions and upgrade deploy-pages to v5 | 魏曹先生 | 29 hours | 1 | -1/+5 |
| | | |||||
| * | chore: add rust-toolchain.toml for channel 1.95.0 | 魏曹先生 | 29 hours | 1 | -0/+3 |
| | | |||||
| * | ci: remove GitHub Pages deployment workflow | 魏曹先生 | 30 hours | 1 | -35/+0 |
| | | |||||
| * | ci(ci): add .temp cache to speed up CI jobs | 魏曹先生 | 30 hours | 1 | -4/+53 |
| | | |||||
| * | fix: compare non-numeric sidebar entries lexicographically | 魏曹先生 | 30 hours | 1 | -1/+1 |
| | | |||||
| * | docs(readme): add devdoc link and fix trailing whitespace | 魏曹先生 | 30 hours | 1 | -2/+3 |
| | | |||||
| * | docs(sidebar): rename code-verify-system link to Markdown Code | 魏曹先生 | 31 hours | 6 | -53/+53 |
| | | | | | Verification System | ||||
| * | style(sidebar): add padding to nested navigation items | 魏曹先生 | 31 hours | 2 | -0/+12 |
| | | |||||
| * | feat(docs): add flexible-alerts plugin and callout styles | 魏曹先生 | 31 hours | 3 | -14/+117 |
| | | |||||
| * | docs: add hero banners and unify page titles in dev-docs | 魏曹先生 | 31 hours | 4 | -13/+120 |
| | | |||||
| * | docs: restructure dev-docs sidebar and move pages into subdirectories | 魏曹先生 | 31 hours | 9 | -2/+8 |
| | | |||||
| * | docs(abouts): reorganize dev-docs into categorized subdirectories | 魏曹先生 | 31 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 | 魏曹先生 | 31 hours | 9 | -35/+1719 |
| | | |||||
| * | chore: move issue files to docs directory | 魏曹先生 | 31 hours | 2 | -0/+0 |
| | | |||||
| * | docs: update roadmap task list in README | 魏曹先生 | 31 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 | 魏曹先生 | 9 days | 31 | -0/+128 |
| | | | | | Cargo.lock | ||||
| * | chore: fix indentation in CHANGELOG.md | 魏曹先生 | 9 days | 1 | -127/+127 |
| | | |||||
| * | docs(changelog): prepare 0.2.1 release and add unreleased section0.2.1 | 魏曹先生 | 9 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 | 魏曹先生 | 11 days | 5 | -24/+81 |
| | | | | | examples | ||||
