aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src
Commit message (Expand)AuthorAgeFilesLines
* feat(core): replace immediate output flag with print hook system魏曹先生4 hours1-48/+285
* docs: add StringVec documentation and usage examples魏曹先生12 hours1-1/+42
* docs: expand RenderResult documentation魏曹先生12 hours1-10/+92
* feat(core): move config types to public config module魏曹先生13 hours7-17/+47
* Remove stale comment from chain process tester魏曹先生13 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魏曹先生27 hours1-0/+9
* docs(comp): improve documentation for completion module魏曹先生27 hours5-50/+632
* docs: enable running doctests in comp and pathf build modules魏曹先生28 hours2-16/+89
* chore(docs): fix intra-doc link formatting魏曹先生30 hours5-10/+14
* feat(collection): add Display impl for MockProgramCollect魏曹先生30 hours1-0/+6
* chore: add "Doc Not Optimize" comments to source files魏曹先生30 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
* fix(core): write RenderResult::eprintln to stderr魏曹先生10 days1-1/+1
* 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
* 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 days1-1/+1
* 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
* refactor(once_exec, repl_exec): unify sync and async execution paths魏曹先生2026-07-242-211/+109
* feat(core): consolidate sync/async exec pipeline with `might_be_async`魏曹先生2026-07-241-173/+4
* feat(core): add RendererInvoker and ChainInvoker types魏曹先生2026-07-243-0/+273
* docs: enable missing_docs lint and add doc comments to comp.rs魏曹先生2026-07-242-2/+55
* refactor(core): rename ResourceMarker methods to internal names魏曹先生2026-07-243-26/+41