| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(lints): add quote dependency and improve variable name detection | 魏曹先生 | 32 hours | 1 | -0/+1 |
| | | | | | | | Use `quote` token stream matching instead of debug formatting to detect variable references in `unnecessary_render_result_creation`, fixing false positives from string-based matching. | ||||
| * | feat(mling): add linter framework with async support and registry | 魏曹先生 | 33 hours | 1 | -7/+317 |
| | | | | | generation | ||||
| * | feat(mingling_cli): add metadata and linter commands with cargo analysis | 魏曹先生 | 42 hours | 1 | -3/+144 |
| | | | | | | Introduce `metadata` and `mlint` subcommands, wire up `cargo_metadata` for manifest analysis, and enable procedural macro support in editors | ||||
| * | feat(mingling_cli): add scaffold for CLI tool | 魏曹先生 | 2 days | 1 | -0/+104 |
| | | | | | | Add initial project structure for the mingling-cli scaffolding tool, including Cargo manifest and entry point | ||||
| * | Remove mingling_cli crate | 魏曹先生 | 2026-04-25 | 1 | -327/+0 |
| | | |||||
| * | Add workspace configuration and update dependencies | 魏曹先生 | 2026-04-22 | 1 | -6/+6 |
| | | |||||
| * | Bump mingling version to 0.1.7 and use local dependencies | 魏曹先生 | 2026-04-21 | 1 | -7/+3 |
| | | |||||
| * | Update core and macros dependencies to version 0.1.60.1.6 | 魏曹先生 | 2026-04-20 | 1 | -2/+6 |
| | | |||||
| * | Bump version to 0.1.6 | 魏曹先生 | 2026-04-19 | 1 | -3/+3 |
| | | | | | | | - mingling: 0.1.5 → 0.1.6 - mingling_core: 0.1.4 → 0.1.5 - mingling_macros: 0.1.4 → 0.1.5 | ||||
| * | Fix macro registration in basic tutorial docs | 魏曹先生 | 2026-04-19 | 1 | -1/+0 |
| | | |||||
| * | Rename add_dispatcher module to dispatcher_mgr and add remove command | Weicao-CatilGrass | 2026-04-14 | 1 | -0/+10 |
| | | |||||
| * | Remove comp module and add EnumTag derive macro | 魏曹先生 | 2026-04-13 | 1 | -4/+0 |
| | | |||||
| * | Update Cargo.lock for published mingling crates0.1.5 | 魏曹先生 | 2026-04-12 | 1 | -0/+4 |
| | | |||||
| * | Update mingling_macros to version 0.1.4 | 魏曹先生 | 2026-04-12 | 1 | -1/+1 |
| | | |||||
| * | Remove workspace Cargo.lock and add per-example lockfiles | 魏曹先生 | 2026-04-11 | 1 | -6/+3 |
| | | |||||
| * | Update mingling_core and mingling_macros to version 0.1.30.1.4 | 魏曹先生 | 2026-04-06 | 1 | -0/+4 |
| | | |||||
| * | Add CLI program for managing dispatchers | 魏曹先生 | 2026-04-06 | 1 | -0/+317 |
