aboutsummaryrefslogtreecommitdiff
path: root/dev_tools/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(devtools): rename dev_tools to .run and replace run-tools魏曹先生39 hours1-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 days1-1/+3
|
* feat(pathf): add build-time type path resolution system魏曹先生14 days1-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-241-0/+122
|
* Add `.temp` directory to ignored paths in CI buildWeicao-CatilGrass2026-06-111-0/+43
|
* Refactor test-readme into generic docs code block verifierWeicao-CatilGrass2026-06-111-0/+2
|
* Add README code block testing to CI pipelineWeicao-CatilGrass2026-06-101-0/+41
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-8/+22
|
* Skip dev_tools directory when collecting Cargo.toml pathsWeicao-CatilGrass2026-05-221-0/+4
|
* Add CI tooling and cargo alias `ci`Weicao-CatilGrass2026-05-091-0/+102
|
* Add dev tools to generate example documentation魏曹先生2026-04-111-0/+1