index
:
kernel/git/torvalds/linux-2.6.git
master
Linux kernel source tree
Linus Torvalds
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
pin-init
/
src
/
__internal.rs
Age
Commit message (
Expand
)
Author
2026-05-29
rust: pin-init: move `InitClosure` out from `__internal`
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-14
rust: pin-init: internal: add `PhantomInvariant` and `PhantomInvariantLifetime`
Gary Guo
2026-04-30
rust: pin-init: fix incorrect accessor reference lifetime
Gary Guo
2026-03-12
rust: pin-init: replace shadowed return token by `unsafe`-to-create token
Benno Lossin
2025-06-11
rust: pin-init: feature-gate the `stack_init_reuse` test on the `std` feature
Benno Lossin
2025-03-16
rust: pin-init: miscellaneous synchronization with the user-space version
Benno Lossin
2025-03-16
rust: pin-init: synchronize documentation with the user-space version
Benno Lossin
2025-03-16
rust: pin-init: add `std` and `alloc` support from the user-space version
Benno Lossin
2025-03-16
rust: pin-init: remove kernel-crate dependency
Benno Lossin
2025-03-16
rust: pin-init: fix documentation links
Benno Lossin
2025-03-16
rust: move pin-init API into its own directory
Benno Lossin