nim-stint/tests
Mamy Ratsimbazafy 53d2fd14f3
uint division - compile and pass the single limb tests
2023-06-12 17:11:13 +07:00
..
all_tests.nim fixes #94, implement conversion constructor 2019-12-13 16:19:41 +02:00
internal.nim Fix #30 - modulo failures (#32) 2018-05-02 17:49:31 +02:00
internal_uint_div.nim Corrected package structure 2018-05-08 17:42:42 +03:00
property_based.nim Change to stint_test in property based testing 2018-12-04 15:37:37 +01:00
property_based_uint256.nim implement arithmetic right shift (#76) 2019-05-11 15:44:41 +02:00
test_conversion.nim RangeError are actually defect and not catchable. (#111) 2021-10-08 10:08:56 +02:00
test_helpers.nim cosmetics changes 2019-10-23 21:55:47 +09:00
test_int_addsub.nim Fix 32-bit failure on Nim 1.6 (#116) 2022-01-13 12:04:26 +01:00
test_int_bitwise.nim Enable --styleCheck:usages (#118) 2022-02-24 20:09:53 +01:00
test_int_boundchecks.nim improve io test coverage + compile time test 2019-10-23 21:55:47 +09:00
test_int_comparison.nim Enable --styleCheck:usages (#118) 2022-02-24 20:09:53 +01:00
test_int_endianness.nim Corrected package structure 2018-05-08 17:42:42 +03:00
test_int_muldiv.nim Enable --styleCheck:usages (#118) 2022-02-24 20:09:53 +01:00
test_io.nim remove Nim 1.2 and 1.4 support 2023-06-08 11:08:27 +00:00
test_uint_addsub.nim remove pre-Nim 1.2 support (#127) 2023-06-05 11:42:36 +00:00
test_uint_bitops2.nim cosmetics changes 2019-10-23 21:55:47 +09:00
test_uint_bitwise.nim passing compile-time bitwise tests (but not runtime :?) 2023-06-12 17:08:20 +07:00
test_uint_comparison.nim Fix comparison operators 2023-06-12 17:08:21 +07:00
test_uint_divmod.nim uint division - compile and pass the single limb tests 2023-06-12 17:11:13 +07:00
test_uint_endianness.nim Corrected package structure 2018-05-08 17:42:42 +03:00
test_uint_endians2.nim Implement exponentiation, test mul, split mul/div tests 2023-06-12 17:08:21 +07:00
test_uint_exp.nim Enable --styleCheck:usages (#118) 2022-02-24 20:09:53 +01:00
test_uint_modular_arithmetic.nim Enable --styleCheck:usages (#118) 2022-02-24 20:09:53 +01:00
test_uint_mul.nim Implement exponentiation, test mul, split mul/div tests 2023-06-12 17:08:21 +07:00
ttmath_compat.nim implement arithmetic right shift (#76) 2019-05-11 15:44:41 +02:00