summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | add `count` to sequtilsnarimiran2017-10-211-0/+31
* | | | Add link to streams moduleFederico Ceratto2017-10-211-0/+2
|/ / /
* | | Remove reExtended from re constructor. Fixes #5627. (#6514)Dominik Picheta2017-10-201-5/+8
* | | Add `$` for HttpHeaders.Dominik Picheta2017-10-201-0/+3
* | | added typetraits.supportsCopyMemAndreas Rumpf2017-10-171-0/+3
* | | destructors: preparations for upcoming changesAraq2017-10-171-0/+7
* | | make the Windows build green againAraq2017-10-171-2/+3
* | | fixes the Windows buildAndreas Rumpf2017-10-161-4/+6
* | | Merge pull request #6491 from indianpojken/patch-1Dominik Picheta2017-10-161-0/+32
|\ \ \
| * | | Update streams.nimindianpojken2017-10-161-8/+8
| * | | Adds uintX variants to read/peek procsindianpojken2017-10-091-0/+32
* | | | fixes #1137Andreas Rumpf2017-10-161-0/+12
* | | | Merge pull request #6495 from GULPF/Fix-countLeapYearsDominik Picheta2017-10-161-1/+1
|\ \ \ \
| * | | | Fix countLeapYearsOscar Nihlgård2017-10-101-1/+1
* | | | | Refac of lists module (#6400)GULPF2017-10-161-105/+32
* | | | | Add hint about computing powers between integers (#6419)Federico Ceratto2017-10-161-0/+2
* | | | | fixes #5143Araq2017-10-161-1/+1
* | | | | fixes #3558Araq2017-10-162-15/+17
* | | | | fixes #6511Araq2017-10-161-7/+0
* | | | | 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
* | | | | fixes #6487Araq2017-10-141-10/+22
* | | | | 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