| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(devtools): rename dev_tools to .run and replace run-tools | 魏曹先生 | 35 hours | 11 | -2436/+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 | 魏曹先生 | 2 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 | 魏曹先生 | 11 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 | 魏曹先生 | 12 days | 1 | -0/+18 |
| | | | | | examples | ||||
| * | refactor(core): move pathf module under builds and rename to build | 魏曹先生 | 13 days | 1 | -2/+2 |
| | | | | | | | 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`. | ||||
| * | refactor: indent parallel task output lines | 魏曹先生 | 13 days | 1 | -1/+3 |
| | | |||||
| * | 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 | 2 | -15/+90 |
| | | | | | | | 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 | 魏曹先生 | 14 days | 2 | -2/+2 |
| | | | | | | | | 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 | 4 | -78/+217 |
| | | |||||
| * | Parallelize markdown code block verification | 魏曹先生 | 2026-06-23 | 2 | -34/+70 |
| | | |||||
| * | Switch markdown code block check from build to cargo check | 魏曹先生 | 2026-06-23 | 1 | -2/+2 |
| | | |||||
| * | Support qualified type paths in four macros | 魏曹先生 | 2026-06-22 | 1 | -4/+5 |
| | | |||||
| * | Add `allow(unused)` to generated main.rs | Weicao-CatilGrass | 2026-06-12 | 1 | -2/+2 |
| | | |||||
| * | Auto-insert `use mingling::prelude::*` and stream build stderr | Weicao-CatilGrass | 2026-06-12 | 1 | -11/+55 |
| | | |||||
| * | 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 | 2 | -38/+120 |
| | | |||||
| * | 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 | 2 | -1/+71 |
| | | |||||
| * | Refactor test-readme into generic docs code block verifier | Weicao-CatilGrass | 2026-06-11 | 4 | -119/+273 |
| | | |||||
| * | Add README code block testing to CI pipeline | Weicao-CatilGrass | 2026-06-10 | 3 | -0/+396 |
| | | |||||
| * | 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 | 6 | -29/+47 |
| | | |||||
| * | 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 |
| | | |||||
| * | Skip dev_tools directory when collecting Cargo.toml paths | Weicao-CatilGrass | 2026-05-22 | 1 | -0/+4 |
| | | |||||
| * | 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 | 5 | -13/+235 |
| | | |||||
| * | 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. | ||||
