Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2025-01-14 | rust: use derive(CoercePointee) on rustc >= 1.84.0 | Xiangfei Ding | 1 | -3/+6 |
2024-10-07 | rust: enable arbitrary_self_types and remove `Receiver` | Gary Guo | 1 | -3/+0 |
2024-10-07 | rust: start using the `#[expect(...)]` attribute | Miguel Ojeda | 1 | -1/+1 |
2024-08-23 | rust: list: add ListArcField | Alice Ryhl | 1 | -0/+96 |
2024-08-23 | rust: list: support heterogeneous lists | Alice Ryhl | 1 | -0/+131 |
2024-08-23 | rust: list: add List | Alice Ryhl | 1 | -2/+4 |
2024-08-23 | rust: list: add macro for implementing ListItem | Alice Ryhl | 1 | -0/+143 |
2024-08-23 | rust: list: add tracking for ListArc | Alice Ryhl | 1 | -2/+169 |
2024-08-23 | rust: list: add ListArc | Alice Ryhl | 1 | -0/+352 |