summaryrefslogtreecommitdiff
path: root/rust/kernel/num
AgeCommit message (Expand)Author
4 daysMerge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-30rust: add `const_assert!` macroGary Guo
2026-03-17rust: num: make Bounded::get constAlexandre Courbot
2026-03-17rust: num: add `into_bool` method to `Bounded`Alexandre Courbot
2026-03-17rust: num: add `shr` and `shl` methods to `Bounded`Alexandre Courbot
2026-01-26rust: num: bounded: clean __new documentation and commentsShivam Kalra
2026-01-18rust: num: bounded: add missing comment for always inlined functionAlexandre Courbot
2026-01-06rust: num: bounded: mark __new as unsafeHsiu Che Yu
2026-01-04rust: num: fix typos in Bounded documentationNakamura Shuta
2025-11-24rust: num: bounded: rename `try_into_bitint` to `try_into_bounded`Alexandre Courbot
2025-11-23rust: num: bounded: Always inline fits_within and from_exprAlexandre Courbot
2025-11-19rust: num: add Bounded integer wrapping typeAlexandre Courbot