about summary refs log tree commit diff
path: root/library/core/src/num/wrapping.rs
AgeCommit message (Expand)AuthorLines
2025-08-19Rollup merge of #144767 - tgross35:doc-grammar, r=ibraheemdev许杰友 Jieyou Xu (Joe)-2/+2
2025-08-10Constify remaining operatorsltdk-68/+136
2025-08-10Let forward_ref_* macros accept multiple attributes, and require attributes e...ltdk-30/+50
2025-07-31Correct some grammar in integer documentationTrevor Gross-2/+2
2025-07-03wrapping shift: remove first bitmask and tableMarijn Schouten-42/+6
2025-01-20core: add `#![warn(unreachable_pub)]`Urgau-19/+19
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+4
2023-09-01[`clippy`] Use symbols intended for `arithmetic_side_effects`Caio-0/+1
2023-04-16rm const traits in libcoreDeadbeef-101/+67
2022-02-07Stabilize wrapping_int_assign_impl in 1.60.0.Mara Bos-8/+8
2022-01-25Impl {Add,Sub,Mul,Div,Rem,BitXor,BitOr,BitAnd}Assign<$t> for Wrapping<$t>Michael Watzko-0/+80
2021-10-22Added const versions of common numeric operationsAlexApps99-51/+77
2021-10-11Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...Guillaume Gomez-0/+2
2021-10-10Add #[must_use] to from_value conversionsJohn Kugelman-0/+2
2021-10-10Rollup merge of #89720 - jkugelman:must-use-math-operations, r=joshtriplettMatthias Krüger-1/+30
2021-10-09Add #[must_use] to math and bit manipulation methodsJohn Kugelman-1/+30
2021-10-09Add #[must_use] to is_condition testsJohn Kugelman-0/+3
2021-09-13`Wrapping<T>` has the same layout and ABI as `T`Joshua Liebow-Feeser-0/+4
2021-05-11add BITS associated constant to core::num::WrappingTrevor Spiteri-0/+15
2020-12-30Remove all doc_comment!{} hacks by using #[doc = expr] where needed.Mara Bos-402/+365
2020-12-17Add `popcount` and `popcnt` as doc aliases for `count_ones` methods.Simon Sapin-0/+2
2020-09-19Move Wrapping<T> definition to wrapping modLzu Tao-2/+79
2020-07-27mv std libs to library/mark-0/+922