Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rust: enable `clippy::undocumented_unsafe_blocks` lint | Miguel Ojeda | 2024-10-07 | 1 | -0/+1 |
* | rust: list: add ListArcField | Alice Ryhl | 2024-08-23 | 1 | -0/+3 |
* | rust: list: support heterogeneous lists | Alice Ryhl | 2024-08-23 | 1 | -1/+46 |
* | rust: list: add cursor | Alice Ryhl | 2024-08-23 | 1 | -0/+82 |
* | rust: list: add iterators | Alice Ryhl | 2024-08-23 | 1 | -0/+102 |
* | rust: list: add List | Alice Ryhl | 2024-08-23 | 1 | -3/+327 |
* | rust: list: add macro for implementing ListItem | Alice Ryhl | 2024-08-23 | 1 | -0/+3 |
* | rust: list: add struct with prev/next pointers | Alice Ryhl | 2024-08-23 | 1 | -0/+119 |
* | rust: list: add tracking for ListArc | Alice Ryhl | 2024-08-23 | 1 | -1/+1 |
* | rust: list: add ListArc | Alice Ryhl | 2024-08-23 | 1 | -0/+8 |