index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
pin-init
/
internal
/
src
Age
Commit message (
Expand
)
Author
Lines
2026-01-17
rust: pin-init: internal: init: simplify Zeroable safety check
Benno Lossin
-6
/
+1
2026-01-17
rust: pin-init: internal: init: add escape hatch for referencing initialized ...
Benno Lossin
-23
/
+52
2026-01-17
rust: pin-init: internal: init: add support for attributes on initializer fields
Benno Lossin
-14
/
+55
2026-01-17
rust: pin-init: add `#[default_error(<type>)]` attribute to initializer macros
Benno Lossin
-3
/
+41
2026-01-17
rust: pin-init: rewrite the initializer macros using `syn`
Benno Lossin
-0
/
+458
2026-01-17
rust: pin-init: add `?Sized` bounds to traits in `#[pin_data]` macro
Benno Lossin
-2
/
+2
2026-01-17
rust: pin-init: rewrite `#[pin_data]` using `syn`
Benno Lossin
-264
/
+503
2026-01-17
rust: pin-init: rewrite the `#[pinned_drop]` attribute macro using `syn`
Benno Lossin
-38
/
+52
2026-01-17
rust: pin-init: rewrite `derive(Zeroable)` and `derive(MaybeZeroable)` using ...
Benno Lossin
-92
/
+74
2026-01-17
rust: pin-init: internal: add utility API for syn error handling
Benno Lossin
-0
/
+33
2026-01-17
rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` w...
Benno Lossin
-43
/
+14
2025-05-18
Merge tag 'pin-init-v6.16' of https://github.com/Rust-for-Linux/linux into ru...
Miguel Ojeda
-1
/
+32
2025-05-07
rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint
Miguel Ojeda
-2
/
+1
2025-05-01
rust: pin-init: add `MaybeZeroable` derive macro
Benno Lossin
-1
/
+31
2025-04-21
rust: pin-init: internal: skip rustfmt formatting of kernel-only module
Benno Lossin
-0
/
+1
2025-03-16
rust: pin-init: miscellaneous synchronization with the user-space version
Benno Lossin
-3
/
+2
2025-03-16
rust: pin-init: internal: synchronize with user-space version
Benno Lossin
-3
/
+25
2025-03-16
rust: make pin-init its own crate
Benno Lossin
-11
/
+26
2025-03-16
rust: add pin-init crate build infrastructure
Miguel Ojeda
-0
/
+7
2025-03-16
rust: pin-init: move proc-macro documentation into pin-init crate
Benno Lossin
-106
/
+3
2025-03-16
rust: move pin-init API into its own directory
Benno Lossin
-0
/
+520