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