summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [Windows] Use GetSystemInfo for obtaining processor count (#6082)Dmitry Atamanov2017-10-251-2/+25
* No implicit quit for Genode (#6515)Emery Hemingway2017-10-252-2/+3
* Sequtils improvements (#6574)narimiran2017-10-251-171/+267
* Fix #6553 (#6580)Stefan Rakel2017-10-241-0/+2
* Fixes #6571 (#6578)Thomas Johnson2017-10-241-8/+11
* isAlphaNumberic and isDigit improvement + tests (#6579)Viktor Marosvary2017-10-241-2/+4
* Fix `removeSuffix` rst code blocks Silvio2017-10-231-0/+3
* Merge pull request #6051 from couven92/alignLeftDominik Picheta2017-10-221-2/+29
|\
| * Add safeties for alignLeftFredrik Høisæther Rasch2017-07-041-2/+2
| * Augment align proc with alignLeft procFredrik Høisæther Rasch2017-07-041-2/+29
* | update linksnarimiran2017-10-221-2/+2
* | change seq name to `list`narimiran2017-10-221-75/+76
* | Merge pull request #6558 from narimiran/seqCountDominik Picheta2017-10-221-0/+31
|\ \
| * | more descriptive namesnarimiran2017-10-221-4/+4
| * | 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