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