index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
pin-init
/
internal
/
src
/
pin_data.rs
Age
Commit message (
Expand
)
Author
2026-05-29
rust: pin-init: internal: suppress `non_snake_case` lint in `#[pin_data]`
Mirko Adzic
2026-05-29
rust: pin-init: internal: pin_data: filter non-`#[cfg]` attr in generated code
Martin Kletzander
2026-05-18
rust: pin-init: internal: project using full slot
Gary Guo
2026-05-18
rust: pin-init: internal: project slots instead of references
Gary Guo
2026-05-18
rust: pin-init: internal: make `make_closure` inherent methods
Gary Guo
2026-05-18
rust: pin-init: internal: use marker on drop guard type for pinned fields
Gary Guo
2026-05-14
rust: pin-init: internal: add `PhantomInvariant` and `PhantomInvariantLifetime`
Gary Guo
2026-05-14
rust: pin-init: internal: pin_data: add struct to record field info
Mohamad Alsadhan
2026-05-14
rust: pin-init: internal: pin_data: use closure for `handle_field`
Gary Guo
2026-05-10
rust: pin-init: internal: remove `collect_tuple` polyfill after MSRV bump
Gary Guo
2026-05-10
rust: pin-init: internal: turn `PhantomPinned` error into warnings
Gary Guo
2026-05-10
rust: pin-init: internal: remove redundant `#[pin]` filtering
Gary Guo
2026-05-10
rust: pin-init: internal: add missing where clause to projection types
Mohamad Alsadhan
2026-01-17
rust: pin-init: add `?Sized` bounds to traits in `#[pin_data]` macro
Benno Lossin
2026-01-17
rust: pin-init: rewrite `#[pin_data]` using `syn`
Benno Lossin
2026-01-17
rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` w...
Benno Lossin
2025-03-16
rust: pin-init: internal: synchronize with user-space version
Benno Lossin
2025-03-16
rust: make pin-init its own crate
Benno Lossin
2025-03-16
rust: move pin-init API into its own directory
Benno Lossin