summary refs log tree commit diff stats
path: root/lib/core/runtime_v2.nim
Commit message (Expand)AuthorAgeFilesLines
* ARC: ported the GC tests over to --gc:arcAraq2019-11-261-0/+12
* more arc improvements (#12690)Andreas Rumpf2019-11-201-2/+5
* gc:arc: support GC_ref/unref for ref TAraq2019-11-131-2/+13
* .cursor implementation (#12637)Andreas Rumpf2019-11-121-1/+1
* newruntime: only check for dangling refs when 'owned ref T' support is enabledAndreas Rumpf2019-11-031-7/+8
* --gc:destructors now means Nim uses pure refcounting (#12557)Andreas Rumpf2019-10-301-4/+18
* fixes #11844Araq2019-08-041-1/+1
* made --newruntime ready for multi-threadingAraq2019-07-121-5/+21
* [other] added system.dispose for owned refsAndreas Rumpf2019-06-201-0/+3
* [bugfix] owned closures (#11544)Andreas Rumpf2019-06-201-0/+7
* newruntime: make 'discard new RootObj' workAraq2019-04-261-1/+1
* newruntime: fix for -d:useMallocAndreas Rumpf2019-04-231-1/+2
* destructors: we are cooking nowAraq2019-04-061-8/+0
* more destructor based changes (#10885)Andreas Rumpf2019-03-231-7/+25
* rename for code clarityAndreas Rumpf2019-03-151-5/+5
* newruntime: make dynamic destructors compatible with C++Andreas Rumpf2019-03-151-2/+3
* --newruntime: progressAndreas Rumpf2019-03-141-9/+9
* --newruntime: work in progressAndreas Rumpf2019-03-141-0/+78