about summary refs log tree commit diff
path: root/library/core/src/num/int_log10.rs
AgeCommit message (Expand)AuthorLines
2025-07-08int_log10.rs: change top level doc comments to outerMarijn Schouten-2/+2
2025-01-20core: add `#![warn(unreachable_pub)]`Urgau-14/+14
2023-02-10Have a function for the `log(0)` panic, rather than copy-pasting the string c...Scott McMurray-0/+8
2022-10-14more dupe word typosRageking8-1/+1
2022-01-15Add `log2` and `log10` to `NonZeroU*`Scott McMurray-124/+123
2021-10-12Add #[inline] to int log10 functions.Mara Bos-0/+12
2021-09-09Cosmetic fixes.Falk Hüffner-8/+8
2021-09-09Speed up integer log10.Falk Hüffner-56/+51
2021-09-05Change return type for T::{log,log2,log10} to u32. The value is atFalk Hüffner-2/+2
2021-07-07special case for integer log10Trevor Spiteri-0/+134