about summary refs log tree commit diff
path: root/library/core/src/num/bignum.rs
AgeCommit message (Expand)AuthorLines
2025-03-07Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakisMatthias Krüger-0/+2
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-2/+1
2025-03-06Add UseCloned trait related codeSantiago Pastorino-0/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2022-08-09Rename integer log* methods to ilog*Eric Holk-1/+1
2022-01-15Use `carrying_{mul|add}` in `num::bignum`Scott McMurray-37/+5
2022-01-10Simplify BigNum::bit_length() with log2()Christopher Swenson-8/+6
2022-01-10Simplification of BigNum::bit_lengthChristopher Swenson-10/+3
2021-05-02[clippy] remove redundant field nameswcampbell-2/+2
2021-03-26Use iter::zip in library/Josh Stone-2/+4
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-25/+9
2020-07-27mv std libs to library/mark-0/+489