index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
pin-init
Age
Commit message (
Expand
)
Author
2026-05-29
rust: pin_init: internal: use `loop {}` to produce never value
Gary Guo
2026-05-29
rust: pin-init: remove `E` from `InitClosure`
Gary Guo
2026-05-29
rust: pin-init: move `InitClosure` out from `__internal`
Gary Guo
2026-05-29
rust: pin-init: docs: fix typos in MaybeZeroable documentation
Xiaobo Liu
2026-05-29
rust: pin-init: internal: suppress `non_snake_case` lint in `[pin_]init!`
Mirko Adzic
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-18
rust: pin-init: internal: init: handle code blocks early
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: examples: fix `useless_borrows_in_formatting` clippy warning
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: cleanup workaround for old Rust compiler
Gary Guo
2026-05-10
rust: pin-init: fix badge URL in README
Gary Guo
2026-05-10
rust: pin-init: internal: adjust license identifier of `zeroable.rs`
Benno Lossin
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-05-10
rust: pin-init: extend `impl_zeroable_option` macro to handle generics
Mohamad Alsadhan
2026-05-10
rust: pin-init: cleanup `Zeroable` and `ZeroableOptions`
Mohamad Alsadhan
2026-05-10
rust: pin-init: bump minimum Rust version to 1.82
Gary Guo
2026-05-10
rust: pin-init: examples: mark as `#[inline]` all `From::from()`s for `Error`
Alistair Francis
2026-04-30
rust: pin-init: fix incorrect accessor reference lifetime
Gary Guo
2026-04-30
rust: pin-init: internal: move alignment check to `make_field_check`
Gary Guo
2026-03-25
rust: pin-init: replace `addr_of_mut!` with `&raw mut`
Antonio Hickey
2026-03-25
rust: pin-init: implement ZeroableOption for NonZero* integer types
Hamdan-Khan
2026-03-25
rust: pin-init: doc: de-clutter documentation with fake-variadics
Gary Guo
2026-03-25
rust: pin-init: properly document let binding workaround
Benno Lossin
2026-03-25
rust: pin-init: build: simplify use of nightly features
Gary Guo
2026-03-12
rust: pin-init: replace shadowed return token by `unsafe`-to-create token
Benno Lossin
2026-03-06
rust: pin-init: internal: init: document load-bearing fact of field accessors
Benno Lossin
2026-03-06
rust: pin-init: internal: init: remove `#[disable_initialized_field_access]`
Benno Lossin
2026-02-22
Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2026-02-19
rust: pin-init: replace clippy `expect` with `allow`
Benno Lossin
2026-01-17
rust: pin-init: Implement `InPlaceWrite<T>` for `&'static mut MaybeUninit<T>`
Oleksandr Babak
2026-01-17
rust: pin-init: internal: init: simplify Zeroable safety check
Benno Lossin
2026-01-17
rust: pin-init: internal: init: add escape hatch for referencing initialized ...
Benno Lossin
2026-01-17
rust: pin-init: internal: init: add support for attributes on initializer fields
Benno Lossin
2026-01-17
rust: pin-init: add `#[default_error(<type>)]` attribute to initializer macros
Benno Lossin
2026-01-17
rust: pin-init: rewrite the initializer macros using `syn`
Benno Lossin
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: rewrite the `#[pinned_drop]` attribute macro using `syn`
Benno Lossin
2026-01-17
rust: pin-init: rewrite `derive(Zeroable)` and `derive(MaybeZeroable)` using ...
Benno Lossin
2026-01-17
rust: pin-init: internal: add utility API for syn error handling
Benno Lossin
[next]