| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(devtools): rename dev_tools to .run and replace run-tools | 魏曹先生 | 39 hours | 1 | -331/+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. | ||||
| * | refactor: indent parallel task output lines | 魏曹先生 | 13 days | 1 | -1/+3 |
| | | |||||
| * | feat(pathf): add build-time type path resolution system | 魏曹先生 | 14 days | 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!()`. | ||||
| * | Run CI tasks in parallel with progress bars | 魏曹先生 | 2026-06-24 | 1 | -0/+122 |
| | | |||||
| * | Add `.temp` directory to ignored paths in CI build | Weicao-CatilGrass | 2026-06-11 | 1 | -0/+43 |
| | | |||||
| * | Refactor test-readme into generic docs code block verifier | Weicao-CatilGrass | 2026-06-11 | 1 | -0/+2 |
| | | |||||
| * | Add README code block testing to CI pipeline | Weicao-CatilGrass | 2026-06-10 | 1 | -0/+41 |
| | | |||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 1 | -8/+22 |
| | | |||||
| * | Skip dev_tools directory when collecting Cargo.toml paths | Weicao-CatilGrass | 2026-05-22 | 1 | -0/+4 |
| | | |||||
| * | Add CI tooling and cargo alias `ci` | Weicao-CatilGrass | 2026-05-09 | 1 | -0/+102 |
| | | |||||
| * | Add dev tools to generate example documentation | 魏曹先生 | 2026-04-11 | 1 | -0/+1 |
