| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor!: replace pack! macros with derive-based pipeline types | 魏曹先生 | 71 min. | 1 | -2/+3 |
| | | | | | | | | | | Remove the `pack!`, `pack_err!`, `pack_structural!`, and `pack_err_structural!` macros, replacing all pipeline type definitions with `#[derive(Grouped)]` and `#[derive(Grouped, Wrap)]` attributes. This changes the generated struct shape from named-field structs with an `inner` field to tuple structs accessed via `.0`, and removes the auto-generated `name` and `info` fields from error types. | ||||
| * | refactor!: remove Node type and simplify dispatcher macro syntax | 魏曹先生 | 4 hours | 1 | -1/+1 |
| | | | | | | | | The `dispatcher!` macro no longer requires a `CMD*` dispatcher type argument; the dispatcher struct is now generated internally as `__Dispatcher{Pascal}`. The `Node` type, `node!` macro, and `Dispatcher::node()` / `clone_dispatcher()` methods are removed. | ||||
| * | Add implicit dispatcher macro with auto-derived names | 魏曹先生 | 2026-05-24 | 1 | -2/+2 |
| | | |||||
| * | Add global resource system to Program | 魏曹先生 | 2026-04-27 | 1 | -0/+50 |
