summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | fixes #6496Andreas Rumpf2017-10-151-1/+1
| * | | | | | Update json.nim (#6513)Daniil Yarancev2017-10-151-3/+9
| * | | | | | Little spelling fix in unicode moduleDominik Picheta2017-10-151-1/+1
| * | | | | | make tests green againAndreas Rumpf2017-10-152-1/+2
| * | | | | | 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-142-4/+15
| * | | | | | fixes #5620Araq2017-10-142-12/+15
| * | | | | | fixes #6487Araq2017-10-141-10/+22
| * | | | | | minor refactorings for better destructorsAndreas Rumpf2017-10-147-17/+51
| * | | | | | improve code generation for custom strings/seqsAndreas Rumpf2017-10-142-4/+4
| * | | | | | Merge pull request #6504 from Yardanico/patch-8Dominik Picheta2017-10-145-151/+25
| |\ \ \ \ \ \
| | * | | | | | @dom96's comments: remove bountysource, revert configurator change.Daniil Yarancev2017-10-143-142/+1
| | * | | | | | [JSON] getBVal -> getBool; getFNum -> getFloatDaniil Yarancev2017-10-145-15/+30
| * | | | | | | Fixes req w/ both Content-Length & Connection: close headers.Dominik Picheta2017-10-131-4/+18
| |/ / / / / /
| * | | | | | Fixes issues with URI concatenation when URI has no path.Dominik Picheta2017-10-131-2/+11
| * | | | | | new destroyer pass works with procs tooAndreas Rumpf2017-10-134-9/+11
| * | | | | | added a test case for --newruntimeAndreas Rumpf2017-10-131-0/+97
| * | | | | | 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
| * | | | | | make threadpool care about minPoolSizeAndreas Rumpf2017-10-121-0/+10
| * | | | | | 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
| * | | | | Merge branch 'araq-stringify-array' into develAndreas Rumpf2017-10-1024-130/+247
| |\ \ \ \ \
| | * | | | | some progress on destroyer.nimAndreas Rumpf2017-10-102-2/+58
| | * | | | | another attempt to make tests green againAndreas Rumpf2017-10-101-3/+3
| | * | | | | added a minor note to destroyer.nimAndreas Rumpf2017-10-101-0/+3
| | * | | | | fixes a renderer regression that affects c2nimAndreas Rumpf2017-10-101-1/+4
| | * | | | | make tests green againAndreas Rumpf2017-10-101-1/+1
| | * | | | | make tests green again; closes #5861Andreas Rumpf2017-10-104-19/+19
| | * | | | | make openssl.nim compile againAndreas Rumpf2017-10-101-9/+9
| | * | | | | breaking change: arrays of char do not convert to cstring; ptr to array of ch...Andreas Rumpf2017-10-1012-36/+73
| | * | | | | Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s...Andreas Rumpf2017-10-099-71/+89
| | |\ \ \ \ \
| | | * | | | | reverted genEchoArne Döring2017-08-082-25/+9
| | | * | | | | don't filter '\0' characters in string generationArne Döring2017-08-073-8/+4
| | | * | | | | improved genEchoArne Döring2017-08-071-7/+24
| | | * | | | | prevent null characters in $ on collections of charArne Döring2017-07-242-4/+9
| | | * | | | | made toString test assert basedArne Döring2017-07-241-33/+21
| | | * | | | | fixArne Döring2017-07-242-2/+2
| | | * | | | | removed newString proc again, reverted some unnecesary changesArne Döring2017-07-248-38/+16
| | | * | | | | remove $ for ptr/ref, prefer using string over array of charArne Döring2017-07-243-29/+23
| | | * | | | | arrays can now be printedArne Döring2017-07-245-25/+81
| | | | |_|/ / | | | |/| | |
| * | | | | | Add dst formatting tests (#6468)GULPF2017-10-101-11/+19
| * | | | | | Futher improve seq assingment speed by 2x factor (#6437)Eduardo Bart2017-10-091-2/+6
| |/ / / / /
| * | | | | allow macros to produce nnkGotoState and nkStateAndreas Rumpf2017-10-093-2/+9
| * | | | | minor todo.txt updateAndreas Rumpf2017-10-091-2/+1
| * | | | | 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