about summary refs log tree commit diff
path: root/library/core/tests/num
AgeCommit message (Expand)AuthorLines
2021-09-22Temporarily rename int_roundings functions to avoid conflictsJosh Triplett-22/+22
2021-09-05Change return type for T::{log,log2,log10} to u32. The value is atFalk Hüffner-11/+11
2021-09-02Implement #88581Jacob Pratt-0/+74
2021-08-07Add test for int to floatAlbin Hedman-0/+4
2021-08-07Add testsAlbin Hedman-0/+23
2021-07-17Auto merge of #86761 - Alexhuszagh:master, r=estebankbors-200/+237
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-200/+237
2021-07-07test integer log10 values close to all powers of 10Trevor Spiteri-0/+54
2021-07-07Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-seYuki Okushi-0/+100
2021-06-25Add Integer::{log,log2,log10} variantsYoshua Wuyts-0/+100
2021-06-06Move `flt2dec::{Formatted, Part}` to dedicated moduleGary Guo-1/+2
2021-03-22Preserve signed zero on roundtripJubilee Young-158/+88
2021-03-22Add IEEE754 testsJubilee Young-0/+159
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