summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * allow 'block' and 'nkState' after return for easier state machine generationAndreas Rumpf2017-10-191-1/+2
| * fixes c2nim regression; do not produce more newlinesAndreas Rumpf2017-10-191-18/+21
| * make nested custom seqs workAndreas Rumpf2017-10-192-3/+8
| * bugfix: propagate the tfHasAsgn flag properlyAndreas Rumpf2017-10-191-1/+1
| * preparations for another bugfixAndreas Rumpf2017-10-192-1/+16
| * make destructors more robust against unchecked arraysAndreas Rumpf2017-10-191-1/+1
| * destructors: irresponsibly simple tcustomseq test worksAndreas Rumpf2017-10-172-11/+7
| * added typetraits.supportsCopyMemAndreas Rumpf2017-10-171-1/+6
| * destructors: lift type bound ops to objects and arrays etcAndreas Rumpf2017-10-173-31/+67
| * destructors: bugfix: lhs of assignment is irrelevantAndreas Rumpf2017-10-171-2/+1
| * destructors: preparations for upcoming changesAraq2017-10-177-8/+20
| * make tests green againAndreas Rumpf2017-10-161-3/+6
| * fixes #1137Andreas Rumpf2017-10-161-12/+16
| * fixes #5007Araq2017-10-161-5/+19
| * some progress on the nimpretty tool; still not readyAraq2017-10-163-15/+76
| * fixes an off-by-one error for nimprettyAraq2017-10-161-1/+1
| * closes #5070Andreas Rumpf2017-10-153-23/+14
| * make tests green againAndreas Rumpf2017-10-151-0/+1
| * make nnkGotoState and labels more flexibleAndreas Rumpf2017-10-151-5/+11
| * make httpclient compile again via a workaroundAraq2017-10-151-2/+5
| * fixes #4910Araq2017-10-141-4/+7
| * fixes #5620Araq2017-10-141-12/+3
| * minor refactorings for better destructorsAndreas Rumpf2017-10-147-17/+51
| * improve code generation for custom strings/seqsAndreas Rumpf2017-10-142-4/+4
| * new destroyer pass works with procs tooAndreas Rumpf2017-10-133-6/+9
| * introduce --newruntime switch for the upcoming destructors and move semanticsAndreas Rumpf2017-10-136-11/+19
| * simple programs now work with the new destroyer passAndreas Rumpf2017-10-124-56/+60
| * code cleanups for the upcoming reworked destructorsAndreas Rumpf2017-10-123-64/+6
| * initial version of the new untested destructor passAndreas Rumpf2017-10-128-121/+178
| * do not produce the annoying small 'l' warningAndreas Rumpf2017-10-101-7/+1
| * fixes #6474Andreas Rumpf2017-10-101-1/+1
| * some progress on destroyer.nimAndreas Rumpf2017-10-101-1/+58
| * added a minor note to destroyer.nimAndreas Rumpf2017-10-101-0/+3
| * fixes a renderer regression that affects c2nimAndreas Rumpf2017-10-101-1/+4
| * breaking change: arrays of char do not convert to cstring; ptr to array of ch...Andreas Rumpf2017-10-104-17/+16
| * Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s...Andreas Rumpf2017-10-091-4/+3
| |\
| | * reverted genEchoArne Döring2017-08-081-24/+7
| | * don't filter '\0' characters in string generationArne Döring2017-08-071-1/+1
| | * improved genEchoArne Döring2017-08-071-7/+24
| | * removed newString proc again, reverted some unnecesary changesArne Döring2017-07-241-3/+3
| | * remove $ for ptr/ref, prefer using string over array of charArne Döring2017-07-241-4/+4
| | * arrays can now be printedArne Döring2017-07-241-2/+1
| * | allow macros to produce nnkGotoState and nkStateAndreas Rumpf2017-10-093-2/+9
| * | preparations for a new AST transformation pass with the aim of giving us reli...Andreas Rumpf2017-10-092-22/+232
| * | further preparations for 'opt' builtin typeAndreas Rumpf2017-10-091-2/+2
| * | fixes a codegen bug: in 'result = f(result)' the default initialization for '...Andreas Rumpf2017-10-091-1/+8
| * | disable the new DFAAndreas Rumpf2017-10-092-26/+38
| * | work in progress: a dataflow architecture for NimAndreas Rumpf2017-10-092-2/+416
| * | Add missing nilChecks compiling option (#6480)Eduardo Bart2017-10-091-0/+2
| * | nimpretty bugfixAndreas Rumpf2017-10-061-1/+3