aboutsummaryrefslogtreecommitdiff
path: root/dev_tools
Commit message (Collapse)AuthorAgeFilesLines
* feat(dev_tools): add update-version tool魏曹先生47 hours2-0/+117
|
* refactor(general_renderer): rename to structural_renderer魏曹先生4 days2-2/+2
|
* Run CI tasks in parallel with progress bars魏曹先生6 days6-78/+394
|
* Parallelize markdown code block verification魏曹先生6 days4-34/+99
|
* Switch markdown code block check from build to cargo check魏曹先生6 days1-2/+2
|
* Support qualified type paths in four macros魏曹先生7 days1-4/+5
|
* Update test-all.sh魏曹先生10 days2-0/+14
|
* Add `allow(unused)` to generated main.rsWeicao-CatilGrass2026-06-121-2/+2
|
* Auto-insert `use mingling::prelude::*` and stream build stderrWeicao-CatilGrass2026-06-121-11/+55
|
* Add optional single file argument to test runnerWeicao-CatilGrass2026-06-121-0/+36
|
* Test markdown code blocks with dependency cachingWeicao-CatilGrass2026-06-122-38/+120
|
* 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-112-1/+71
|
* Refactor test-readme into generic docs code block verifierWeicao-CatilGrass2026-06-114-119/+273
|
* Add README code block testing to CI pipelineWeicao-CatilGrass2026-06-103-0/+396
|
* Add `-y` flag to skip the temp commit promptWeicao-CatilGrass2026-06-091-8/+16
|
* Add full-todolist example projectWeicao-CatilGrass2026-06-091-3/+0
|
* Filter example directories by prefixWeicao-CatilGrass2026-06-081-0/+4
|
* Refactor mling to use new program architecture and install scripts魏曹先生2026-06-072-0/+13
|
* Add .name file support for custom sidebar directory display names魏曹先生2026-06-061-1/+18
|
* Add example pages and sync-examples tool for docs魏曹先生2026-06-056-2/+162
|
* Add extra_macros feature to doc scripts and mingling depsWeicao-CatilGrass2026-06-012-2/+2
|
* Switch to workspace-level documentation buildsWeicao-CatilGrass2026-06-012-2/+2
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-317-29/+54
|
* Remove duplicate README and replace with symlink魏曹先生2026-05-291-11/+0
|
* Prompt user before temporarily committing in CI魏曹先生2026-05-291-13/+31
|
* Add auto-generated feature flags module and tooling魏曹先生2026-05-292-0/+98
|
* Skip dev_tools directory when collecting Cargo.toml pathsWeicao-CatilGrass2026-05-221-0/+4
|
* 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
|
* Copy README to mingling directory on doc refresh魏曹先生2026-05-181-0/+11
|
* Add scripts for building documentation and update docs魏曹先生2026-05-132-0/+4
|
* Rename test-examples config file and update reference魏曹先生2026-05-131-1/+1
|
* Add example testing to CI pipelineWeicao-CatilGrass2026-05-131-0/+6
|
* Add test tool for examples and update exit code demoWeicao-CatilGrass2026-05-133-0/+295
|
* Add CI tooling and cargo alias `ci`Weicao-CatilGrass2026-05-097-13/+261
|
* Add Windows folder hide script with throttled checkWeicao-CatilGrass2026-05-061-0/+43
|
* Fix docs-code-box-fix doc comment魏曹先生2026-05-041-1/+0
|
* Apply clippy suggestions in chain related filesWeicao-CatilGrass2026-05-041-2/+1
|
* Add tool to fix blank lines around code blocks in Markdown魏曹先生2026-05-031-0/+165
|
* Replace docs README with static documentation pages魏曹先生2026-05-031-15/+0
|
* Generate translation sidebars and refactor sidebar generation魏曹先生2026-05-031-12/+49
|
* Use small integer repr for gen_program! enum魏曹先生2026-04-291-3/+3
| | | | Remove the default __FallBack variant and Debug derive from pack types.
* Rename docsify_sidebar_gen to docsify-sidebar-gen魏曹先生2026-04-291-0/+0
|
* Add docsify sidebar generation tool and update Chinese docs魏曹先生2026-04-281-0/+144
|
* Add build-all scripts for PowerShell and Bash魏曹先生2026-04-252-0/+16
|
* Restore starting directory after PowerShell script executionWeicao-CatilGrass2026-04-243-0/+6
|
* Add PowerShell scripts for running Clippy on Rust projectsWeicao-CatilGrass2026-04-242-0/+12
|
* Rename and refactor clippy scripts魏曹先生2026-04-222-4/+2
|