| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(core): move pathf module under builds and rename to buildHEADunreleasedmain | 魏曹先生 | 8 hours | 1 | -2/+2 |
| | | | | | | | Migrate `mingling_core::pathf` into `mingling_core::builds::pathf` and re-export from `mingling::build`. Update all references from `mingling::builds` and `mingling::pathf` to `mingling::build`. | ||||
| * | feat(verify): support build-time Rust code blocks in markdown tests | 魏曹先生 | 19 hours | 1 | -11/+75 |
| | | | | | | | Handle code blocks annotated with `// BUILD TIME` by generating a `build.rs` instead of `src/main.rs`, adding `mingling` as a build dependency with the `builds` feature, and writing a stub main.rs | ||||
| * | Parallelize markdown code block verification | 魏曹先生 | 6 days | 1 | -3/+1 |
| | | |||||
| * | Switch markdown code block check from build to cargo check | 魏曹先生 | 6 days | 1 | -2/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | Test markdown code blocks with dependency caching | Weicao-CatilGrass | 2026-06-12 | 1 | -11/+79 |
| | | |||||
| * | Refactor test-readme into generic docs code block verifier | Weicao-CatilGrass | 2026-06-11 | 1 | -0/+319 |
