issues
search
status-im
/
nim-stint
Stack-based arbitrary-precision integers - Fast and portable with natural syntax for resource-restricted devices.
Apache License 2.0
83
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Replace `apt-fast` with `apt-get`
#159
etan-status
closed
2 weeks ago
0
update ci.yml to test Nim 2.2; also test gcc-14
#158
narimiran
opened
1 month ago
2
_addcarry_u64 only available on 64-bit platforms
#157
arnetheduck
opened
2 months ago
0
fix modmul 256-bit perf
#156
arnetheduck
closed
3 months ago
1
hash limbs instead of bytes
#155
arnetheduck
closed
4 months ago
1
Allow SomeSignedInt and SomeUnsignedInt as literal operand
#154
jangko
opened
4 months ago
0
Fix GCC-14 [-Wincompatible-pointer-types] issue.
#153
cheatfate
closed
5 months ago
0
Fix pointer deref issue on Macos and Nim >= 2.0
#152
jangko
closed
5 months ago
0
fix noInit to noinit; use evergreen GitHub Actions image versions
#151
tersec
closed
7 months ago
0
Compilation regression from Nim 1.6 to Nim 2.0/devel on 64-bit non-x86 in `$`
#150
tersec
opened
7 months ago
0
Upgrade github actions to v4
#149
jangko
closed
8 months ago
0
Make decimal string parser raise ValueError instead of RangeDefect.
#148
cheatfate
closed
8 months ago
0
Checked parser which is able to return result.
#147
cheatfate
closed
1 year ago
1
Use smaller limb size for small stints
#146
arnetheduck
opened
1 year ago
5
fix compile-time hash, port to unittest2
#145
arnetheduck
opened
1 year ago
1
`truncate` fails at compile-time for 32-bits
#144
arnetheduck
opened
1 year ago
0
Parser does not left-extend sign for negative numbers when `bitsize < WordBits`
#143
arnetheduck
opened
1 year ago
0
add native nim mode
#142
arnetheduck
closed
1 year ago
1
Fix compilation failure for arch other than amd64/i386
#141
jangko
closed
1 year ago
0
Stint does not compile on latest Nim devel (2.1.1)
#140
Yu-Vitaqua-fer-Chronos
closed
1 year ago
4
test against intx library
#139
jangko
closed
1 year ago
0
add custom literal feature
#138
jangko
closed
1 year ago
0
fix skipPrefixes bug
#137
jangko
closed
1 year ago
0
enable randomized divmod tests
#136
jangko
closed
1 year ago
0
Tidying up tests
#135
jangko
closed
1 year ago
0
fix shlAddMod SIGFPE bug
#134
jangko
closed
1 year ago
0
div internal: shlAddMod severe bug, SIGFPE
#133
jangko
closed
1 year ago
5
Array backend Part 3: Conversion and serialization
#132
jangko
closed
1 year ago
2
Array Backend Part 2: Signed Int implementation
#131
jangko
closed
1 year ago
1
Array backend additional TODO list
#130
jangko
opened
1 year ago
0
Array backend TODO list
#129
jangko
opened
1 year ago
0
remove Nim 1.2 and 1.4 support
#128
tersec
closed
1 year ago
0
remove pre-Nim 1.2 support
#127
tersec
closed
1 year ago
0
Implementing fast modular exponentiation - a guide
#126
mratsim
opened
1 year ago
2
remove appveyor and travis scripts
#125
jangko
closed
1 year ago
0
test both refc and ORC in post-1.6 Nim versions
#124
tersec
closed
1 year ago
0
use Nim 2.0 in CI
#123
tersec
closed
1 year ago
0
reduce compiler warnings
#122
jangko
closed
1 year ago
0
avoid deprecation warnings on Nim 1.6 when using $someUInt256
#121
tersec
closed
1 year ago
0
fix(skipPrefixes): fix erroneous strip of 0b in hex numbers
#120
s1fr0
closed
2 years ago
1
update GitHub Actions CI images from deprecated Ubuntu 18.04 to 20.04
#119
tersec
closed
2 years ago
0
Enable --styleCheck:usages
#118
kdeme
closed
2 years ago
0
Update uint_div.nim - DivByZeroError is depreciated
#117
lantos1618
closed
2 years ago
1
Fix 32-bit failure on Nim 1.6
#116
mratsim
closed
2 years ago
0
"value out of range" with Nim-1.6 on 32-bit Linux
#115
stefantalpalaru
closed
2 years ago
1
CI: test with multiple Nim versions
#114
stefantalpalaru
closed
2 years ago
0
ci: bump mingw from v8.1.0 to v11.2.0
#113
jangko
closed
3 years ago
0
RangeError are actually defect and not catchable.
#111
mratsim
closed
3 years ago
0
Parsing should raise CatchableError for user inputs
#110
mratsim
closed
3 years ago
1
Throw Catchable exceptions when parsing
#109
mratsim
closed
3 years ago
1
Next