summaryrefslogtreecommitdiff
path: root/rust/pin-init
AgeCommit message (Expand)Author
2026-05-29rust: pin_init: internal: use `loop {}` to produce never valueGary Guo
2026-05-29rust: pin-init: remove `E` from `InitClosure`Gary Guo
2026-05-29rust: pin-init: move `InitClosure` out from `__internal`Gary Guo
2026-05-29rust: pin-init: docs: fix typos in MaybeZeroable documentationXiaobo Liu
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: examples: fix `useless_borrows_in_formatting` clippy warningGary 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: fix badge URL in READMEGary 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: extend `impl_zeroable_option` macro to handle genericsMohamad Alsadhan
2026-05-10rust: pin-init: cleanup `Zeroable` and `ZeroableOptions`Mohamad Alsadhan
2026-05-10rust: pin-init: bump minimum Rust version to 1.82Gary Guo
2026-05-10rust: pin-init: examples: mark as `#[inline]` all `From::from()`s for `Error`Alistair Francis
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: implement ZeroableOption for NonZero* integer typesHamdan-Khan
2026-03-25rust: pin-init: doc: de-clutter documentation with fake-variadicsGary Guo
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-02-22Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2026-02-19rust: pin-init: replace clippy `expect` with `allow`Benno Lossin
2026-01-17rust: pin-init: Implement `InPlaceWrite<T>` for `&'static mut MaybeUninit<T>`Oleksandr Babak
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