index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
init
/
macros.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-16
rust: move pin-init API into its own directory
Benno Lossin
1
-1410
/
+0
2024-10-07
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
1
-5
/
+5
2024-10-07
rust: enable Clippy's `check-private-items`
Miguel Ojeda
1
-0
/
+1
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
1
-0
/
+9
2024-08-21
rust: kernel: fix typos in code comments
Michael Vetter
1
-2
/
+2
2024-05-05
rust: init: change the generated name of guard variables
Benno Lossin
1
-14
/
+14
2024-04-07
rust: macros: allow generic parameter default values in `#[pin_data]`
Benno Lossin
1
-1
/
+18
2023-08-21
rust: init: update expanded macro explanation
Benno Lossin
1
-57
/
+69
2023-08-21
rust: init: add support for arbitrary paths in init macros
Benno Lossin
1
-19
/
+35
2023-08-21
rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
Benno Lossin
1
-1
/
+114
2023-08-21
rust: init: make initializer values inaccessible after initializing
Benno Lossin
1
-9
/
+11
2023-08-21
rust: init: wrap type checking struct initializers in a closure
Benno Lossin
1
-4
/
+4
2023-08-21
rust: init: make guards in the init macros hygienic
Benno Lossin
1
-64
/
+52
2023-08-21
rust: add derive macro for `Zeroable`
Benno Lossin
1
-0
/
+35
2023-08-21
rust: init: make `#[pin_data]` compatible with conditional compilation of fields
Benno Lossin
1
-0
/
+2
2023-08-21
rust: init: consolidate init macros
Benno Lossin
1
-2
/
+235
2023-05-31
rust: init: update macro expansion example in docs
Benno Lossin
1
-37
/
+48
2023-04-12
rust: init: add `PinnedDrop` trait and macros
Benno Lossin
1
-0
/
+264
2023-04-12
rust: init: add initialization macros
Benno Lossin
1
-0
/
+707