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