| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(mingling): make core and macros features optional | 魏曹先生 | 42 hours | 2 | -2/+2 |
| | | |||||
| * | feat: add `picker` feature to doc build scripts | 魏曹先生 | 44 hours | 2 | -2/+2 |
| | | |||||
| * | chore: rename release binary to RELEASE-WORKSPACE | 魏曹先生 | 5 days | 1 | -0/+0 |
| | | |||||
| * | feat(release): add workspace release script and refactor run_cmd helpers | 魏曹先生 | 5 days | 3 | -4/+175 |
| | | |||||
| * | refactor: extract dependency order logic into a shared module | 魏曹先生 | 5 days | 3 | -184/+186 |
| | | |||||
| * | feat: add binary to display dependency order of workspace crates | 魏曹先生 | 5 days | 1 | -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 days | 3 | -15/+21 |
| | | |||||
| * | refactor(devtools): rename dev_tools to .run and replace run-tools | 魏曹先生 | 6 days | 26 | -0/+2554 |
| 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. | |||||
