| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(macros): add async mutable resource injection for `#[chain]` | 魏曹先生 | 2 days | 1 | -0/+38 |
| | | | | | | | | Support `&mut T` resource parameters in async chain functions by using an extract-store pattern that avoids holding mutable borrows across await points. Remove the previous compile-time rejection of this combination. | ||||
| * | Add unit and integration tests for mingling_core | Weicao-CatilGrass | 2026-06-09 | 1 | -0/+66 |
| | | |||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 1 | -11/+8 |
| | | |||||
| * | Update `modify_res` to return `Return` and rename internal method | 魏曹先生 | 2026-05-21 | 1 | -4/+7 |
| | | |||||
| * | Add mutable resource injection to `#[chain]` macro | 魏曹先生 | 2026-05-16 | 1 | -0/+34 |
| | | |||||
| * | Add `modify` method to `ResourceMarker` trait | 魏曹先生 | 2026-05-15 | 1 | -2/+12 |
| | | |||||
| * | Add support for resource injection in `#[chain]` macro | 魏曹先生 | 2026-05-07 | 1 | -0/+6 |
| | | |||||
| * | Restrict GlobalResources visibility to crate | 魏曹先生 | 2026-05-02 | 1 | -1/+1 |
| | | |||||
| * | Add global resource system to Program | 魏曹先生 | 2026-04-27 | 1 | -0/+116 |
