summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6504 from Yardanico/patch-8Dominik Picheta2017-10-141-8/+21
|\
| * [JSON] getBVal -> getBool; getFNum -> getFloatDaniil Yarancev2017-10-141-8/+21
* | 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
* make threadpool care about minPoolSizeAndreas Rumpf2017-10-121-0/+10
* Merge branch 'araq-stringify-array' into develAndreas Rumpf2017-10-1011-68/+112
|\
| * another attempt to make tests green againAndreas Rumpf2017-10-101-3/+3
| * make tests green again; closes #5861Andreas Rumpf2017-10-101-15/+15
| * 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-107-19/+54
| * Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s...Andreas Rumpf2017-10-094-28/+37
| |\
| | * don't filter '\0' characters in string generationArne Döring2017-08-071-6/+1
| | * prevent null characters in $ on collections of charArne Döring2017-07-241-1/+8
| | * fixArne Döring2017-07-241-1/+1
| | * removed newString proc again, reverted some unnecesary changesArne Döring2017-07-244-21/+6
| | * remove $ for ptr/ref, prefer using string over array of charArne Döring2017-07-242-25/+19
| | * arrays can now be printedArne Döring2017-07-243-21/+49
* | | Futher improve seq assingment speed by 2x factor (#6437)Eduardo Bart2017-10-091-2/+6
|/ /
* | fixes to allow the usage of clang on windows with the msvc abi and ms headers...Charlie Barto2017-10-095-18/+20
* | minor breacking change: in string formats '' the '1' is now interpreted as a ...Andreas Rumpf2017-10-061-5/+21
* | system.nim: doc comment fixAndreas Rumpf2017-10-061-2/+2
* | beginnings of the new nimpretty tool; still unusableAndreas Rumpf2017-10-051-1/+4
* | Call tzset to initialize timezone (#6466)GULPF2017-10-031-0/+2
* | Fix documentation for the `$` proc on an option (#6449)Euan T2017-10-021-1/+4
* | Remove basic2d/basic3d.Dominik Picheta2017-10-012-1895/+0
* | 'with' and 'without' are not keywords anymoreAraq2017-09-301-2/+2
* | Improved unittest check macro, fixes #5784 (#6446)GULPF2017-09-301-41/+42
* | osproc: fixes a memory leak affecting WindowsAraq2017-09-301-7/+7
* | revert the 'wasMoved' logic until the write barrier has been adaptedAndreas Rumpf2017-09-291-1/+2
* | GCs: use add instead of &Andreas Rumpf2017-09-292-6/+6
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-09-281-1/+1
|\ \
| * | Add default value for filename in parseJson proc (#6441)konqoro2017-09-281-1/+1
* | | GC v2 works sometimesAndreas Rumpf2017-09-281-370/+122
|/ /
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-09-282-24/+61
|\ \
| * | Fix node quit (#6444)Alexander Ivanov2017-09-281-0/+4
| * | Add flatMap operator to Options (#6404)Zach Smith2017-09-271-24/+57
* | | fixes #6438Andreas Rumpf2017-09-281-10/+25
|/ /
* | minor improvement for the db_sqlite moduleAndreas Rumpf2017-09-271-1/+2
* | make tests green againAndreas Rumpf2017-09-261-3/+3
* | fixes #6433Andreas Rumpf2017-09-251-6/+11
* | make the tester compile againAndreas Rumpf2017-09-251-1/+1
* | first steps of making 'opt' a first class type for NimAndreas Rumpf2017-09-259-18/+51
* | some work to make 'opt' a first class typeAndreas Rumpf2017-09-241-1/+1
* | newSeqOfCap: skip initialization step for non-GC-ed dataAndreas Rumpf2017-09-241-1/+5
* | first implementation of the 'func' keywordAndreas Rumpf2017-09-231-3/+5
* | Merge branch 'devel' into araq-better-codegenAndreas Rumpf2017-09-234-7/+106
|\ \
| * \ Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-09-223-7/+97
| |\ \
| | * | Fix `getPeerAddr()` `getPeerAddr()`: +`sin6_addr` (#6410)wt2017-09-211-2/+2
| | * | Sets enhancements, fixes #2467 (#6158)GULPF2017-09-201-4/+94
| | * | Array typedesc len (#6032)ephja2017-09-171-1/+1