summary refs log tree commit diff stats
path: root/compiler/liftdestructors.nim
Commit message (Collapse)AuthorAgeFilesLines
* more destructor based changes (#10885)Andreas Rumpf2019-03-231-58/+153
| | | | | | | | | | | * mark user defined destructors with sfOverriden to simplify the logic * refactoring in preparation to merge liftings and generic instantiations for destructors * ast: introduce nkHiddenTryStmt for destructor generation in order to be able to optimize better the code later on * renamed 'patterns' switch to 'trmacros' as it was totally misleading before * destructors: introduce tfCheckedForDestructor flag in preparation of strict =destroy checking * test for invalid/too late destructor introductions * liftdestructors: make code robust for nimsuggest * --newruntime works for hello world again * newruntime: code generation for closures
* newruntime: progressAndreas Rumpf2019-03-151-10/+8
|
* --newruntime: progressAndreas Rumpf2019-03-141-17/+22
|
* --newruntime: work in progressAndreas Rumpf2019-03-141-60/+193
|
* rename: semasgn -> liftdestructorsAndreas Rumpf2019-03-141-0/+400