summary refs log tree commit diff stats
path: root/compiler/int128.nim
Commit message (Expand)AuthorAgeFilesLines
* fix last remaining warning when building nim (`intVal should be Int128`) + mi...Timothee Cour2020-04-021-15/+15
* fix bug in int128 (#13403)Arne Döring2020-02-141-3/+86
* fixes #12783 [backport] (#12810)cooldome2019-12-051-6/+3
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-7/+7
* remove two asserts in int128.nim (#12648) [backport]Miran2019-11-151-2/+0
* fixes #12514 (#12520) [backport]Arne Döring2019-10-271-2/+18
* fix #12332 (#12402) [backport]Arne Döring2019-10-101-1/+10
* fixes #12264 [backport] (#12302)Andreas Rumpf2019-09-301-0/+9
* makes more tests greenAndreas Rumpf2019-09-021-8/+0
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-071-15/+176
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-2/+2
* introduce internal Int128 type, use it to fix case stmt checks (#11652)Arne Döring2019-07-051-0/+516