summary refs log tree commit diff stats
path: root/compiler/vmconv.nim
Commit message (Collapse)AuthorAgeFilesLines
* Types: Refactorings; step 1 (#23055)Andreas Rumpf2023-12-121-1/+2
|
* replaces `doAssert false` with `raiseAssert` for unreachable branches, which ↵ringabout2023-08-101-2/+2
| | | | | works better with strictdefs (#22436) replaces `doAssert false` with `raiseAssert`, which works better with strictdefs
* fix #21045; getTime with vmopsDanger is broken; alternative to #21054 (#21056)ringabout2022-12-101-1/+12
| | | | | * fix #21045 getTime with vmopsDanger is broken; alternative to #21054 * typo
* make system random work in VM (#17059)flywind2021-02-171-0/+4
| | | | * make system random work in VM
* add `--experimental:vmopsDanger`; add generic conversion for vmops (#13813)Timothee Cour2020-04-201-0/+41
* add --experimental:vmopsDanger; vmops cleanups