summaryrefslogtreecommitdiff
path: root/rust/pin-init/internal/src/pin_data.rs
AgeCommit message (Expand)AuthorFilesLines
2026-05-29rust: pin-init: internal: suppress `non_snake_case` lint in `#[pin_data]`Mirko Adzic1-2/+10
2026-05-29rust: pin-init: internal: pin_data: filter non-`#[cfg]` attr in generated codeMartin Kletzander1-24/+28
2026-05-18rust: pin-init: internal: project using full slotGary Guo1-6/+6
2026-05-18rust: pin-init: internal: project slots instead of referencesGary Guo1-40/+14
2026-05-18rust: pin-init: internal: make `make_closure` inherent methodsGary Guo1-7/+10
2026-05-18rust: pin-init: internal: use marker on drop guard type for pinned fieldsGary Guo1-19/+16
2026-05-14rust: pin-init: internal: add `PhantomInvariant` and `PhantomInvariantLifetime`Gary Guo1-8/+4
2026-05-14rust: pin-init: internal: pin_data: add struct to record field infoMohamad Alsadhan1-21/+32
2026-05-14rust: pin-init: internal: pin_data: use closure for `handle_field`Gary Guo1-74/+70
2026-05-11rust: pin-init: internal: remove `collect_tuple` polyfill after MSRV bumpGary Guo1-19/+8
2026-05-11rust: pin-init: internal: turn `PhantomPinned` error into warningsGary Guo1-1/+1
2026-05-11rust: pin-init: internal: remove redundant `#[pin]` filteringGary Guo1-4/+0
2026-05-11rust: pin-init: internal: add missing where clause to projection typesMohamad Alsadhan1-1/+3
2026-01-17rust: pin-init: add `?Sized` bounds to traits in `#[pin_data]` macroBenno Lossin1-2/+2
2026-01-17rust: pin-init: rewrite `#[pin_data]` using `syn`Benno Lossin1-112/+499
2026-01-17rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` w...Benno Lossin1-12/+6
2025-03-16rust: pin-init: internal: synchronize with user-space versionBenno Lossin1-0/+3
2025-03-16rust: make pin-init its own crateBenno Lossin1-2/+2
2025-03-16rust: move pin-init API into its own directoryBenno Lossin1-0/+129