summary refs log tree commit diff
path: root/library/core/tests/num/mod.rs
AgeCommit message (Expand)AuthorLines
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-08-28Improve `isqrt` tests and add benchmarksChai T. Rex-0/+1
2024-08-25Remove cfg(test) from library/coreBen Kimock-1/+1
2024-08-20Change neutral element of <fNN as iter::Sum> to neg_zeroArthur Carcano-0/+1
2024-06-02Rollup merge of #121062 - RustyYato:f32-midpoint, r=the8472Jubilee-3/+26
2024-06-01Change f32::midpoint to upcast to f64RustyYato-3/+26
2024-03-30Make {integer}::from_str_radix constantGeorge Bateman-0/+10
2023-12-10remove redundant importssurechen-5/+0
2023-05-14Auto merge of #92048 - Urgau:num-midpoint, r=scottmcmbors-3/+53
2023-04-26Implement midpoint for all floating point f32 and f64Loïc BRANSTETT-3/+53
2023-04-26Spelling library/Josh Soref-1/+1
2022-10-14more dupe word typosRageking8-1/+1
2022-04-11better def of is signed in tests.Giles Cope-8/+2
2022-04-10Use Add, Sub, Mul traits instead of unsafeGiles Cope-1/+31
2022-04-04from_u32(0) can just be default()Giles Cope-1/+46
2021-11-20Implement IEEE 754-2019 minimun and maximum functions for f32/f64Loïc BRANSTETT-0/+61
2021-08-07Add testsAlbin Hedman-0/+2
2021-06-25Add Integer::{log,log2,log10} variantsYoshua Wuyts-0/+1
2021-03-22Add IEEE754 testsJubilee Young-0/+1
2021-01-13Adds tests to ensure some base op traits exist.Philippe Laflamme-0/+1
2021-01-13Fix missing mod declaration for Wrapping tests.Philippe Laflamme-0/+1
2020-11-14Add u128 and i128 integer testsChristiaan Dirkx-0/+2
2020-11-09Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAusDylan DPC-26/+39
2020-11-05Add `mod nan` for testchansuke-0/+2
2020-10-26Apply suggested changesEthan Brierley-8/+8
2020-10-07Add comment to helper functionEthan Brierley-0/+1
2020-10-06remove OnlySign in favour of InvalidDigitEthan Brierley-2/+3
2020-10-06Bring char along with InvalidDigitEthan Brierley-5/+5
2020-10-06Fill in things needed to stabilize int_error_matchingEthan Brierley-26/+37
2020-09-24Fix FIXME in core::num test: Check sign of zero in min/max tests.Mara Bos-1/+13
2020-07-27mv std libs to library/mark-0/+706