aboutsummaryrefslogtreecommitdiff
path: root/.run
Commit message (Collapse)AuthorAgeFilesLines
* chore(version): add standalone crate version tracking in README魏曹先生21 hours1-0/+4
|
* feat(mingling): make core and macros features optional魏曹先生44 hours2-2/+2
|
* feat(picker): add parselib module and README魏曹先生45 hours1-0/+4
|
* feat: add `picker` feature to doc build scripts魏曹先生45 hours2-2/+2
|
* chore: rename release binary to RELEASE-WORKSPACE魏曹先生5 days1-0/+0
|
* feat(release): add workspace release script and refactor run_cmd helpers魏曹先生5 days3-4/+175
|
* refactor: extract dependency order logic into a shared module魏曹先生5 days3-184/+186
|
* feat: add binary to display dependency order of workspace crates魏曹先生5 days1-0/+194
| | | | | | Introduce a new binary that parses workspace Cargo.toml, collects crates matching a specified prefix, and outputs them in topological dependency order with same-level crates sorted alphabetically
* fix: update manifest path references from dev_tools to .run魏曹先生6 days3-15/+21
|
* refactor(devtools): rename dev_tools to .run and replace run-tools魏曹先生6 days30-0/+3038
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.