aboutsummaryrefslogtreecommitdiff
path: root/mingling_core
Commit message (Expand)AuthorAgeFilesLines
* docs: add StringVec documentation and usage examples魏曹先生13 hours1-1/+42
* docs: expand RenderResult documentation魏曹先生13 hours1-10/+92
* feat(core): move config types to public config module魏曹先生13 hours9-20/+50
* Remove stale comment from chain process tester魏曹先生14 hours1-1/+0
* chore: add doc comment for MockProgramCollect魏曹先生27 hours1-5/+24
* docs(metadata): expand Description documentation with examples and魏曹先生27 hours1-2/+45
* chore: remove stale doc comments魏曹先生27 hours8-8/+0
* docs(any): Expand docs for AnyOutput's methods and safety contract魏曹先生27 hours1-32/+477
* feat: derive Clone, Copy, PartialEq, Eq for MockProgramCollect魏曹先生27 hours1-0/+1
* chore: implement Debug for MockProgramCollect魏曹先生28 hours1-0/+9
* docs(comp): improve documentation for completion module魏曹先生28 hours5-50/+632
* docs: enable running doctests in comp and pathf build modules魏曹先生28 hours3-16/+92
* chore(docs): fix intra-doc link formatting魏曹先生31 hours5-10/+14
* feat(collection): add Display impl for MockProgramCollect魏曹先生31 hours1-0/+6
* chore: add "Doc Not Optimize" comments to source files魏曹先生31 hours41-0/+41
* docs: expand trait and type documentation with examples魏曹先生31 hours12-174/+2214
* fix: suppress future_not_send lint and tighten Send bounds魏曹先生3 days6-8/+33
* refactor(core): extract global resource store into standalone container魏曹先生3 days2-73/+432
* feat(shell_ctx): allow clippy const fn lint for typing_argument魏曹先生5 days1-0/+2
* refactor: simplify macro parsing code and fix clippy warnings魏曹先生5 days1-4/+4
* refactor(asset): replace wildcard match with explicit variants魏曹先生5 days2-4/+4
* refactor(core): improve code style and public API clarity魏曹先生5 days30-486/+592
* chore: update package versions to 0.4.0 in lock files魏曹先生6 days6-18/+18
* fix(comps): fix PowerShell completion word index and arg passing魏曹先生6 days1-8/+23
* fix(zsh): guard compdef call with function check魏曹先生6 days1-3/+6
* fix(core): write RenderResult::eprintln to stderr魏曹先生10 days1-1/+1
* chore: remove redundant comments in fish completion script魏曹先生10 days1-8/+0
* feat(flags): derive PartialEq and Eq for ShellFlag魏曹先生11 days1-1/+1
* docs: document completion description support魏曹先生11 days1-24/+71
* refactor(metadata): move metadata module to core crate魏曹先生11 days3-0/+62
* chore(core): merge custom completions with defaults魏曹先生11 days1-1/+15
* feat: add entry metadata system with compile-time typed values魏曹先生11 days4-0/+28
* feat: prioritize default completion over empty fallback魏曹先生11 days1-1/+5
* feat(comp): add prefix and suffix methods to Suggest魏曹先生12 days1-0/+66
* fix(core): resolve subcommands after global parameters魏曹先生12 days1-13/+58
* feat(comps): improve bash completion script word tracking魏曹先生12 days1-12/+31
* chore: escape colons in zsh completion descriptions魏曹先生12 days1-4/+4
* chore: add EntryFallback completion support魏曹先生12 days1-1/+3
* fix: rename dispatcher_not_found to entry_fallback魏曹先生12 days1-4/+3
* chore!: rename ErrorDispatcherNotFound to EntryFallback魏曹先生12 days5-9/+9
* fix(shell-ctx): distinguish missing -F from empty flag魏曹先生12 days1-2/+8
* docs(build): update build feature documentation魏曹先生12 days1-6/+49
* feat(build): document build module and refine feature exports魏曹先生12 days4-16/+34
* feat(shell_ctx): replace manual arg parsing with macro魏曹先生13 days1-33/+9
* feat(core): add batch methods to Suggest and update macro魏曹先生13 days1-0/+36
* refactor!: rename `extra_macros` feature to `extras`feat/new-pipeline-model魏曹先生13 days3-3/+3
* chore: reduce visibility of debug module魏曹先生13 days1-1/+1
* feat(core/comp): add Suggest::combine method for merging suggestions魏曹先生2026-07-291-0/+15
* feat(renderer): add exit_process method to RenderResult魏曹先生2026-07-281-1/+19
* feat(renderer): add ExitCode conversions for RenderResult魏曹先生2026-07-281-0/+13