summary refs log tree commit diff stats
path: root/tests/vm/tcastint.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix tests/vm/tcastint.nim which used non-sensical `when defined nimVM` (and ↵Timothee Cour2021-05-081-11/+21
| | | | contained wrong tests) (#17954)
* make copySign for js consistent with other backends (#16609)Timothee Cour2021-02-221-11/+3
| | | | | | * make copySign work more robustly in js * improve tests * improve tests/vm/tcastint.nim
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
|
* rename cast opcodes, fix for 32bit cast, fix python pretty printer (#12207)Arne Döring2019-09-181-0/+13
|
* VM can now cast integer type arbitrarily. (#11459) [feature]Arne Döring2019-06-101-0/+128
|
* require errormsg to be specified before file.Arne Döring2018-12-111-3/+2
|
* Add testAndrii Riabushenko2018-10-241-0/+47
|
* add tests for integer casting in VM.Parashurama2017-12-301-0/+120