summary refs log tree commit diff stats
path: root/compiler/vmmarshal.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes addr/hiddenAddr in strictdefs (#23477)ringabout2024-04-101-1/+1
* type refactor: part 4 (#23077)Andreas Rumpf2023-12-151-3/+4
* Types: Refactorings; step 1 (#23055)Andreas Rumpf2023-12-121-8/+8
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-1/+3
* use strictdefs for compiler (#22365)ringabout2023-08-061-4/+23
* refactoring in preparation for better, simpler name mangling that wor… (#21...Andreas Rumpf2023-04-241-1/+1
* move formatfloat out of system (#20195)ringabout2022-08-241-1/+1
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* fix marshal bugs in VM (#19161) [backport:1.6]flywind2021-11-171-2/+2
* cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...Timothee Cour2021-04-171-2/+2
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-1/+1
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-11/+12
* cursor and mutation tracking fixes (#15113)Andreas Rumpf2020-07-301-5/+0
* make case-object transitions explicit, make unknownLineInfo a const, replace ...Jasper Jenkins2020-01-171-1/+1
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-19/+19
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-3/+3
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-3/+3
* 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