summary refs log tree commit diff
path: root/library/core/src/num
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/+4161
2020-09-19Move dummy integer modules (like core::u32) to shells dirLzu Tao-0/+0
2020-09-19Move error structs to new modLzu Tao-162/+174
2020-09-19Move Wrapping<T> definition to wrapping modLzu Tao-75/+82
2020-09-19Move NonZero* to its fileLzu Tao-176/+197
2020-09-19Add tracking issue number for int_bits_const.Mara Bos-2/+2
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-25/+9
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-16Rollup merge of #76747 - GuillaumeGomez:more-missing-libcore-code-examples, r...Tyler Mandry-0/+30
2020-09-16Prefer asm! over llvm_asm! in coreLzu Tao-3/+17
2020-09-15Add missing code examples in libcoreGuillaume Gomez-0/+30
2020-09-08Capitalize safety commentsFlying-Toast-3/+3
2020-09-07Rollup merge of #76358 - Wilfred:patch-3, r=lcnrDylan DPC-2/+2
2020-09-05rename MaybeUninit slice methodsRalf Jung-43/+69
2020-09-04Minor grammar fix in doc comment for soft-deprecated methodsWilfred Hughes-2/+2
2020-09-02flt2dec: properly handle uninitialized memoryRalf Jung-143/+221
2020-08-27Use intra-doc links in `core::num::dec2flt`Camelid-4/+0
2020-08-24Rollup merge of #75825 - jrheard:patch-1, r=steveklabnikYuki Okushi-1/+1
2020-08-22Fix typo in documentation of i32 wrapping_abs()JR Heard-1/+1
2020-08-22Add `#![feature(const_float_classify)]` for `f64::classify` and friendsDylan MacKenzie-18/+34
2020-08-22Add `#![feature(const_float_bits_conv)]` for `f64::to_bits` and friendsDylan MacKenzie-16/+32
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/+13378