aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(mingling_cli): add scaffold for CLI tool魏曹先生33 hours5-42/+176
* feat: remove deprecated mling scaffolding tool魏曹先生34 hours35-2343/+1
* fix: conditionally compile pathf_hint based on "pathf" feature魏曹先生34 hours1-0/+4
* chore: add missing docs lint and document public API魏曹先生34 hours20-2/+196
* feat(macros): add compile_error hint when pathf map is missing魏曹先生35 hours1-30/+52
* feat(arg): add into_info conversion and flag formatting helpers魏曹先生36 hours2-24/+82
* feat(asset): deprecate with_dispatcher when dispatch_tree is enabled魏曹先生36 hours1-5/+29
* feat: add docs_rs feature and improve documentation build魏曹先生36 hours8-5/+25
* fix(doc): target doc generation at mingling workspace root魏曹先生37 hours2-2/+10
* feat(ci): add coverage test job with cargo-llvm-cov魏曹先生37 hours3-1/+7
* feat: add coverage test runner script魏曹先生37 hours2-0/+110
* refactor: extract `docs.rs` feature reading into reusable function魏曹先生37 hours2-31/+80
* docs(readme): update milestone checklist status魏曹先生39 hours1-1/+2
* docs: migrate renderer examples to buffer macro and update docs魏曹先生39 hours23-341/+298
* feat(macros): add `#[buffer]` attribute and re-export `r_print!(ln)`魏曹先生40 hours8-8/+288
* feat(macros): preserve user function as standalone item in codegen魏曹先生41 hours5-60/+150
* feat: add pick_or, pick_or_default, and pick_or_route shorthands魏曹先生41 hours3-5/+86
* fix: update import path for StructuralRendererSetup in魏曹先生43 hours1-1/+2
* feat(ci): collect all doc-phase errors before failing魏曹先生43 hours1-4/+16
* ci(ci): update cache keys to include .run directory and split by job魏曹先生44 hours2-8/+8
* ci: upload docs test result artifact on failure魏曹先生44 hours2-0/+14
* docs(guide): replace 'parser' feature with 'picker' in code examples魏曹先生44 hours1-6/+9
* refactor: generalize config to support arbitrary file paths and globs魏曹先生44 hours1-35/+20
* docs: update GETTING_STARTED.md to reflect new Picker API魏曹先生44 hours1-54/+8
* feat(core)!: remove `to_chain` and `to_render` from `Grouped` trait魏曹先生44 hours11-37/+39
* feat(routeify): reorder import paths for consistency魏曹先生44 hours1-1/+1
* docs: update README logo to icon3魏曹先生44 hours3-1/+1
* feat(routeify): map `?` span to `route!` for tooling support魏曹先生45 hours2-2/+31
* refactor(windows-folder-hide): rewrite script with skip directories and魏曹先生45 hours2-29/+99
* feat(arg-picker): add REMAINS constant and re-export via consts module魏曹先生46 hours4-15/+30
* fix(dispatcher): qualify to_chain call with Routable trait魏曹先生48 hours1-1/+1
* feat(extensions): add routeify extension macro for error routing魏曹先生48 hours5-40/+96
* chore(macros): reorganize module hierarchy in mingling_macros魏曹先生48 hours26-740/+723
* feat(macros): add extension point mechanism for attribute macros魏曹先生2 days3-1/+175
* feat(multishell): add `picker` feature gate and deprecate conflicting魏曹先生2 days4-1/+44
* docs: update progress tracking for macro removal魏曹先生2 days1-6/+6
* docs: update progress checklist in add-picker2魏曹先生2 days1-7/+7
* docs(examples): add example `example-argument-picker"`unreleased魏曹先生3 days7-0/+636
* docs(features): document the new `picker` feature魏曹先生3 days2-4/+28
* feat(macros): update `route!` to use `Routable` trait for error routing魏曹先生3 days1-1/+7
* feat(macros): add Routable trait and update route! macro魏曹先生3 days5-9/+76
* fix!: rename `Groupped` to `Grouped` across the codebase魏曹先生3 days48-195/+206
* fix: correct example dispatcher target and fix list indentation魏曹先生3 days1-10/+10
* docs: add GETTING_STARTED.md and update README icon size魏曹先生3 days3-812/+843
* feat(macros:chain): accept any return type in chain functions魏曹先生3 days2-33/+48
* fix: propagate help flag to program context for global pickers魏曹先生3 days1-3/+12
* feat(arg_picker): add mingling_support feature flag魏曹先生3 days3-2/+8
* feat: deprecate basic and structural renderer setups when picker is魏曹先生3 days3-0/+43
* docs: add doc comments for Picker, AsPicker, and ProgramSetup traits魏曹先生3 days3-0/+25
* feat: migrate mingling-specific picker code into mingling crate魏曹先生3 days15-124/+149