index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
pin-init
/
internal
/
src
/
init.rs
Age
Commit message (
Expand
)
Author
2026-04-30
rust: pin-init: fix incorrect accessor reference lifetime
Gary Guo
2026-04-30
rust: pin-init: internal: move alignment check to `make_field_check`
Gary Guo
2026-03-25
rust: pin-init: replace `addr_of_mut!` with `&raw mut`
Antonio Hickey
2026-03-25
rust: pin-init: properly document let binding workaround
Benno Lossin
2026-03-12
rust: pin-init: replace shadowed return token by `unsafe`-to-create token
Benno Lossin
2026-03-06
rust: pin-init: internal: init: document load-bearing fact of field accessors
Benno Lossin
2026-03-06
rust: pin-init: internal: init: remove `#[disable_initialized_field_access]`
Benno Lossin
2026-01-17
rust: pin-init: internal: init: simplify Zeroable safety check
Benno Lossin
2026-01-17
rust: pin-init: internal: init: add escape hatch for referencing initialized ...
Benno Lossin
2026-01-17
rust: pin-init: internal: init: add support for attributes on initializer fields
Benno Lossin
2026-01-17
rust: pin-init: add `#[default_error(<type>)]` attribute to initializer macros
Benno Lossin
2026-01-17
rust: pin-init: rewrite the initializer macros using `syn`
Benno Lossin