| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(devtools): rename dev_tools to .run and replace run-tools | 魏曹先生 | 41 hours | 9 | -1594/+0 |
| | | | | | | | | | | | | | 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. | ||||
| * | fix: compare non-numeric sidebar entries lexicographically | 魏曹先生 | 2 days | 1 | -1/+1 |
| | | |||||
| * | docs: add dev-docs site with dark/light theme support | 魏曹先生 | 3 days | 1 | -33/+71 |
| | | |||||
| * | chore: run cargo fmt and rearrange re-exports in mingling | 魏曹先生 | 10 days | 1 | -0/+1 |
| | | |||||
| * | feat(dev_tools): sort sidebar entries with natural ordering | 魏曹先生 | 12 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(ci): add Windows path separator to ignore dirs | 魏曹先生 | 13 days | 1 | -1/+5 |
| | | |||||
| * | feat(ci): add --dirty flag to skip temp commit and clean check | 魏曹先生 | 13 days | 1 | -20/+27 |
| | | |||||
| * | feat(ci): add mling/res to ignored directories | 魏曹先生 | 13 days | 1 | -1/+1 |
| | | |||||
| * | feat(verify): support build-time Rust code blocks in markdown tests | 魏曹先生 | 13 days | 1 | -4/+15 |
| | | | | | | | Handle code blocks annotated with `// BUILD TIME` by generating a `build.rs` instead of `src/main.rs`, adding `mingling` as a build dependency with the `builds` feature, and writing a stub main.rs | ||||
| * | feat(pathf): add build-time type path resolution system | 魏曹先生 | 2026-06-28 | 1 | -1/+1 |
| | | | | | | | | Add `mingling_pathf` sub-crate and `pathf` feature for automatic resolution of Mingling type module paths at build time. Scans source files, identifies macro invocations via pattern matchers, and generates mapping files consumed by `gen_program!()`. | ||||
| * | feat(dev_tools): add update-version tool | 魏曹先生 | 2026-06-28 | 1 | -0/+98 |
| | | |||||
| * | Run CI tasks in parallel with progress bars | 魏曹先生 | 2026-06-24 | 3 | -78/+95 |
| | | |||||
| * | Parallelize markdown code block verification | 魏曹先生 | 2026-06-23 | 1 | -31/+69 |
| | | |||||
| * | Support qualified type paths in four macros | 魏曹先生 | 2026-06-22 | 1 | -4/+5 |
| | | |||||
| * | Add optional single file argument to test runner | Weicao-CatilGrass | 2026-06-12 | 1 | -0/+36 |
| | | |||||
| * | Test markdown code blocks with dependency caching | Weicao-CatilGrass | 2026-06-12 | 1 | -27/+41 |
| | | |||||
| * | Remove --refresh-docs flag and reorganize CI phases | Weicao-CatilGrass | 2026-06-12 | 1 | -10/+16 |
| | | |||||
| * | Add CLI options for selective CI runs | Weicao-CatilGrass | 2026-06-12 | 1 | -9/+42 |
| | | |||||
| * | Add `.temp` directory to ignored paths in CI build | Weicao-CatilGrass | 2026-06-11 | 1 | -1/+28 |
| | | |||||
| * | Refactor test-readme into generic docs code block verifier | Weicao-CatilGrass | 2026-06-11 | 3 | -353/+186 |
| | | |||||
| * | Add README code block testing to CI pipeline | Weicao-CatilGrass | 2026-06-10 | 2 | -0/+355 |
| | | |||||
| * | Add `-y` flag to skip the temp commit prompt | Weicao-CatilGrass | 2026-06-09 | 1 | -8/+16 |
| | | |||||
| * | Add full-todolist example project | Weicao-CatilGrass | 2026-06-09 | 1 | -3/+0 |
| | | |||||
| * | Filter example directories by prefix | Weicao-CatilGrass | 2026-06-08 | 1 | -0/+4 |
| | | |||||
| * | Add .name file support for custom sidebar directory display names | 魏曹先生 | 2026-06-06 | 1 | -1/+18 |
| | | |||||
| * | Add example pages and sync-examples tool for docs | 魏曹先生 | 2026-06-05 | 2 | -0/+135 |
| | | |||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 5 | -21/+25 |
| | | |||||
| * | Remove duplicate README and replace with symlink | 魏曹先生 | 2026-05-29 | 1 | -11/+0 |
| | | |||||
| * | Prompt user before temporarily committing in CI | 魏曹先生 | 2026-05-29 | 1 | -13/+31 |
| | | |||||
| * | Add auto-generated feature flags module and tooling | 魏曹先生 | 2026-05-29 | 2 | -0/+98 |
| | | |||||
| * | Restore changes on CI failure after temp commit | 魏曹先生 | 2026-05-21 | 1 | -2/+8 |
| | | |||||
| * | Implement REPL execution with hooks and argument splitting | 魏曹先生 | 2026-05-18 | 1 | -1/+1 |
| | | |||||
| * | Copy README to mingling directory on doc refresh | 魏曹先生 | 2026-05-18 | 1 | -0/+11 |
| | | |||||
| * | Rename test-examples config file and update reference | 魏曹先生 | 2026-05-13 | 1 | -1/+1 |
| | | |||||
| * | Add example testing to CI pipeline | Weicao-CatilGrass | 2026-05-13 | 1 | -0/+6 |
| | | |||||
| * | Add test tool for examples and update exit code demo | Weicao-CatilGrass | 2026-05-13 | 1 | -0/+139 |
| | | |||||
| * | Add CI tooling and cargo alias `ci` | Weicao-CatilGrass | 2026-05-09 | 4 | -13/+133 |
| | | |||||
| * | Fix docs-code-box-fix doc comment | 魏曹先生 | 2026-05-04 | 1 | -1/+0 |
| | | |||||
| * | Apply clippy suggestions in chain related files | Weicao-CatilGrass | 2026-05-04 | 1 | -2/+1 |
| | | |||||
| * | Add tool to fix blank lines around code blocks in Markdown | 魏曹先生 | 2026-05-03 | 1 | -0/+165 |
| | | |||||
| * | Replace docs README with static documentation pages | 魏曹先生 | 2026-05-03 | 1 | -15/+0 |
| | | |||||
| * | Generate translation sidebars and refactor sidebar generation | 魏曹先生 | 2026-05-03 | 1 | -12/+49 |
| | | |||||
| * | Use small integer repr for gen_program! enum | 魏曹先生 | 2026-04-29 | 1 | -3/+3 |
| | | | | | Remove the default __FallBack variant and Debug derive from pack types. | ||||
| * | Rename docsify_sidebar_gen to docsify-sidebar-gen | 魏曹先生 | 2026-04-29 | 1 | -0/+0 |
| | | |||||
| * | Add docsify sidebar generation tool and update Chinese docs | 魏曹先生 | 2026-04-28 | 1 | -0/+144 |
| | | |||||
| * | Add clippy scripts and apply clippy suggestions | 魏曹先生 | 2026-04-20 | 1 | -13/+13 |
| | | |||||
| * | Rename refresh-examples to refresh-docs and add quiet flag | 魏曹先生 | 2026-04-15 | 1 | -3/+10 |
| | | |||||
| * | Update README and add docs README generation | 魏曹先生 | 2026-04-14 | 1 | -40/+56 |
| | | |||||
| * | Trim trailing whitespace in generated examples file | Weicao-CatilGrass | 2026-04-12 | 1 | -1/+8 |
| | | |||||
| * | Fix example doc comment indentation and header trimming | 魏曹先生 | 2026-04-11 | 1 | -1/+1 |
| | | |||||
