aboutsummaryrefslogtreecommitdiff
path: root/dev_tools/src/bin/ci.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(devtools): rename dev_tools to .run and replace run-tools魏曹先生45 hours1-225/+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.
* chore: run cargo fmt and rearrange re-exports in mingling魏曹先生10 days1-0/+1
|
* feat(ci): add Windows path separator to ignore dirs魏曹先生13 days1-1/+5
|
* feat(ci): add --dirty flag to skip temp commit and clean check魏曹先生13 days1-20/+27
|
* feat(ci): add mling/res to ignored directories魏曹先生13 days1-1/+1
|
* Run CI tasks in parallel with progress bars魏曹先生2026-06-241-26/+29
|
* Support qualified type paths in four macros魏曹先生2026-06-221-4/+5
|
* Remove --refresh-docs flag and reorganize CI phasesWeicao-CatilGrass2026-06-121-10/+16
|
* Add CLI options for selective CI runsWeicao-CatilGrass2026-06-121-9/+42
|
* Add `.temp` directory to ignored paths in CI buildWeicao-CatilGrass2026-06-111-1/+28
|
* Refactor test-readme into generic docs code block verifierWeicao-CatilGrass2026-06-111-4/+4
|
* Add README code block testing to CI pipelineWeicao-CatilGrass2026-06-101-0/+6
|
* Add `-y` flag to skip the temp commit promptWeicao-CatilGrass2026-06-091-8/+16
|
* Add example pages and sync-examples tool for docs魏曹先生2026-06-051-0/+1
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-7/+9
|
* Prompt user before temporarily committing in CI魏曹先生2026-05-291-13/+31
|
* Add auto-generated feature flags module and tooling魏曹先生2026-05-291-0/+1
|
* Restore changes on CI failure after temp commit魏曹先生2026-05-211-2/+8
|
* Implement REPL execution with hooks and argument splitting魏曹先生2026-05-181-1/+1
|
* Add example testing to CI pipelineWeicao-CatilGrass2026-05-131-0/+6
|
* Add CI tooling and cargo alias `ci`Weicao-CatilGrass2026-05-091-0/+95