index
:
mingling.git
dev/mingling_pathf
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dev_tools
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat(dev_tools): add update-version tool
魏曹先生
47 hours
2
-0
/
+117
|
*
refactor(general_renderer): rename to structural_renderer
魏曹先生
4 days
2
-2
/
+2
|
*
Run CI tasks in parallel with progress bars
魏曹先生
6 days
6
-78
/
+394
|
*
Parallelize markdown code block verification
魏曹先生
6 days
4
-34
/
+99
|
*
Switch markdown code block check from build to cargo check
魏曹先生
6 days
1
-2
/
+2
|
*
Support qualified type paths in four macros
魏曹先生
7 days
1
-4
/
+5
|
*
Update test-all.sh
魏曹先生
10 days
2
-0
/
+14
|
*
Add `allow(unused)` to generated main.rs
Weicao-CatilGrass
2026-06-12
1
-2
/
+2
|
*
Auto-insert `use mingling::prelude::*` and stream build stderr
Weicao-CatilGrass
2026-06-12
1
-11
/
+55
|
*
Add optional single file argument to test runner
Weicao-CatilGrass
2026-06-12
1
-0
/
+36
|
*
Test markdown code blocks with dependency caching
Weicao-CatilGrass
2026-06-12
2
-38
/
+120
|
*
Remove --refresh-docs flag and reorganize CI phases
Weicao-CatilGrass
2026-06-12
1
-10
/
+16
|
*
Add CLI options for selective CI runs
Weicao-CatilGrass
2026-06-12
1
-9
/
+42
|
*
Add `.temp` directory to ignored paths in CI build
Weicao-CatilGrass
2026-06-11
2
-1
/
+71
|
*
Refactor test-readme into generic docs code block verifier
Weicao-CatilGrass
2026-06-11
4
-119
/
+273
|
*
Add README code block testing to CI pipeline
Weicao-CatilGrass
2026-06-10
3
-0
/
+396
|
*
Add `-y` flag to skip the temp commit prompt
Weicao-CatilGrass
2026-06-09
1
-8
/
+16
|
*
Add full-todolist example project
Weicao-CatilGrass
2026-06-09
1
-3
/
+0
|
*
Filter example directories by prefix
Weicao-CatilGrass
2026-06-08
1
-0
/
+4
|
*
Refactor mling to use new program architecture and install scripts
魏曹先生
2026-06-07
2
-0
/
+13
|
*
Add .name file support for custom sidebar directory display names
魏曹先生
2026-06-06
1
-1
/
+18
|
*
Add example pages and sync-examples tool for docs
魏曹先生
2026-06-05
6
-2
/
+162
|
*
Add extra_macros feature to doc scripts and mingling deps
Weicao-CatilGrass
2026-06-01
2
-2
/
+2
|
*
Switch to workspace-level documentation builds
Weicao-CatilGrass
2026-06-01
2
-2
/
+2
|
*
Enhance code quality across the entire codebase
Weicao-CatilGrass
2026-05-31
7
-29
/
+54
|
*
Remove duplicate README and replace with symlink
魏曹先生
2026-05-29
1
-11
/
+0
|
*
Prompt user before temporarily committing in CI
魏曹先生
2026-05-29
1
-13
/
+31
|
*
Add auto-generated feature flags module and tooling
魏曹先生
2026-05-29
2
-0
/
+98
|
*
Skip dev_tools directory when collecting Cargo.toml paths
Weicao-CatilGrass
2026-05-22
1
-0
/
+4
|
*
Restore changes on CI failure after temp commit
魏曹先生
2026-05-21
1
-2
/
+8
|
*
Implement REPL execution with hooks and argument splitting
魏曹先生
2026-05-18
1
-1
/
+1
|
*
Copy README to mingling directory on doc refresh
魏曹先生
2026-05-18
1
-0
/
+11
|
*
Add scripts for building documentation and update docs
魏曹先生
2026-05-13
2
-0
/
+4
|
*
Rename test-examples config file and update reference
魏曹先生
2026-05-13
1
-1
/
+1
|
*
Add example testing to CI pipeline
Weicao-CatilGrass
2026-05-13
1
-0
/
+6
|
*
Add test tool for examples and update exit code demo
Weicao-CatilGrass
2026-05-13
3
-0
/
+295
|
*
Add CI tooling and cargo alias `ci`
Weicao-CatilGrass
2026-05-09
7
-13
/
+261
|
*
Add Windows folder hide script with throttled check
Weicao-CatilGrass
2026-05-06
1
-0
/
+43
|
*
Fix docs-code-box-fix doc comment
魏曹先生
2026-05-04
1
-1
/
+0
|
*
Apply clippy suggestions in chain related files
Weicao-CatilGrass
2026-05-04
1
-2
/
+1
|
*
Add tool to fix blank lines around code blocks in Markdown
魏曹先生
2026-05-03
1
-0
/
+165
|
*
Replace docs README with static documentation pages
魏曹先生
2026-05-03
1
-15
/
+0
|
*
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
/
+0
|
*
Add docsify sidebar generation tool and update Chinese docs
魏曹先生
2026-04-28
1
-0
/
+144
|
*
Add build-all scripts for PowerShell and Bash
魏曹先生
2026-04-25
2
-0
/
+16
|
*
Restore starting directory after PowerShell script execution
Weicao-CatilGrass
2026-04-24
3
-0
/
+6
|
*
Add PowerShell scripts for running Clippy on Rust projects
Weicao-CatilGrass
2026-04-24
2
-0
/
+12
|
*
Rename and refactor clippy scripts
魏曹先生
2026-04-22
2
-4
/
+2
|
[next]