aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli
Commit message (Expand)AuthorAgeFilesLines
* feat(mlint): support multiple suggestions per report魏曹先生9 hours3-9/+228
* fix: update placeholder author name in template linter docs魏曹先生9 hours1-1/+1
* docs: remove outdated about_lint design doc魏曹先生12 hours1-35/+0
* feat(linter): add ResUsingJson flag to rust-analyzer handlers魏曹先生12 hours1-4/+19
* feat(linter): add aliases for Rust Analyzer lint commands魏曹先生12 hours1-2/+37
* fix(lint): add missing blank line in test module魏曹先生12 hours1-0/+1
* feat(lint): add non_mingling_naming_style lint with auto-fix suggestions魏曹先生12 hours6-26/+454
* feat(lints): add quote dependency and improve variable name detection魏曹先生13 hours5-48/+42
* feat: add testing macros and unit tests for linters魏曹先生13 hours4-0/+129
* feat(mlint): support RenderResult::default and ::from detection魏曹先生14 hours2-24/+39
* chore(Cargo.toml): reorganize dependencies and add section comments魏曹先生14 hours1-4/+14
* feat(mling): add linter framework with async support and registry魏曹先生14 hours24-31/+2746
* feat(mingling_cli): add metadata and linter commands with cargo analysis魏曹先生23 hours9-6/+360
* feat(mingling_cli): add scaffold for CLI tool魏曹先生38 hours3-0/+132
* Remove mingling_cli crate魏曹先生2026-04-256-423/+0
* Add workspace configuration and update dependencies魏曹先生2026-04-221-6/+6
* Bump mingling version to 0.1.7 and use local dependencies魏曹先生2026-04-211-7/+3
* Update core and macros dependencies to version 0.1.60.1.6魏曹先生2026-04-201-2/+6
* Add clippy scripts and apply clippy suggestions魏曹先生2026-04-201-4/+4
* Bump version to 0.1.6魏曹先生2026-04-191-3/+3
* Remove unnecessary `.into()` calls in chain functions魏曹先生2026-04-191-2/+2
* Remove async from dispatcher parsing functions魏曹先生2026-04-192-6/+5
* Fix macro registration in basic tutorial docs魏曹先生2026-04-191-1/+0
* Rename add_dispatcher module to dispatcher_mgr and add remove commandWeicao-CatilGrass2026-04-145-18/+43
* Remove comp module and add EnumTag derive macro魏曹先生2026-04-131-4/+0
* Update Cargo.lock for published mingling crates0.1.5魏曹先生2026-04-121-0/+4
* Update mingling_macros to version 0.1.4魏曹先生2026-04-121-1/+1
* Remove workspace Cargo.lock and add per-example lockfiles魏曹先生2026-04-111-6/+3
* Update mingling_core and mingling_macros to version 0.1.30.1.4魏曹先生2026-04-061-0/+4
* Add CLI program for managing dispatchers魏曹先生2026-04-065-0/+399