summary refs log tree commit diff stats
path: root/compiler/int128.nim
Commit message (Collapse)AuthorAgeFilesLines
* introduce internal Int128 type, use it to fix case stmt checks (#11652)Arne Döring2019-07-051-0/+516
* initial version of int128 * use int128 in case stmt * fixes #11552