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