| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(mlint): support RenderResult::default and ::from detection | 魏曹先生 | 48 hours | 1 | -7/+5 |
| | | | | | | | | | | Extend the `unnecessary_render_result_creation` lint to also flag uses of `RenderResult::default()` and `RenderResult::from(...)`, and add `#[derive(Default)]` to `MlintReport` and `MlintLevel` to simplify struct instantiation | ||||
| * | feat(mling): add linter framework with async support and registry | 魏曹先生 | 2 days | 3 | -3/+568 |
| | | | | | generation | ||||
| * | feat(mingling_cli): add metadata and linter commands with cargo analysis | 魏曹先生 | 2 days | 1 | -0/+6 |
| Introduce `metadata` and `mlint` subcommands, wire up `cargo_metadata` for manifest analysis, and enable procedural macro support in editors | |||||
