index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
init
Age
Commit message (
Expand
)
Author
2024-08-13
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
2024-05-05
rust: init: change the generated name of guard variables
Benno Lossin
2024-04-07
rust: macros: allow generic parameter default values in `#[pin_data]`
Benno Lossin
2023-08-21
rust: init: update expanded macro explanation
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: add support for arbitrary paths in init macros
Benno Lossin
2023-08-21
rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
Benno Lossin
2023-08-21
rust: init: make initializer values inaccessible after initializing
Benno Lossin
2023-08-21
rust: init: wrap type checking struct initializers in a closure
Benno Lossin
2023-08-21
rust: init: make guards in the init macros hygienic
Benno Lossin
2023-08-21
rust: add derive macro for `Zeroable`
Benno Lossin
2023-08-21
rust: init: make `#[pin_data]` compatible with conditional compilation of fields
Benno Lossin
2023-08-21
rust: init: consolidate init macros
Benno Lossin
2023-05-31
rust: init: update macro expansion example in docs
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