aboutsummaryrefslogtreecommitdiff
path: root/mingling_core
Commit message (Expand)AuthorAgeFilesLines
* feat(ci-new): add test-all task with per-crate config support魏曹先生22 hours1-0/+2
* refactor!: replace build.rs with compile-time macro build steps魏曹先生36 hours14-785/+195
* feat(macros): relax completion attribute signature魏曹先生2 days2-6/+15
* refactor!: remove legacy parser feature and migrate to picker魏曹先生2 days4-16/+38
* refactor!: remove Node type and simplify dispatcher macro syntax魏曹先生2 days8-383/+3
* refactor!: remove dynamic dispatcher registration API魏曹先生2 days9-609/+26
* refactor!: rename dispatch_args_trie to dispatch_args魏曹先生2 days5-10/+10
* chore(release): bump version to 0.5.0魏曹先生2 days6-18/+18
* feat(core): add public ArgumentSplitter utility魏曹先生4 days4-21/+69
* feat(core): allow pre_dispatch hooks to mutate arguments魏曹先生4 days5-23/+46
* feat(core): replace immediate output flag with print hook system魏曹先生4 days1-48/+285
* docs: add StringVec documentation and usage examples魏曹先生5 days1-1/+42
* docs: expand RenderResult documentation魏曹先生5 days1-10/+92
* feat(core): move config types to public config module魏曹先生5 days9-20/+50
* Remove stale comment from chain process tester魏曹先生5 days1-1/+0
* chore: add doc comment for MockProgramCollect魏曹先生5 days1-5/+24
* docs(metadata): expand Description documentation with examples and魏曹先生5 days1-2/+45
* chore: remove stale doc comments魏曹先生5 days8-8/+0
* docs(any): Expand docs for AnyOutput's methods and safety contract魏曹先生5 days1-32/+477
* feat: derive Clone, Copy, PartialEq, Eq for MockProgramCollect魏曹先生5 days1-0/+1
* chore: implement Debug for MockProgramCollect魏曹先生5 days1-0/+9
* docs(comp): improve documentation for completion module魏曹先生5 days5-50/+632
* docs: enable running doctests in comp and pathf build modules魏曹先生5 days3-16/+92
* chore(docs): fix intra-doc link formatting魏曹先生5 days5-10/+14
* feat(collection): add Display impl for MockProgramCollect魏曹先生5 days1-0/+6
* chore: add "Doc Not Optimize" comments to source files魏曹先生5 days41-0/+41
* docs: expand trait and type documentation with examples魏曹先生5 days12-174/+2214
* fix: suppress future_not_send lint and tighten Send bounds魏曹先生7 days6-8/+33
* refactor(core): extract global resource store into standalone container魏曹先生7 days2-73/+432
* feat(shell_ctx): allow clippy const fn lint for typing_argument魏曹先生9 days1-0/+2
* refactor: simplify macro parsing code and fix clippy warnings魏曹先生9 days1-4/+4
* refactor(asset): replace wildcard match with explicit variants魏曹先生9 days2-4/+4
* refactor(core): improve code style and public API clarity魏曹先生9 days30-486/+592
* chore: update package versions to 0.4.0 in lock files魏曹先生10 days6-18/+18
* fix(comps): fix PowerShell completion word index and arg passing魏曹先生10 days1-8/+23
* fix(zsh): guard compdef call with function check魏曹先生10 days1-3/+6
* fix(core): write RenderResult::eprintln to stderr魏曹先生14 days1-1/+1
* chore: remove redundant comments in fish completion script魏曹先生14 days1-8/+0
* feat(flags): derive PartialEq and Eq for ShellFlag魏曹先生2026-08-041-1/+1
* docs: document completion description support魏曹先生2026-08-041-24/+71
* refactor(metadata): move metadata module to core crate魏曹先生2026-08-043-0/+62
* chore(core): merge custom completions with defaults魏曹先生2026-08-041-1/+15
* feat: add entry metadata system with compile-time typed values魏曹先生2026-08-044-0/+28
* feat: prioritize default completion over empty fallback魏曹先生2026-08-031-1/+5
* feat(comp): add prefix and suffix methods to Suggest魏曹先生2026-08-031-0/+66
* fix(core): resolve subcommands after global parameters魏曹先生2026-08-031-13/+58
* feat(comps): improve bash completion script word tracking魏曹先生2026-08-031-12/+31
* chore: escape colons in zsh completion descriptions魏曹先生2026-08-031-4/+4
* chore: add EntryFallback completion support魏曹先生2026-08-031-1/+3
* fix: rename dispatcher_not_found to entry_fallback魏曹先生2026-08-031-4/+3