summary refs log tree commit diff stats
path: root/tests/arithm/tarithm.nim
Commit message (Collapse)AuthorAgeFilesLines
* use typeof instead type (#16962)flywind2021-02-081-2/+2
|
* fix operators containing percent for VM usage (#13536)Arne Döring2020-03-111-0/+18
| | | | * fixes #13513 * merge tarithmetics in tarithm
* ungeneric unsigned ops (#12230)Jasper Jenkins2019-10-111-0/+22
| | | | | | | | | | * ungenericise unsigned ops, remove nimNewShiftOps * fix/remove tests * update t6448 * fix line info * disable on 32bit * fix different line info * add changelog entry
* Merge branch 'devel' into uint-range-checksAraq2019-09-021-1/+1
|\
| * Fix int literals and range interaction (#11197)Oscar Nihlgård2019-08-311-1/+1
| | | | | | | | | | | | | | | | * Fix int literals and range interaction * Fix test * remove float range fix; update changelog
* | squashed and merged with develArne Döring2019-08-211-0/+1
|/
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-071-33/+6
| | | | * fixes #11847
* right shift is now by default sign preserving (#11322)Arne Döring2019-05-291-4/+4
| | | | | | | | | | | * right shift is now by default sign preserving * fix hashString and semfold * enable arithmetic shift right globally for CI * fix typo * remove xxx * use oldShiftRight as flag * apply feedback * add changelog entry
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-121-0/+173
* merge actiontable tests * merge arithm tests * merge array tests * merge assign tests * merge bind tests * merge casestmt tests * merge closure tests * merge cnt seq tests * merge collections tests * merge concept issues tests * merge concept tests * fix failing tests * smaller outputs Use `doAssert` where possible. * fix wrong output * split `tcomputedgoto` * revert merging concepts * fix failing test