summary refs log tree commit diff stats
path: root/compiler/int128.nim
Commit message (Collapse)AuthorAgeFilesLines
* makes more tests greenAndreas Rumpf2019-09-021-8/+0
|
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-071-15/+176
| | | | * fixes #11847
* styleCheck: make the compiler and large parts of the stdlib compatible with ↵Araq2019-07-101-2/+2
| | | | --styleCheck:error
* 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