| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(general_renderer): rename to structural_renderer | 魏曹先生 | 4 days | 3 | -4/+4 |
| | | |||||
| * | Move flag tests to separate module and clean up deref patterns | 魏曹先生 | 6 days | 2 | -4/+4 |
| | | |||||
| * | Add shared `MockProgramCollect` and conditional `Groupped` bounds | 魏曹先生 | 10 days | 1 | -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_core | Weicao-CatilGrass | 2026-06-09 | 3 | -0/+468 |
| | | |||||
| * | Add COMPLETION_SUBCOMMAND and is_completing method | Weicao-CatilGrass | 2026-06-09 | 1 | -0/+19 |
| | | |||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 3 | -14/+23 |
| | | |||||
| * | Inline `strip_all_flags` and simplify `ShellContext` methods | 魏曹先生 | 2026-05-15 | 1 | -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 feature | Weicao-CatilGrass | 2026-05-13 | 1 | -72/+0 |
| | | |||||
| * | Add `builds` feature and install completion scripts | Weicao-CatilGrass | 2026-05-11 | 1 | -0/+72 |
| | | |||||
| * | Move `comp` module from `asset` to crate root | Weicao-CatilGrass | 2026-05-09 | 3 | -0/+551 |
