aboutsummaryrefslogtreecommitdiff
path: root/mingling_core
Commit message (Expand)AuthorAgeFilesLines
* feat(shell_ctx): allow clippy const fn lint for typing_argument魏曹先生6 hours1-0/+2
* refactor: simplify macro parsing code and fix clippy warnings魏曹先生8 hours1-4/+4
* refactor(asset): replace wildcard match with explicit variants魏曹先生8 hours2-4/+4
* refactor(core): improve code style and public API clarity魏曹先生8 hours30-486/+592
* chore: update package versions to 0.4.0 in lock files魏曹先生43 hours6-18/+18
* fix(comps): fix PowerShell completion word index and arg passing魏曹先生45 hours1-8/+23
* fix(zsh): guard compdef call with function check魏曹先生46 hours1-3/+6
* fix(core): write RenderResult::eprintln to stderr魏曹先生5 days1-1/+1
* chore: remove redundant comments in fish completion script魏曹先生5 days1-8/+0
* feat(flags): derive PartialEq and Eq for ShellFlag魏曹先生6 days1-1/+1
* docs: document completion description support魏曹先生6 days1-24/+71
* refactor(metadata): move metadata module to core crate魏曹先生6 days3-0/+62
* chore(core): merge custom completions with defaults魏曹先生6 days1-1/+15
* feat: add entry metadata system with compile-time typed values魏曹先生6 days4-0/+28
* feat: prioritize default completion over empty fallback魏曹先生7 days1-1/+5
* feat(comp): add prefix and suffix methods to Suggest魏曹先生7 days1-0/+66
* fix(core): resolve subcommands after global parameters魏曹先生7 days1-13/+58
* feat(comps): improve bash completion script word tracking魏曹先生7 days1-12/+31
* chore: escape colons in zsh completion descriptions魏曹先生7 days1-4/+4
* chore: add EntryFallback completion support魏曹先生7 days1-1/+3
* fix: rename dispatcher_not_found to entry_fallback魏曹先生7 days1-4/+3
* chore!: rename ErrorDispatcherNotFound to EntryFallback魏曹先生7 days5-9/+9
* fix(shell-ctx): distinguish missing -F from empty flag魏曹先生8 days1-2/+8
* docs(build): update build feature documentation魏曹先生8 days1-6/+49
* feat(build): document build module and refine feature exports魏曹先生8 days4-16/+34
* feat(shell_ctx): replace manual arg parsing with macro魏曹先生8 days1-33/+9
* feat(core): add batch methods to Suggest and update macro魏曹先生9 days1-0/+36
* refactor!: rename `extra_macros` feature to `extras`feat/new-pipeline-model魏曹先生9 days3-3/+3
* chore: reduce visibility of debug module魏曹先生9 days1-1/+1
* feat(core/comp): add Suggest::combine method for merging suggestions魏曹先生12 days1-0/+15
* feat(renderer): add exit_process method to RenderResult魏曹先生13 days1-1/+19
* feat(renderer): add ExitCode conversions for RenderResult魏曹先生13 days1-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
* feat: add `might_be_async` dependency and update lockfiles魏曹先生2026-07-247-15/+721
* 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
* fix(docs): rename `builds` feature to `build` in examples魏曹先生2026-07-232-2/+2
* feat(core): rename `builds` feature to `build`魏曹先生2026-07-239-95/+100
* refactor(global_resource): break long generic impl into multi-line where魏曹先生2026-07-221-1/+4
* docs(core): add Clone and Eq derives to RenderResult魏曹先生2026-07-221-1/+1
* feat(any): make `Grouped` trait unsafe and encapsulate `AnyOutput`魏曹先生2026-07-214-15/+138
* feat(core): add generic parameter `C` to `StructuralData` trait魏曹先生2026-07-215-12/+32
* feat(core): add From impl for RenderResult with closure coercion魏曹先生2026-07-211-1/+10
* feat(core, macros): add r_append! macro and RenderResult::append_other魏曹先生2026-07-211-0/+44
* feat(core): return `&mut Self` from builder methods魏曹先生2026-07-214-5/+13
* fix(core): delegate stdout flushing to RenderResult::std_print魏曹先生2026-07-211-30/+8
* feat(core)!: replace RenderResult with buffered output model魏曹先生2026-07-216-77/+386
* chore: add missing docs lint and document public API魏曹先生2026-07-206-0/+55