index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
num
Age
Commit message (
Expand
)
Author
11 days
rust: num: restrict bool conversion to unsigned Bounded
Younes Akhouayri
2026-08-13
rust: add functions and traits for lossless integer conversions
Alexandre Courbot
2026-08-11
rust: num: add Bounded::shr_exact
Eliot Courtney
2026-08-11
rust: num: reject Bounded::shr overshifts at build time
Eliot Courtney
2026-08-11
rust: num: use const_assert! in Bounded
Eliot Courtney
2026-06-10
rust: make `build_assert` module the home of related macros
Gary Guo
2026-04-13
Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-03-30
rust: add `const_assert!` macro
Gary Guo
2026-03-17
rust: num: make Bounded::get const
Alexandre Courbot
2026-03-17
rust: num: add `into_bool` method to `Bounded`
Alexandre Courbot
2026-03-17
rust: num: add `shr` and `shl` methods to `Bounded`
Alexandre Courbot
2026-01-26
rust: num: bounded: clean __new documentation and comments
Shivam Kalra
2026-01-18
rust: num: bounded: add missing comment for always inlined function
Alexandre Courbot
2026-01-06
rust: num: bounded: mark __new as unsafe
Hsiu Che Yu
2026-01-04
rust: num: fix typos in Bounded documentation
Nakamura Shuta
2025-11-24
rust: num: bounded: rename `try_into_bitint` to `try_into_bounded`
Alexandre Courbot
2025-11-23
rust: num: bounded: Always inline fits_within and from_expr
Alexandre Courbot
2025-11-19
rust: num: add Bounded integer wrapping type
Alexandre Courbot