summary refs log tree commit diff stats
path: root/compiler/injectdestructors.nim
Commit message (Expand)AuthorAgeFilesLines
* Continue #13002 (#13021)Clyybber2020-01-061-37/+81
* fixes #12956 (#13020)Andreas Rumpf2020-01-031-1/+2
* Sink to MemMove optimization in injectdestructors (#13002)cooldome2020-01-021-16/+21
* fixes #12989 (#12992)cooldome2019-12-311-8/+10
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-171-3/+3
* ARC: fixes cycle detection and move the .cursor attribute into closures (#12872)Andreas Rumpf2019-12-111-1/+2
* ARC: yet another bugfix (#12871)Andreas Rumpf2019-12-101-25/+41
* ARC related bugfixes and refactorings (#12781)Andreas Rumpf2019-12-051-229/+198
* fixes #12766Araq2019-11-291-8/+12
* ARC: implemented a simple cycle detectorAraq2019-11-281-0/+33
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-2/+2
* ARC: closure bugfixes (#12677)Andreas Rumpf2019-11-181-12/+39
* ARC: fixes leaking new() statement (#12665)Andreas Rumpf2019-11-151-2/+6
* ARC: closure inside object constructor now worksAraq2019-11-131-2/+15
* ARC: handle closures like tuples consistentlyAraq2019-11-131-2/+2
* .cursor implementation (#12637)Andreas Rumpf2019-11-121-3/+15
* inhibit silly warning about moving closure environments for performanceAraq2019-11-091-1/+3
* remove unused importsnarimiran2019-11-061-1/+1
* --gc:destructors: simple closures workAndreas Rumpf2019-11-021-1/+4
* improve codegen quality for --gc:destructorsAndreas Rumpf2019-11-011-4/+7
* some progress on bug #12443Andreas Rumpf2019-10-271-1/+2
* refactoring: --newruntime consists of 3 different switchesAraq2019-10-201-1/+1
* refactor illegal iterator assignment detection (#12212)Arne Döring2019-10-111-1/+1
* Refactor injectdestructors (#12295)Clyybber2019-10-011-482/+257
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-2/+2
* fixes #12172Araq2019-09-131-2/+2
* Revert "Refactored injectdestructors.nim (#11926)" (#12169)Andreas Rumpf2019-09-111-342/+383
* Refactored injectdestructors.nim (#11926)Clyybber2019-08-281-383/+342
* fixes #11833 (#12018)Andreas Rumpf2019-08-241-2/+0
* fixes #10689Araq2019-08-121-1/+5
* fixes #11254Araq2019-08-121-11/+0
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* newruntime: progress to make 'async' work with --newruntimeAraq2019-07-151-1/+3
* newruntime: refchecks:on|off switchAraq2019-07-121-1/+1
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-2/+2
* newruntime: async progressAraq2019-07-091-1/+1
* fixes #11350Araq2019-07-071-3/+18
* fixes #11510Araq2019-07-031-1/+9
* fixes #11614Araq2019-07-011-1/+1
* fixes #11577Araq2019-06-261-11/+17
* [bugfix] fixes #11524Andreas Rumpf2019-06-221-2/+29
* wipAraq2019-06-201-1/+1
* WIP: closures for the newruntime [ci skip]Andreas Rumpf2019-06-201-1/+1
* [bugfix] owned closures (#11544)Andreas Rumpf2019-06-201-6/+8
* fixes move analyser; refs #11257Araq2019-05-241-5/+5
* Fix destructor injections for global variables (#11230)Clyybber2019-05-131-8/+22
* fixes #11204 (#11207)cooldome2019-05-091-0/+1
* Destructor lifting fixes #11149 (#11163)cooldome2019-05-041-1/+1
* introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)Andreas Rumpf2019-05-021-6/+8
* make twidgets example green (#11135)Andreas Rumpf2019-04-281-3/+7