Age | Commit message (Expand) | Author |
---|---|---|
2024-10-15 | rust: treewide: switch to our kernel `Box` type | Danilo Krummrich |
2024-10-07 | rust: start using the `#[expect(...)]` attribute | Miguel Ojeda |
2024-10-07 | rust: enable Clippy's `check-private-items` | Miguel Ojeda |
2024-10-07 | rust: provide proper code documentation titles | Miguel Ojeda |
2024-10-07 | rust: enable `clippy::undocumented_unsafe_blocks` lint | Miguel Ojeda |
2024-08-23 | rust: init: add `assert_pinned` macro | Benno Lossin |
2023-08-21 | rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>` | Benno Lossin |
2023-08-21 | rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>` | Benno Lossin |
2023-08-21 | rust: init: make guards in the init macros hygienic | Benno Lossin |
2023-04-12 | rust: init: add `stack_pin_init!` macro | Benno Lossin |
2023-04-12 | rust: init: add `PinnedDrop` trait and macros | Benno Lossin |
2023-04-12 | rust: init: add initialization macros | Benno Lossin |
2023-04-12 | rust: add pin-init API core | Benno Lossin |