summaryrefslogtreecommitdiffstats
path: root/rust/kernel/init
Commit message (Expand)AuthorAgeFilesLines
* 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