aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(macros): preserve user function as standalone item in codegen魏曹先生46 hours5-60/+150
* feat: add pick_or, pick_or_default, and pick_or_route shorthands魏曹先生47 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
* docs: update GETTING_STARTED.md to reflect new Picker API魏曹先生2 days1-54/+8
* feat(core)!: remove `to_chain` and `to_render` from `Grouped` trait魏曹先生2 days11-37/+39
* feat(routeify): reorder import paths for consistency魏曹先生2 days1-1/+1
* docs: update README logo to icon3魏曹先生2 days3-1/+1
* feat(routeify): map `?` span to `route!` for tooling support魏曹先生2 days2-2/+31
* refactor(windows-folder-hide): rewrite script with skip directories and魏曹先生2 days2-29/+99
* feat(arg-picker): add REMAINS constant and re-export via consts module魏曹先生2 days4-15/+30
* fix(dispatcher): qualify to_chain call with Routable trait魏曹先生2 days1-1/+1
* feat(extensions): add routeify extension macro for error routing魏曹先生2 days5-40/+96
* chore(macros): reorganize module hierarchy in mingling_macros魏曹先生2 days26-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
* feat(picker): extract remains constant and consolidate imports魏曹先生3 days3-8/+26
* test(or_route): update panic message in test魏曹先生4 days1-2/+2
* refactor(picker): extract pick_flag helper to reduce duplication魏曹先生4 days3-26/+40
* feat(setups): refactor picker subsystem with new argument manipulation魏曹先生4 days1-0/+23
* feat(setups): add picker module with flag-based program setup魏曹先生4 days5-0/+333
* feat: add structural_renderer and all_serde_fmt cargo features魏曹先生4 days2-1/+10
* feat(picker): add From impls for PickerArgs to Vec conversions魏曹先生4 days1-0/+20
* feat(program): add mutable access, take, and replace for program args魏曹先生4 days1-0/+27
* feat(arg_picker): add preprocessing and postprocessing priority levels魏曹先生4 days4-3/+68
* chore: add picker, parser, and comp features to rust-analyzer config魏曹先生4 days2-26/+31
* chore(idea): add IntelliJ IDE project configuration files魏曹先生4 days16-0/+366
* fix(core)!: conditionally override exit code in ExitCodeSetup魏曹先生4 days2-2/+11
* feat(macros): relax `#[help]` return type to accept `Into<RenderResult>`魏曹先生4 days3-33/+34
* ix(macros)!: require explicit `.into()` on chain function return values魏曹先生4 days34-222/+177
* chore: make clippy-fix.sh executable魏曹先生4 days1-0/+0