| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(mlint): parallelise lint checks with tokio JoinSet | 魏曹先生 | 28 hours | 1 | -28/+41 |
| | | | | | | | Move file I/O and AST parsing into spawn_blocking closures to avoid blocking the async runtime, enabling concurrent processing of multiple Rust source files. | ||||
| * | feat(mling): add linter framework with async support and registry | 魏曹先生 | 2 days | 1 | -3/+116 |
| | | | | | generation | ||||
| * | feat(mingling_cli): add metadata and linter commands with cargo analysis | 魏曹先生 | 3 days | 1 | -0/+6 |
| Introduce `metadata` and `mlint` subcommands, wire up `cargo_metadata` for manifest analysis, and enable procedural macro support in editors | |||||
