summary refs log tree commit diff stats
path: root/compiler/vmmarshal.nim
Commit message (Expand)AuthorAgeFilesLines
* transf and vmgen compile againAndreas Rumpf2018-05-121-34/+39
* introduce nkTupleConstr AST node for unary tuple construction; breaking changeAndreas Rumpf2018-04-131-1/+1
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-2/+2
* deprecated unary '<'Andreas Rumpf2017-10-291-2/+2
* removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-2/+2
* added getOrDefault; bootstrapping works againAraq2015-10-131-1/+1
* VM produces objects.Yuriy Glukhov2015-09-051-8/+13
* marshalling can be done at compile-timeAraq2015-04-251-0/+283