summary refs log tree commit diff stats
path: root/tests/int/tunsignedconv.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix some jsgen bugs (#22330)konsumlamm2023-08-061-9/+27
| | | | | Fix `succ`, `pred` Fix `genRangeChck` for unsigned ints Fix typo in `dec`
* some test cleanups & category reorganization (#22010)metagn2023-06-061-0/+97
* clean up some test categories * mention exact slice issue * magics into system * move trangechecks into overflow * move tmemory to system * try fix CI * try fix CI * final CI fix