aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/comp
Commit message (Collapse)AuthorAgeFilesLines
* refactor(general_renderer): rename to structural_renderer魏曹先生4 days3-4/+4
|
* Move flag tests to separate module and clean up deref patterns魏曹先生6 days2-4/+4
|
* Add shared `MockProgramCollect` and conditional `Groupped` bounds魏曹先生10 days1-59/+6
| | | | | | Extract duplicate `MockCollect` implementations into a reusable `MockProgramCollect` type. Conditionally require `Serialize` on the `Groupped` trait when the `general_renderer` feature is enabled.
* Add unit and integration tests for mingling_coreWeicao-CatilGrass2026-06-093-0/+468
|
* Add COMPLETION_SUBCOMMAND and is_completing methodWeicao-CatilGrass2026-06-091-0/+19
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-313-14/+23
|
* Inline `strip_all_flags` and simplify `ShellContext` methods魏曹先生2026-05-151-18/+6
| | | | | | | | Simplify `strip_all_flags` by using `Vec::retain` instead of reallocating. Update doc examples to use `ShellContext` methods directly instead of the now-removed `ShellContextHelper`. Rename `as_picker` to `to_picker` for consistency with Rust conventions. Mark doc tests as `ignore` and add necessary imports.
* Remove installation module behind builds featureWeicao-CatilGrass2026-05-131-72/+0
|
* Add `builds` feature and install completion scriptsWeicao-CatilGrass2026-05-111-0/+72
|
* Move `comp` module from `asset` to crate rootWeicao-CatilGrass2026-05-093-0/+551