index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
pin-init
/
src
/
macros.rs
Age
Commit message (
Expand
)
Author
2026-01-17
rust: pin-init: rewrite the initializer macros using `syn`
Benno Lossin
2026-01-17
rust: pin-init: rewrite `#[pin_data]` using `syn`
Benno Lossin
2026-01-17
rust: pin-init: rewrite the `#[pinned_drop]` attribute macro using `syn`
Benno Lossin
2026-01-17
rust: pin-init: rewrite `derive(Zeroable)` and `derive(MaybeZeroable)` using ...
Benno Lossin
2025-11-19
rust: pin-init: fix broken rust doc link
Benno Lossin
2025-09-11
rust: pin-init: add references to previously initialized fields
Benno Lossin
2025-09-11
rust: pin-init: add code blocks to `[try_][pin_]init!` macros
Benno Lossin
2025-09-11
rust: pin-init: add pin projections to `#[pin_data]`
Benno Lossin
2025-06-11
rust: pin-init: rename `zeroed` to `init_zeroed`
Benno Lossin
2025-05-01
rust: pin-init: add `MaybeZeroable` derive macro
Benno Lossin
2025-05-01
rust: pin-init: allow `Zeroable` derive macro to also be applied to unions
Benno Lossin
2025-05-01
rust: pin-init: allow `pub` fields in `derive(Zeroable)`
Benno Lossin
2025-03-16
rust: pin-init: synchronize documentation with the user-space version
Benno Lossin
2025-03-16
rust: make pin-init its own crate
Benno Lossin
2025-03-16
rust: pin-init: change the way the `paste!` macro is called
Benno Lossin
2025-03-16
rust: move pin-init API into its own directory
Benno Lossin