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
/a> 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235