aboutsummaryrefslogtreecommitdiff
path: root/mingling
Commit message (Expand)AuthorAgeFilesLines
* feat(macros): add Wrap derive macro0.5.0-rd魏曹先生63 min.1-0/+5
* refactor!: remove legacy parser feature and migrate to picker魏曹先生91 min.12-2695/+62
* refactor!: remove Node type and simplify dispatcher macro syntax魏曹先生2 hours4-62/+53
* refactor!: remove dynamic dispatcher registration API魏曹先生3 hours4-112/+89
* docs: fix intra-doc links in mingling crate魏曹先生29 hours4-8/+8
* refactor: rename Confirmer to ResConfirm and OSC94 to ResOSC94魏曹先生33 hours9-101/+145
* feat: move OSC94 under its own module and add confirmer predicates魏曹先生34 hours10-370/+570
* chore: replace intra-doc links with plain code spans魏曹先生34 hours3-6/+6
* fix: only send clean state when supported魏曹先生46 hours1-1/+3
* feat(res): add OSC94 resource and setup for terminal progress魏曹先生46 hours5-0/+431
* feat(res): add Confirmer resource and stdin args setup魏曹先生47 hours5-19/+434
* feat(example-structural-renderer): add YAML output test case魏曹先生2 days1-0/+1
* feat(core): move config types to public config module魏曹先生2 days6-21/+23
* chore: remove stale comment from features.rs魏曹先生3 days1-1/+0
* refactor: replace with_dispatchers with chained with_dispatcher calls魏曹先生3 days1-5/+10
* chore: add "Doc Not Optimize" comments to source files魏曹先生3 days35-0/+35
* refactor: use `Self` and simplify lifetimes in setup types魏曹先生7 days2-13/+18
* chore: update example docs for PanicSilence enum usage魏曹先生7 days1-2/+2
* refactor: replace boolean settings with mode enums魏曹先生7 days2-11/+22
* chore: enforce pedantic clippy lints and fix warnings魏曹先生7 days15-90/+93
* refactor(metadata): move metadata module to core crate魏曹先生13 days2-59/+1
* feat(metadata): add Description convention metadata type魏曹先生13 days3-0/+63
* feat(gen_program): add get_metadata method stub魏曹先生13 days2-0/+11
* feat: add entry metadata system with compile-time typed values魏曹先生13 days2-0/+199
* refactor(picker): replace global picker functions with PickerHelper魏曹先生14 days3-35/+64
* chore!: rename ErrorDispatcherNotFound to EntryFallback魏曹先生14 days3-10/+10
* docs(mingling): fix doc example compile error魏曹先生2026-08-031-0/+2
* fix: add generic program entry point variant魏曹先生2026-08-031-0/+2
* docs: update Mingling description wording魏曹先生2026-08-031-1/+1
* chore(docs): add Arborium header to docs build魏曹先生2026-08-032-1/+5
* docs: Add preset feature groups and improve feature docs魏曹先生2026-08-032-6/+70
* feat(gen_program): add Entry struct and program constructors魏曹先生2026-08-031-3/+37
* feat: add docs.rs generated program documentation module魏曹先生2026-08-023-0/+260
* revert: Remove picker_comp module and PickerArgSuggest trait魏曹先生2026-08-022-56/+0
* refactor!: rename `extra_macros` feature to `extras`feat/new-pipeline-model魏曹先生2026-08-014-33/+46
* docs: remove redundant macro doc comments魏曹先生2026-08-011-70/+0
* docs: add detailed EXAMPLES module documentation魏曹先生2026-08-012-1/+6
* chore: move lib.md to docs directory魏曹先生2026-08-012-1/+1
* feat(picker_comp): add module to bridge picker and comp subsystems魏曹先生2026-07-292-0/+56
* feat(example): add command macro example魏曹先生2026-07-281-0/+90
* feat(mingling_macros, mingling_pathf): add `#[command]` attribute macro魏曹先生2026-07-281-0/+6
* fix(docs): rename `builds` feature to `build` in examples魏曹先生2026-07-232-5/+16
* feat(core): rename `builds` feature to `build`魏曹先生2026-07-231-1/+5
* feat: add `doc_cfg` feature for docs.rs build魏曹先生2026-07-221-0/+1
* feat(any): make `Grouped` trait unsafe and encapsulate `AnyOutput`魏曹先生2026-07-211-1/+1
* feat(macros): add `#[mlint(...)]` marker attribute macro魏曹先生2026-07-211-0/+3
* feat(macros): add render_route macro and renderify attribute for render魏曹先生2026-07-211-0/+9
* feat(core, macros): add r_append! macro and RenderResult::append_other魏曹先生2026-07-211-0/+6
* feat(core)!: replace RenderResult with buffered output model魏曹先生2026-07-213-5/+17
* chore: add missing docs lint and document public API魏曹先生2026-07-202-0/+6