| Age | Commit message (Expand) | Author |
|---|---|---|
| 2025-07-20 | rust: list: remove nonexistent generic parameter in link | Miguel Ojeda |
| 2025-07-19 | rust: list: remove OFFSET constants | Tamir Duberstein |
| 2025-07-19 | rust: list: add `impl_list_item!` examples | Tamir Duberstein |
| 2025-07-19 | rust: list: use fully qualified path | Tamir Duberstein |
| 2025-07-19 | rust: list: use consistent self parameter name | Tamir Duberstein |
| 2025-07-19 | rust: list: use consistent type parameter style | Tamir Duberstein |
| 2025-07-19 | rust: list: simplify macro capture | Tamir Duberstein |
| 2025-07-19 | rust: list: undo unintended replacement of method name | Miguel Ojeda |
| 2025-07-15 | rust: types: rename Opaque::raw_get to cast_into | Alice Ryhl |
| 2025-06-22 | rust: enable `clippy::ptr_as_ptr` lint | Tamir Duberstein |
| 2024-08-23 | rust: list: support heterogeneous lists | Alice Ryhl |
| 2024-08-23 | rust: list: add macro for implementing ListItem | Alice Ryhl |