nim-stint/stint/private
mratsim 7bbe7d8f9f Fix doc of toInt/toUint + add more docs about undefined behaviours 2018-10-08 21:11:06 +00:00
..
as_words.nim Add a toUint64 and toInt64 for 32-bit platform (fixes #48) 2018-10-08 21:11:06 +00:00
bithacks.nim Compile time signed ints (#55) 2018-06-18 16:44:29 +02:00
conversion.nim Change the test flag from mpint_test to stint_test 2018-10-08 21:11:06 +00:00
datatypes.nim Change the test flag from mpint_test to stint_test 2018-10-08 21:11:06 +00:00
initialization.nim Compile time signed ints (#55) 2018-06-18 16:44:29 +02:00
int_addsub.nim Export marker + assign to result.data + fix forward decl and visibility issues introduced by the removal of the templates 2018-10-08 21:11:06 +00:00
int_bitwise_ops.nim Push experimental 2018-09-06 12:35:12 +03:00
int_comparison.nim Push experimental 2018-09-06 12:35:12 +03:00
int_div.nim Corrected package structure 2018-05-08 17:42:42 +03:00
int_highlow.nim Compile time signed ints (#55) 2018-06-18 16:44:29 +02:00
int_mul.nim Corrected package structure 2018-05-08 17:42:42 +03:00
int_negabs.nim Corrected package structure 2018-05-08 17:42:42 +03:00
stdlib_bitops.nim Corrected package structure 2018-05-08 17:42:42 +03:00
uint_addsub.nim Change the test flag from mpint_test to stint_test 2018-10-08 21:11:06 +00:00
uint_bitwise_ops.nim Fix doc of toInt/toUint + add more docs about undefined behaviours 2018-10-08 21:11:06 +00:00
uint_comparison.nim Push experimental 2018-09-06 12:35:12 +03:00
uint_div.nim Fix Generic Instantiation too nested in unittest (https://github.com/status-im/nim-stint/pull/66#issuecomment-427557655) + Renable all tests 2018-10-08 21:11:06 +00:00
uint_exp.nim Modular arithmetic (#47) 2018-05-16 10:41:46 +02:00
uint_highlow.nim Enable modular arithmetic tests 2018-10-08 21:11:06 +00:00
uint_mul.nim Fix regression due to when bool restriction 361a2d830a and https://github.com/nim-lang/Nim/issues/7375 2018-08-24 13:34:29 +02:00