| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(devtools): rename dev_tools to .run and replace run-tools | 魏曹先生 | 35 hours | 1 | -265/+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. | ||||
| * | fix: compare non-numeric sidebar entries lexicographically | 魏曹先生 | 2 days | 1 | -1/+1 |
| | | |||||
| * | docs: add dev-docs site with dark/light theme support | 魏曹先生 | 2 days | 1 | -33/+71 |
| | | |||||
| * | feat(dev_tools): sort sidebar entries with natural ordering | 魏曹先生 | 11 days | 1 | -3/+28 |
| | | | | | | | Replace lexicographic sorting with numeric-aware comparison so that numbered files like `10-foo` follow `2-bar` instead of appearing before it | ||||
| * | Add .name file support for custom sidebar directory display names | 魏曹先生 | 2026-06-06 | 1 | -1/+18 |
| | | |||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 1 | -7/+9 |
| | | |||||
| * | Add CI tooling and cargo alias `ci` | Weicao-CatilGrass | 2026-05-09 | 1 | -3/+5 |
| | | |||||
| * | Generate translation sidebars and refactor sidebar generation | 魏曹先生 | 2026-05-03 | 1 | -12/+49 |
| | | |||||
| * | Use small integer repr for gen_program! enum | 魏曹先生 | 2026-04-29 | 1 | -3/+3 |
| | | | | | Remove the default __FallBack variant and Debug derive from pack types. | ||||
| * | Rename docsify_sidebar_gen to docsify-sidebar-gen | 魏曹先生 | 2026-04-29 | 1 | -0/+144 |
