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