summary refs log tree commit diff stats
path: root/compiler/liftdestructors.nim
Commit message (Collapse)AuthorAgeFilesLines
* destructors: internal compiler refactoringAraq2019-04-181-51/+18
|
* fixes #11014Araq2019-04-171-3/+3
|
* fixes #11004Araq2019-04-121-60/+72
|
* preparations for --newruntime owned refs/callbacksAraq2019-04-111-1/+1
|
* newruntime: raising an exception works but currently leaks memory because ↵Araq2019-04-101-2/+4
| | | | currentException global is not an 'owned' ref
* an owned ref parameter behaves as a 'sink' parameterAndreas Rumpf2019-04-071-3/+0
|
* more efficient enumToStr implementation that works without the old typeinfo ↵Andreas Rumpf2019-04-071-14/+0
| | | | structures
* fixes compiler regressionAraq2019-04-061-1/+4
|
* destructors: we are cooking nowAraq2019-04-061-5/+9
|
* destructors: progressAndreas Rumpf2019-04-051-2/+9
|
* fixes destructor tuple regression #10940 (#10941)cooldome2019-04-041-1/+1
| | | | | | | | * fixes #10940 * bug fixes * fix spacing
* newruntime: fixes codegen for closuresAraq2019-04-041-0/+2
|
* make megatest work againAraq2019-04-021-1/+2
|
* newruntime: progressAraq2019-04-021-5/+12
|
* newruntime: progressAraq2019-04-011-19/+27
|
* 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