summary refs log tree commit diff stats
path: root/compiler/destroyer.nim
Commit message (Collapse)AuthorAgeFilesLines
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-4/+4
|
* destroyer pass: disable debug outputAndreas Rumpf2017-12-301-1/+2
|
* more progress on destructors; removed old destructor based code as it proved ↵Araq2017-12-011-14/+24
| | | | confusing
* destructors: some improvements for bug #4214: object constructors are moved tooAraq2017-11-291-2/+2
|
* topttree destructor finally worksAraq2017-10-261-11/+7
|
* destructors: work in progressAraq2017-10-261-1/+25
|
* make nested custom seqs workAndreas Rumpf2017-10-191-3/+7
|
* destructors: bugfix: lhs of assignment is irrelevantAndreas Rumpf2017-10-171-2/+1
|
* destructors: preparations for upcoming changesAraq2017-10-171-2/+1
|
* improve code generation for custom strings/seqsAndreas Rumpf2017-10-141-2/+2
|
* new destroyer pass works with procs tooAndreas Rumpf2017-10-131-1/+4
|
* introduce --newruntime switch for the upcoming destructors and move semanticsAndreas Rumpf2017-10-131-1/+1
|
* simple programs now work with the new destroyer passAndreas Rumpf2017-10-121-42/+44
|
* initial version of the new untested destructor passAndreas Rumpf2017-10-121-104/+143
|
* some progress on destroyer.nimAndreas Rumpf2017-10-101-1/+58
|
* added a minor note to destroyer.nimAndreas Rumpf2017-10-101-0/+3
|
* preparations for a new AST transformation pass with the aim of giving us ↵Andreas Rumpf2017-10-091-0/+192
reliable destructors