summary refs log tree commit diff
path: root/library/core/tests/num
AgeCommit message (Expand)AuthorLines
2021-01-15Re-enable all num tests on WASMSmitty-7/+0
2021-01-13Adds tests to ensure some base op traits exist.Philippe Laflamme-0/+245
2021-01-13Avoid ident concatenation in macro.Philippe Laflamme-14/+15
2021-01-13Fix missing mod declaration for Wrapping tests.Philippe Laflamme-0/+1
2020-11-30Make ui test that are run-pass and do not test the compiler itself library testsChristiaan Dirkx-0/+233
2020-11-29Update tests to remove old numeric constantsbstrie-1/+0
2020-11-14Add u128 and i128 integer testsChristiaan Dirkx-6/+10
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-11-05Fix formatchansuke-5/+5
2020-11-05Move f64::NAN ui tests into `library`chansuke-0/+8
2020-10-26Apply suggested changesEthan Brierley-8/+8
2020-10-13Replace absolute paths with relative onesest31-2/+2
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-10-03Rollup merge of #76745 - workingjubilee:move-wrapping-tests, r=matkladJonas Schievink-0/+76
2020-10-02Remove unnecessary mod-cfgJubilee Young-17/+14
2020-09-24Fix FIXME in core::num test: Check sign of zero in min/max tests.Mara Bos-1/+13
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-24/+16
2020-09-15Fix to libstd testJubilee Young-42/+44
2020-09-15Move Wrapping<T> ui tests into libraryJubilee Young-0/+77
2020-09-05Minor refactoringAyush Kumar Mishra-2/+4
2020-09-05Add Arith Tests in LibraryAyush Kumar Mishra-0/+27
2020-09-02flt2dec: properly handle uninitialized memoryRalf Jung-50/+52
2020-07-31also reduce some libcore test iteration countsRalf Jung-1/+2
2020-07-27mv std libs to library/mark-0/+3477