| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add workspace configuration and update dependencies | 魏曹先生 | 2026-04-22 | 1 | -482/+0 |
| | | |||||
| * | Add new_with_args and dispatch_args_dynamic to Program | 魏曹先生 | 2026-04-22 | 8 | -165/+169 |
| | | | | | | Remove Display bound from Group type parameter and delete dispatcher_render macro. This is a breaking change. | ||||
| * | Bump mingling version to 0.1.7 and use local dependencies | 魏曹先生 | 2026-04-21 | 2 | -2/+2 |
| | | |||||
| * | Update core and macros dependencies to version 0.1.60.1.6 | 魏曹先生 | 2026-04-20 | 2 | -2/+2 |
| | | |||||
| * | Add clippy scripts and apply clippy suggestions | 魏曹先生 | 2026-04-20 | 1 | -1/+1 |
| | | |||||
| * | Add missing import for std::env on non-Windows platforms | 魏曹先生 | 2026-04-19 | 1 | -0/+3 |
| | | |||||
| * | Bump version to 0.1.6 | 魏曹先生 | 2026-04-19 | 2 | -2/+2 |
| | | | | | | | - mingling: 0.1.5 → 0.1.6 - mingling_core: 0.1.4 → 0.1.5 - mingling_macros: 0.1.4 → 0.1.5 | ||||
| * | Make async an optional feature | 魏曹先生 | 2026-04-19 | 5 | -31/+186 |
| | | |||||
| * | Reorganize dependencies into feature-specific groups | 魏曹先生 | 2026-04-18 | 1 | -2/+6 |
| | | |||||
| * | Fix Windows UTF-16 argument handling in PowerShell completion | 魏曹先生 | 2026-04-17 | 2 | -1/+22 |
| | | |||||
| * | Change global argument and flag handlers to FnMut | 魏曹先生 | 2026-04-14 | 1 | -4/+4 |
| | | |||||
| * | Update toml dependency to version 1.1.2 | 魏曹先生 | 2026-04-14 | 2 | -13/+7 |
| | | |||||
| * | Add script support to run-tools utilities | 魏曹先生 | 2026-04-14 | 1 | -1/+1 |
| | | | | | | | The run-tools.ps1 and run-tools.sh scripts now support running both Rust binaries and shell scripts. They check dev_tools/scripts first, then dev_tools/src/bin. Also added a simple HTTP preview script. | ||||
| * | Add Pickable implementation for enums with EnumTag trait | 魏曹先生 | 2026-04-13 | 1 | -1/+3 |
| | | |||||
| * | Remove comp module and add EnumTag derive macro | 魏曹先生 | 2026-04-13 | 3 | -0/+15 |
| | | |||||
| * | Update completion script generation API | 魏曹先生 | 2026-04-13 | 1 | -20/+16 |
| | | |||||
| * | Improve PowerShell completion script parsing and output handling | Weicao-CatilGrass | 2026-04-12 | 1 | -56/+91 |
| | | |||||
| * | Use same suggestion format for PowerShell as Zsh | Weicao-CatilGrass | 2026-04-12 | 2 | -18/+24 |
| | | |||||
| * | Add Windows-specific flag detection and improve PowerShell completion | Weicao-CatilGrass | 2026-04-12 | 2 | -32/+73 |
| | | |||||
| * | Fix typo in PowerShell shell flag from "pwsl" to "pwsh" | 魏曹先生 | 2026-04-12 | 3 | -3/+3 |
| | | |||||
| * | Add ShellContext helper methods for completion logic | 魏曹先生 | 2026-04-12 | 3 | -1/+153 |
| | | |||||
| * | Filter out __comp node and improve debug logging in completion helper | 魏曹先生 | 2026-04-12 | 1 | -11/+16 |
| | | |||||
| * | Add dev tools to generate example documentation | 魏曹先生 | 2026-04-11 | 1 | -0/+3 |
| | | |||||
| * | Remove workspace Cargo.lock and add per-example lockfiles | 魏曹先生 | 2026-04-11 | 1 | -1/+209 |
| | | |||||
| * | Apply clippy suggestions and remove unused serde dependency | 魏曹先生 | 2026-04-11 | 7 | -25/+25 |
| | | |||||
| * | Add debug feature flag to trace_ctx function | 魏曹先生 | 2026-04-11 | 1 | -0/+1 |
| | | |||||
| * | Implement basic command completion with shell support | 魏曹先生 | 2026-04-11 | 4 | -21/+252 |
| | | |||||
| * | Add debug logging feature with env_logger integration | 魏曹先生 | 2026-04-11 | 2 | -0/+108 |
| | | |||||
| * | Add shell completion script generation feature | 魏曹先生 | 2026-04-11 | 11 | -26/+428 |
| | | |||||
| * | Add completion macro infrastructure without logic | 魏曹先生 | 2026-04-10 | 5 | -1/+43 |
| | | |||||
| * | Rename DefaultProgram to ThisProgram and remove ThisProgram marker | 魏曹先生 | 2026-04-09 | 3 | -5/+0 |
| | | |||||
| * | Add basic completion module with shell integration | 魏曹先生 | 2026-04-09 | 7 | -1/+405 |
| | | |||||
| * | Implement mingling::this function | 魏曹先生 | 2026-04-08 | 4 | -45/+114 |
| | | |||||
| * | Add Debug and Clone traits to Flag struct | 魏曹先生 | 2026-04-07 | 1 | -0/+1 |
| | | |||||
| * | Bump version to 0.1.5 and use local dependencies | 魏曹先生 | 2026-04-07 | 1 | -1/+1 |
| | | |||||
| * | Add general renderer support with serialization formats | 魏曹先生 | 2026-04-05 | 16 | -17/+517 |
| | | |||||
| * | Handle empty flag in special_arguments macro | 魏曹先生 | 2026-04-04 | 1 | -1/+17 |
| | | |||||
| * | Add vector pickers | 魏曹先生 | 2026-04-04 | 3 | -2/+322 |
| | | |||||
| * | Add allow attribute for clippy::type_complexity lint | 魏曹先生 | 2026-04-01 | 1 | -0/+1 |
| | | |||||
| * | Add documentation for mingling_core | 魏曹先生 | 2026-04-01 | 14 | -14/+205 |
| | | |||||
| * | Add early exit for renderer not found in execution loop | 魏曹先生 | 2026-04-01 | 1 | -0/+9 |
| | | |||||
| * | Add default error handling methods to ProgramCollect trait | 魏曹先生 | 2026-04-01 | 2 | -3/+4 |
| | | | | | | | | | The trait now includes `build_renderer_not_found` and `build_dispatcher_not_found` methods for constructing error outputs. The macro generates implementations that create appropriate error types, removing hardcoded enum variants. | ||||
| * | Replace typeid-based dispatch with enum-based dispatch | 魏曹先生 | 2026-04-01 | 15 | -218/+238 |
| | | | | | | | | | | - 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 | ||||
| * | Update mingling_core to version 0.1.2 and use local dependencies | 魏曹先生 | 2026-03-31 | 3 | -4/+8 |
| | | | | | | | - Replace registry dependencies with local path dependencies - Bump mingling_core version from 0.1.1 to 0.1.2 - Add safety comments for unsafe downcast operations | ||||
| * | Add From<()> implementation for Flag | 魏曹先生 | 2026-03-31 | 1 | -0/+6 |
| | | |||||
| * | Update workspace dependencies and feature structure | 魏曹先生 | 2026-03-31 | 3 | -191/+4 |
| | | | | | | | | | - Bump mingling and mingling_macros to version 0.1.2 - Move macros from mingling_core to mingling crate - Remove unused transitive dependencies from Cargo.lock - Simplify tokio features in mingling_core - Adjust feature dependencies between crates | ||||
| * | Add argument parser module with picker API | 魏曹先生 | 2026-03-30 | 3 | -2/+4 |
| | | |||||
| * | Use published mingling_core dependency instead of local path0.1.1 | 魏曹先生 | 2026-03-29 | 2 | -3/+3 |
| | | |||||
| * | Add mingling crate with core re-export and documentation | 魏曹先生 | 2026-03-29 | 2 | -7/+2 |
| | | |||||
| * | Rename mingling to mingling_core and update dependencies | 魏曹先生 | 2026-03-29 | 22 | -0/+1604 |
