index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation 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
Files
Lines
2026-08-05
rust: pin-init: add `#[inline]` to small functions
Gary Guo
1
-0
/
+2
2026-07-27
rust: pin-init: internal: rework how `#[pin_data]` handles cfg
Gary Guo
1
-18
/
+64
2026-07-13
rust: pin-init: internal: remove `allow` and `expect`s that don't fire
Gary Guo
1
-3
/
+0
2026-07-13
rust: pin-init: internal: error on duplicate `#[pin]` attribute
Luiz Georg
1
-2
/
+5
2026-05-29
rust: pin-init: internal: suppress `non_snake_case` lint in `#[pin_data]`
Mirko Adzic
1
-2
/
+10
2026-05-29
rust: pin-init: internal: pin_data: filter non-`#[cfg]` attr in generated code
Martin Kletzander
1
-23
/
+27
2026-05-18
rust: pin-init: internal: project using full slot
Gary Guo
1
-6
/
+6
2026-05-18
rust: pin-init: internal: project slots instead of references
Gary Guo
1
-40
/
+14
2026-05-18
rust: pin-init: internal: make `make_closure` inherent methods
Gary Guo
1
-7
/
+10
2026-05-18
rust: pin-init: internal: use marker on drop guard type for pinned fields
Gary Guo
1
-19
/
+16
2026-05-14
rust: pin-init: internal: add `PhantomInvariant` and `PhantomInvariantLifetime`
Gary Guo
1
-8
/
+4
2026-05-14
rust: pin-init: internal: pin_data: add struct to record field info
Mohamad Alsadhan
1
-21
/
+32
2026-05-14
rust: pin-init: internal: pin_data: use closure for `handle_field`
Gary Guo
1
-74
/
+70
2026-05-10
rust: pin-init: internal: remove `collect_tuple` polyfill after MSRV bump
Gary Guo
1
-19
/
+8
2026-05-10
rust: pin-init: internal: turn `PhantomPinned` error into warnings
Gary Guo
1
-1
/
+1
2026-05-10
rust: pin-init: internal: remove redundant `#[pin]` filtering
Gary Guo
1
-4
/
+0
2026-05-10
rust: pin-init: internal: add missing where clause to projection types
Mohamad Alsadhan
1
-1
/
+3
2026-01-17
rust: pin-init: add `?Sized` bounds to traits in `#[pin_data]` macro
Benno Lossin
1
-2
/
+2
2026-01-17
rust: pin-init: rewrite `#[pin_data]` using `syn`
Benno Lossin
1
-110
/
+497
2026-01-17
rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` w...
Benno Lossin
1
-12
/
+6
2025-03-16
rust: pin-init: internal: synchronize with user-space version
Benno Lossin
1
-0
/
+3
2025-03-16
rust: make pin-init its own crate
Benno Lossin
1
-2
/
+2
2025-03-16
rust: move pin-init API into its own directory
Benno Lossin
1
-0
/
+129