summaryrefslogtreecommitdiffstats
path: root/rust/kernel/init (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: treewide: switch to our kernel `Box` typeDanilo Krummrich2024-10-151-1/+1
* rust: start using the `#[expect(...)]` attributeMiguel Ojeda2024-10-072-7/+7
* rust: enable Clippy's `check-private-items`Miguel Ojeda2024-10-072-0/+3
* rust: provide proper code documentation titlesMiguel Ojeda2024-10-071-3/+4
* rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda2024-10-072-0/+11
* Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-09-251-0/+29
|\
| * rust: init: add `assert_pinned` macroBenno Lossin2024-08-231-0/+29
* | rust: kernel: fix typos in code commentsMichael Vetter2024-08-211-2/+2
|/
* rust: init: change the generated name of guard variablesBenno Lossin2024-05-051-14/+14
* rust: macros: allow generic parameter default values in `#[pin_data]`Benno Lossin2024-04-071-1/+18
* rust: init: update expanded macro explanationBenno Lossin2023-08-211-57/+69
* rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`Benno Lossin2023-08-211-1/+1
* rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`Benno Lossin2023-08-211-0/+12
* rust: init: add support for arbitrary paths in init macrosBenno Lossin2023-08-211-19/+35
* rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fieldsBenno Lossin2023-08-211-1/+114
* rust: init: make initializer values inaccessible after initializingBenno Lossin2023-08-211-9/+11
* rust: init: wrap type checking struct initializers in a closureBenno Lossin2023-08-211-4/+4
* rust: init: make guards in the init macros hygienicBenno Lossin2023-08-212-85/+56
* rust: add derive macro for `Zeroable`Benno Lossin2023-08-211-0/+35
* rust: init: make `#[pin_data]` compatible with conditional compilation of fieldsBenno Lossin2023-08-211-0/+2
* rust: init: consolidate init macrosBenno Lossin2023-08-211-2/+235
* rust: init: update macro expansion example in docsBenno Lossin2023-05-311-37/+48
* rust: init: add `stack_pin_init!` macroBenno Lossin2023-04-121-0/+57
* rust: init: add `PinnedDrop` trait and macrosBenno Lossin2023-04-122-0/+279
* rust: init: add initialization macrosBenno Lossin2023-04-122-0/+837
* rust: add pin-init API coreBenno Lossin2023-04-121-0/+33