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
/
examples
Age
Commit message (
Expand
)
Author
2026-03-25
rust: pin-init: replace `addr_of_mut!` with `&raw mut`
Antonio Hickey
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-01-17
rust: pin-init: remove `try_` versions of the initializer macros
Benno Lossin
2025-09-11
rust: pin-init: examples: error: use `Error` in `fn main()`
Benno Lossin
2025-06-11
rust: pin-init: examples, tests: use `ignore` instead of conditionally compil...
Benno Lossin
2025-06-11
rust: pin-init: rename `zeroed` to `init_zeroed`
Benno Lossin
2025-06-11
rust: pin-init: examples: pthread_mutex: disable the main test for miri
Benno Lossin
2025-06-11
rust: pin-init: examples, tests: add conditional compilation in order to comp...
Benno Lossin
2025-04-21
rust: pin-init: examples: use `allow` instead of `expect`
Benno Lossin
2025-04-21
rust: pin-init: examples: conditionally enable `feature(lint_reasons)`
Benno Lossin
2025-04-08
rust: pin-init: use Markdown autolinks in Rust comments
Miguel Ojeda
2025-03-16
rust: pin-init: change examples to the user-space version
Benno Lossin