| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(devtools): rename dev_tools to .run and replace run-tools | 魏曹先生 | 47 hours | 1 | -276/+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. | ||||
| * | 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 | ||||
| * | Run CI tasks in parallel with progress bars | 魏曹先生 | 2026-06-24 | 1 | -29/+24 |
| | | |||||
| * | Parallelize markdown code block verification | 魏曹先生 | 2026-06-23 | 1 | -31/+69 |
| | | |||||
| * | 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 |
| | | |||||
| * | Refactor test-readme into generic docs code block verifier | Weicao-CatilGrass | 2026-06-11 | 1 | -0/+182 |
