aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix: update placeholder author name in template linter docs魏曹先生11 hours1-1/+1
* feat(any): make `Grouped` trait unsafe and encapsulate `AnyOutput`魏曹先生12 hours15-37/+219
* docs(changelog): add Mingling 0.3.0 release notes魏曹先生14 hours1-0/+10
* docs: remove outdated about_lint design doc魏曹先生14 hours1-35/+0
* feat(linter): add ResUsingJson flag to rust-analyzer handlers魏曹先生14 hours1-4/+19
* feat(linter): add aliases for Rust Analyzer lint commands魏曹先生14 hours1-2/+37
* fix(lint): add missing blank line in test module魏曹先生14 hours1-0/+1
* feat(lint): add non_mingling_naming_style lint with auto-fix suggestions魏曹先生15 hours6-26/+454
* feat(lints): add quote dependency and improve variable name detection魏曹先生16 hours5-48/+42
* feat: add testing macros and unit tests for linters魏曹先生16 hours4-0/+129
* feat(mlint): support RenderResult::default and ::from detection魏曹先生16 hours2-24/+39
* chore(Cargo.toml): reorganize dependencies and add section comments魏曹先生16 hours1-4/+14
* feat(mling): add linter framework with async support and registry魏曹先生16 hours24-31/+2746
* fix: qualify `render` call as `ProgramCollect::render` in error path魏曹先生22 hours1-1/+1
* feat(macros): add `#[mlint(...)]` marker attribute macro魏曹先生23 hours3-0/+35
* feat(macros): add render_route macro and renderify attribute for render魏曹先生24 hours5-0/+175
* feat(mingling_cli): add metadata and linter commands with cargo analysis魏曹先生25 hours11-28/+378
* refactor(chain): replace Into turbofish with Routable::to_chain魏曹先生25 hours1-13/+9
* feat(pathf): add foreign item support with is_foreign flag魏曹先生25 hours13-115/+202
* feat(core): add generic parameter `C` to `StructuralData` trait魏曹先生26 hours8-20/+60
* fix: detect both opening and closing bracket forms for attribute macro魏曹先生27 hours1-1/+8
* feat(core): add From impl for RenderResult with closure coercion魏曹先生27 hours2-1/+31
* feat(core, macros): add r_append! macro and RenderResult::append_other魏曹先生27 hours5-0/+145
* feat(core): return `&mut Self` from builder methods魏曹先生28 hours5-5/+39
* fix(core): delegate stdout flushing to RenderResult::std_print魏曹先生28 hours2-30/+12
* feat(core)!: replace RenderResult with buffered output model魏曹先生28 hours13-86/+525
* fix(patterns): broaden pattern detection to cover both bracketed forms魏曹先生38 hours5-5/+8
* feat(mingling_cli): add scaffold for CLI tool魏曹先生40 hours5-42/+176
* feat: remove deprecated mling scaffolding tool魏曹先生40 hours35-2343/+1
* fix: conditionally compile pathf_hint based on "pathf" feature魏曹先生41 hours1-0/+4
* chore: add missing docs lint and document public API魏曹先生41 hours20-2/+196
* feat(macros): add compile_error hint when pathf map is missing魏曹先生42 hours1-30/+52
* feat(arg): add into_info conversion and flag formatting helpers魏曹先生42 hours2-24/+82
* feat(asset): deprecate with_dispatcher when dispatch_tree is enabled魏曹先生42 hours1-5/+29
* feat: add docs_rs feature and improve documentation build魏曹先生43 hours8-5/+25
* fix(doc): target doc generation at mingling workspace root魏曹先生43 hours2-2/+10
* feat(ci): add coverage test job with cargo-llvm-cov魏曹先生44 hours3-1/+7
* feat: add coverage test runner script魏曹先生44 hours2-0/+110
* refactor: extract `docs.rs` feature reading into reusable function魏曹先生44 hours2-31/+80
* docs(readme): update milestone checklist status魏曹先生46 hours1-1/+2
* docs: migrate renderer examples to buffer macro and update docs魏曹先生46 hours23-341/+298
* feat(macros): add `#[buffer]` attribute and re-export `r_print!(ln)`魏曹先生47 hours8-8/+288
* feat(macros): preserve user function as standalone item in codegen魏曹先生47 hours5-60/+150
* feat: add pick_or, pick_or_default, and pick_or_route shorthands魏曹先生48 hours3-5/+86
* fix: update import path for StructuralRendererSetup in魏曹先生2 days1-1/+2
* feat(ci): collect all doc-phase errors before failing魏曹先生2 days1-4/+16
* ci(ci): update cache keys to include .run directory and split by job魏曹先生2 days2-8/+8
* ci: upload docs test result artifact on failure魏曹先生2 days2-0/+14
* docs(guide): replace 'parser' feature with 'picker' in code examples魏曹先生2 days1-6/+9
* refactor: generalize config to support arbitrary file paths and globs魏曹先生2 days1-35/+20