| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add "Doc Not Optimize" comments to source files | 魏曹先生 | 2 days | 1 | -0/+1 |
| | | | | | | Mark all source files with a comment indicating they are not optimized for documentation purposes. | ||||
| * | refactor(core): improve code style and public API clarity | 魏曹先生 | 5 days | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | Replace bool-based settings with enums, refine visibility and signatures, and standardize `Self` usage across the crate. - Introduce `ErrorOutput`, `RenderOutput`, `PanicSilence`, `Verbosity`, `ColorOutput`, and `ProgressOutput` enums for clearer configuration semantics - Make `GlobalResources`, `ProgramCell`, and `split_input`/`split_input_string` public - Change hook info parameters to accept references and `split_input_string` to take `&str` - Apply `Self` shorthand throughout implementations and add `#[must_use]` attributes where appropriate - Enable strict clippy lints with targeted allowances | ||||
| * | Move flag tests to separate module and clean up deref patterns | 魏曹先生 | 2026-06-24 | 1 | -360/+1 |
| | | |||||
| * | Add unit and integration tests for mingling_core | Weicao-CatilGrass | 2026-06-09 | 1 | -0/+53 |
| | | |||||
| * | Refactor flag argument macros for better performance | Weicao-CatilGrass | 2026-06-01 | 1 | -28/+24 |
| | | |||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 1 | -1/+1 |
| | | |||||
| * | Add lifecycle hooks to program execution | 魏曹先生 | 2026-05-09 | 1 | -1/+1 |
| | | |||||
| * | Remove redundant generic parameter from Program struct | 魏曹先生 | 2026-04-25 | 1 | -6/+3 |
| | | |||||
| * | Change global argument and flag handlers to FnMut | 魏曹先生 | 2026-04-14 | 1 | -4/+4 |
| | | |||||
| * | Add ShellContext helper methods for completion logic | 魏曹先生 | 2026-04-12 | 1 | -0/+6 |
| | | |||||
| * | Add Debug and Clone traits to Flag struct | 魏曹先生 | 2026-04-07 | 1 | -0/+1 |
| | | |||||
| * | Handle empty flag in special_arguments macro | 魏曹先生 | 2026-04-04 | 1 | -1/+17 |
| | | |||||
| * | Add vector pickers | 魏曹先生 | 2026-04-04 | 1 | -0/+320 |
| | | |||||
| * | Add documentation for mingling_core | 魏曹先生 | 2026-04-01 | 1 | -0/+41 |
| | | |||||
| * | Replace typeid-based dispatch with enum-based dispatch | 魏曹先生 | 2026-04-01 | 1 | -3/+6 |
| | | | | | | | | | | - Add `Groupped` trait and `member_id` to `AnyOutput` - Add generic parameter `G` to `Dispatcher`, `Chain`, `Program` etc - Remove `hint` module and its marker types - Update macros to support explicit group specification - Add `gen_program` macro for generating enum-based programs - Add `GroupProcess` marker type for type-level grouping | ||||
| * | Add From<()> implementation for Flag | 魏曹先生 | 2026-03-31 | 1 | -0/+6 |
| | | |||||
| * | Add argument parser module with picker API | 魏曹先生 | 2026-03-30 | 1 | -0/+2 |
| | | |||||
| * | Rename mingling to mingling_core and update dependencies | 魏曹先生 | 2026-03-29 | 1 | -0/+148 |
