aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/comp/suggest.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(multishell): add `picker` feature gate and deprecate conflicting魏曹先生3 days1-0/+8
| | | | | | | | | | | | methods Deprecate `ShellContext` methods `filling_argument_first`, `filling_argument`, `typing_argument`, `strip_typed_argument`, and `get_typed_arguments` when the `picker` feature is active, as they do not work under all `ParserStyle` settings. Add `#![allow(deprecated)]` to the affected modules to suppress warnings from internal usage.
* refactor(general_renderer): rename to structural_renderer魏曹先生2026-06-261-2/+2
|
* Move flag tests to separate module and clean up deref patterns魏曹先生2026-06-241-3/+3
|
* Add unit and integration tests for mingling_coreWeicao-CatilGrass2026-06-091-0/+263
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-8/+15
|
* Move `comp` module from `asset` to crate rootWeicao-CatilGrass2026-05-091-0/+178