summary refs log tree commit diff stats
path: root/compiler/vmmarshal.nim
Commit message (Expand)AuthorAgeFilesLines
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-1/+1
* refactoring: remove idents.legacy global variable and pass the IdentCache aro...Andreas Rumpf2018-05-271-10/+11
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-1/+1
* 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
' href='#n150'>150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 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