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
/
internal
/
src
/
init.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-13
rust: pin-init: internal: generate brace in macro for init code blocks
Gary Guo
1
-2
/
+4
2026-07-13
rust: pin-init: internal: remove `allow` and `expect`s that don't fire
Gary Guo
1
-1
/
+1
2026-05-29
rust: pin_init: internal: use `loop {}` to produce never value
Gary Guo
1
-1
/
+1
2026-05-29
rust: pin-init: internal: suppress `non_snake_case` lint in `[pin_]init!`
Mirko Adzic
1
-1
/
+3
2026-05-18
rust: pin-init: internal: project using full slot
Gary Guo
1
-3
/
+2
2026-05-18
rust: pin-init: internal: project slots instead of references
Gary Guo
1
-77
/
+36
2026-05-18
rust: pin-init: internal: make `make_closure` inherent methods
Gary Guo
1
-5
/
+2
2026-05-18
rust: pin-init: internal: use marker on drop guard type for pinned fields
Gary Guo
1
-21
/
+26
2026-05-18
rust: pin-init: internal: init: handle code blocks early
Gary Guo
1
-45
/
+55
2026-05-10
rust: pin-init: cleanup workaround for old Rust compiler
Gary Guo
1
-8
/
+1
2026-04-30
rust: pin-init: fix incorrect accessor reference lifetime
Gary Guo
1
-59
/
+47
2026-04-30
rust: pin-init: internal: move alignment check to `make_field_check`
Gary Guo
1
-41
/
+37
2026-03-25
rust: pin-init: replace `addr_of_mut!` with `&raw mut`
Antonio Hickey
1
-4
/
+4
2026-03-25
rust: pin-init: properly document let binding workaround
Benno Lossin
1
-0
/
+6
2026-03-12
rust: pin-init: replace shadowed return token by `unsafe`-to-create token
Benno Lossin
1
-15
/
+7
2026-03-06
rust: pin-init: internal: init: document load-bearing fact of field accessors
Benno Lossin
1
-0
/
+8
2026-03-06
rust: pin-init: internal: init: remove `#[disable_initialized_field_access]`
Benno Lossin
1
-31
/
+8
2026-01-17
rust: pin-init: internal: init: simplify Zeroable safety check
Benno Lossin
1
-6
/
+1
2026-01-17
rust: pin-init: internal: init: add escape hatch for referencing initialized fields
Benno Lossin
1
-23
/
+52
2026-01-17
rust: pin-init: internal: init: add support for attributes on initializer fields
Benno Lossin
1
-14
/
+55
2026-01-17
rust: pin-init: add `#[default_error(<type>)]` attribute to initializer macros
Benno Lossin
1
-3
/
+41
2026-01-17
rust: pin-init: rewrite the initializer macros using `syn`
Benno Lossin
1
-0
/
+445