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
/
kernel
/
num
Age
Commit message (
Expand
)
Author
Lines
2026-04-13
Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+68
2026-03-30
rust: add `const_assert!` macro
Gary Guo
-15
/
+9
2026-03-17
rust: num: make Bounded::get const
Alexandre Courbot
-2
/
+5
2026-03-17
rust: num: add `into_bool` method to `Bounded`
Alexandre Courbot
-0
/
+21
2026-03-17
rust: num: add `shr` and `shl` methods to `Bounded`
Alexandre Courbot
-0
/
+42
2026-01-26
rust: num: bounded: clean __new documentation and comments
Shivam Kalra
-3
/
+1
2026-01-18
rust: num: bounded: add missing comment for always inlined function
Alexandre Courbot
-0
/
+1
2026-01-06
rust: num: bounded: mark __new as unsafe
Hsiu Che Yu
-15
/
+19
2026-01-04
rust: num: fix typos in Bounded documentation
Nakamura Shuta
-6
/
+6
2025-11-24
rust: num: bounded: rename `try_into_bitint` to `try_into_bounded`
Alexandre Courbot
-6
/
+6
2025-11-23
rust: num: bounded: Always inline fits_within and from_expr
Alexandre Courbot
-0
/
+2
2025-11-19
rust: num: add Bounded integer wrapping type
Alexandre Courbot
-0
/
+1056