summary refs log tree commit diff stats
path: root/tests/misc/tunsignedconv.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few deprecation warningsdef2016-01-251-2/+0
|
* cleaned up unsigned testsAraq2015-01-271-24/+18
|
* fixes the integer conversion regressionsAraq2015-01-131-3/+0
|
* Added safe implicit conversion of uint8 to int16..int64, uint16 to ↵Audun Wilhelmsen2015-01-031-0/+52
int32..int64 etc. Added two new tests for unsigned conversions and comparisons between signed numbers.