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