aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel/num
AgeCommit message (Expand)AuthorFilesLines
2026-01-26rust: num: bounded: clean __new documentation and commentsShivam Kalra1-3/+1
2026-01-18rust: num: bounded: add missing comment for always inlined functionAlexandre Courbot1-0/+1
2026-01-06rust: num: bounded: mark __new as unsafeHsiu Che Yu1-15/+19
2026-01-04rust: num: fix typos in Bounded documentationNakamura Shuta1-6/+6
2025-11-24rust: num: bounded: rename `try_into_bitint` to `try_into_bounded`Alexandre Courbot1-6/+6
2025-11-23rust: num: bounded: Always inline fits_within and from_exprAlexandre Courbot1-0/+2
2025-11-19rust: num: add Bounded integer wrapping typeAlexandre Courbot1-0/+1056