summary refs log tree commit diff
path: root/library/core/src/num/wrapping.rs
AgeCommit message (Expand)AuthorLines
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