summary refs log tree commit diff stats
path: root/compiler/destroyer.nim
Commit message (Collapse)AuthorAgeFilesLines
* destroyer pass: adaptations for the new destructor based runtimeAndreas Rumpf2018-07-271-2/+4
|
* WIP: strings/seqs based on destructorsAndreas Rumpf2018-07-171-10/+15
|
* baby steps for incremental compilationAndreas Rumpf2018-05-301-1/+1
|
* refactoring: remove idents.legacy global variable and pass the IdentCache ↵Andreas Rumpf2018-05-271-4/+4
| | | | around explicitly
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-1/+1
|
* remove ast.emptyNode global; cleanup configuration.nimAraq2018-05-161-3/+5
|
* transf and vmgen compile againAndreas Rumpf2018-05-121-23/+26
|
* fixes #7757Andreas Rumpf2018-05-061-0/+1
|
* sink parameters: next stepsAndreas Rumpf2018-04-011-8/+11
|
* destructors: first version of 'sink' parameter logicAndreas Rumpf2018-03-311-45/+33
|
* further steps in implementing sink parameters; refs #7041Araq2018-03-301-9/+148
|
* 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