summary refs log tree commit diff stats
path: root/compiler/injectdestructors.nim
Commit message (Expand)AuthorAgeFilesLines
* newruntime: raising an exception works but currently leaks memory because cur...Araq2019-04-101-4/+16
* newruntime: fixes another bugAraq2019-04-101-0/+3
* koch.nim compiles with --newruntimeAraq2019-04-091-3/+7
* make 'raise' statement work with --newruntimeAraq2019-04-091-6/+27
* compute sinks/assignments properly for for-loop iteration variablesAraq2019-04-081-1/+1
* an owned ref parameter behaves as a 'sink' parameterAndreas Rumpf2019-04-071-8/+5
* destructors: we are cooking nowAraq2019-04-061-2/+16
* destructors: progressAndreas Rumpf2019-04-051-7/+8
* newruntime: bugfixesAndreas Rumpf2019-03-251-1/+4
* more destructor based changes (#10885)Andreas Rumpf2019-03-231-0/+761