summaryrefslogtreecommitdiff
path: root/rust/pin-init/internal/src
AgeCommit message (Expand)Author
2026-05-29rust: pin_init: internal: use `loop {}` to produce never valueGary Guo
2026-05-29rust: pin-init: internal: suppress `non_snake_case` lint in `[pin_]init!`Mirko Adzic
2026-05-29rust: pin-init: internal: suppress `non_snake_case` lint in `#[pin_data]`Mirko Adzic
2026-05-29rust: pin-init: internal: pin_data: filter non-`#[cfg]` attr in generated codeMartin Kletzander
2026-05-18rust: pin-init: internal: project using full slotGary Guo
2026-05-18rust: pin-init: internal: project slots instead of referencesGary Guo
2026-05-18rust: pin-init: internal: make `make_closure` inherent methodsGary Guo
2026-05-18rust: pin-init: internal: use marker on drop guard type for pinned fieldsGary Guo
2026-05-18rust: pin-init: internal: init: handle code blocks earlyGary Guo
2026-05-14rust: pin-init: internal: add `PhantomInvariant` and `PhantomInvariantLifetime`Gary Guo
2026-05-14rust: pin-init: internal: pin_data: add struct to record field infoMohamad Alsadhan
2026-05-14rust: pin-init: internal: pin_data: use closure for `handle_field`Gary Guo
2026-05-10rust: pin-init: internal: remove `collect_tuple` polyfill after MSRV bumpGary Guo
2026-05-10rust: pin-init: internal: turn `PhantomPinned` error into warningsGary Guo
2026-05-10rust: pin-init: cleanup workaround for old Rust compilerGary Guo
2026-05-10rust: pin-init: internal: adjust license identifier of `zeroable.rs`Benno Lossin
2026-05-10rust: pin-init: internal: remove redundant `#[pin]` filteringGary Guo
2026-05-10rust: pin-init: internal: add missing where clause to projection typesMohamad Alsadhan
2026-05-10rust: pin-init: bump minimum Rust version to 1.82Gary Guo
2026-04-30rust: pin-init: fix incorrect accessor reference lifetimeGary Guo
2026-04-30rust: pin-init: internal: move alignment check to `make_field_check`Gary Guo
2026-03-25rust: pin-init: replace `addr_of_mut!` with `&raw mut`Antonio Hickey
2026-03-25rust: pin-init: properly document let binding workaroundBenno Lossin
2026-03-25rust: pin-init: build: simplify use of nightly featuresGary Guo
2026-03-12rust: pin-init: replace shadowed return token by `unsafe`-to-create tokenBenno Lossin
2026-03-06rust: pin-init: internal: init: document load-bearing fact of field accessorsBenno Lossin
2026-03-06rust: pin-init: internal: init: remove `#[disable_initialized_field_access]`Benno Lossin
2026-01-17rust: pin-init: internal: init: simplify Zeroable safety checkBenno Lossin
2026-01-17rust: pin-init: internal: init: add escape hatch for referencing initialized ...Benno Lossin
2026-01-17rust: pin-init: internal: init: add support for attributes on initializer fieldsBenno Lossin
2026-01-17rust: pin-init: add `#[default_error(<type>)]` attribute to initializer macrosBenno Lossin
2026-01-17rust: pin-init: rewrite the initializer macros using `syn`Benno Lossin
2026-01-17rust: pin-init: add `?Sized` bounds to traits in `#[pin_data]` macroBenno Lossin
2026-01-17rust: pin-init: rewrite `#[pin_data]` using `syn`Benno Lossin
2026-01-17rust: pin-init: rewrite the `#[pinned_drop]` attribute macro using `syn`Benno Lossin
2026-01-17rust: pin-init: rewrite `derive(Zeroable)` and `derive(MaybeZeroable)` using ...Benno Lossin
2026-01-17rust: pin-init: internal: add utility API for syn error handlingBenno Lossin
2026-01-17rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` w...Benno Lossin
2025-05-18Merge tag 'pin-init-v6.16' of https://github.com/Rust-for-Linux/linux into ru...Miguel Ojeda
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda
2025-05-01rust: pin-init: add `MaybeZeroable` derive macroBenno Lossin
2025-04-21rust: pin-init: internal: skip rustfmt formatting of kernel-only moduleBenno Lossin
2025-03-16rust: pin-init: miscellaneous synchronization with the user-space versionBenno Lossin
2025-03-16rust: pin-init: internal: synchronize with user-space versionBenno Lossin
2025-03-16rust: make pin-init its own crateBenno Lossin
2025-03-16rust: add pin-init crate build infrastructureMiguel Ojeda
2025-03-16rust: pin-init: move proc-macro documentation into pin-init crateBenno Lossin
2025-03-16rust: move pin-init API into its own directoryBenno Lossin