index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
pin-init
/
examples
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-05
rust: pin-init: add `raw_init` and `raw_try_init` and recommend over `__init`
Gary Guo
1
-2
/
+3
2026-08-03
rust: pin-init: merge `__pinned_init` and `__init`
Gary Guo
1
-6
/
+3
2026-08-03
rust: pin-init: examples: use `Wrapper::pin_init` instead of manual reimplementation
Gary Guo
1
-5
/
+1
2026-07-13
rust: pin-init: examples: fix incorrect drop
Gary Guo
1
-4
/
+1
2026-05-10
rust: pin-init: examples: fix `useless_borrows_in_formatting` clippy warning
Gary Guo
3
-3
/
+3
2026-05-10
rust: pin-init: bump minimum Rust version to 1.82
Gary Guo
5
-11
/
+0
2026-05-10
rust: pin-init: examples: mark as `#[inline]` all `From::from()`s for `Error`
Alistair Francis
1
-0
/
+2
2026-03-25
rust: pin-init: replace `addr_of_mut!` with `&raw mut`
Antonio Hickey
5
-0
/
+5
2026-03-25
rust: pin-init: properly document let binding workaround
Benno Lossin
1
-0
/
+2
2026-03-25
rust: pin-init: build: simplify use of nightly features
Gary Guo
4
-4
/
+4
2026-01-17
rust: pin-init: remove `try_` versions of the initializer macros
Benno Lossin
2
-15
/
+14
2025-09-11
rust: pin-init: examples: error: use `Error` in `fn main()`
Benno Lossin
1
-1
/
+3
2025-06-11
rust: pin-init: examples, tests: use `ignore` instead of conditionally compiling tests
Benno Lossin
1
-1
/
+2
2025-06-11
rust: pin-init: rename `zeroed` to `init_zeroed`
Benno Lossin
1
-2
/
+2
2025-06-11
rust: pin-init: examples: pthread_mutex: disable the main test for miri
Benno Lossin
1
-1
/
+1
2025-06-11
rust: pin-init: examples, tests: add conditional compilation in order to compile under any feature combination
Benno Lossin
5
-90
/
+121
2025-04-21
rust: pin-init: examples: use `allow` instead of `expect`
Benno Lossin
1
-1
/
+1
2025-04-21
rust: pin-init: examples: conditionally enable `feature(lint_reasons)`
Benno Lossin
4
-0
/
+5
2025-04-08
rust: pin-init: use Markdown autolinks in Rust comments
Miguel Ojeda
1
-1
/
+1
2025-03-16
rust: pin-init: change examples to the user-space version
Benno Lossin
6
-0
/
+736