summary refs log tree commit diff
path: root/library/core/src/num/mod.rs
AgeCommit message (Expand)AuthorLines
2020-09-19Remove outdated ignored tidy commentLzu Tao-2/+0
2020-09-19Move (u)int_impl macros to their own filesLzu Tao-4158/+5
2020-09-19Move error structs to new modLzu Tao-162/+23
2020-09-19Move Wrapping<T> definition to wrapping modLzu Tao-73/+3
2020-09-19Move NonZero* to its fileLzu Tao-176/+7
2020-09-19Add tracking issue number for int_bits_const.Mara Bos-2/+2
2020-09-19Add example/test to <int types>::BITS.Mara Bos-6/+26
2020-09-19Add `BITS` associated constant to all integer types.Mara Bos-0/+8
2020-09-15Add missing code examples in libcoreGuillaume Gomez-0/+20
2020-09-08Capitalize safety commentsFlying-Toast-3/+3
2020-09-04Minor grammar fix in doc comment for soft-deprecated methodsWilfred Hughes-2/+2
2020-08-22Fix typo in documentation of i32 wrapping_abs()JR Heard-1/+1
2020-08-07clean up const-hacks in int endianess conversion functionsRalf Jung-28/+8
2020-08-06Note about endianness of returned valueLzu Tao-6/+6
2020-07-29add `unsigned_abs` to signed integerscarbotaniuman-0/+23
2020-07-27mv std libs to library/mark-0/+5359