summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|/ / /
* | | Add `$` for HttpHeaders.Dominik Picheta2017-10-201-0/+3
* | | added typetraits.supportsCopyMemAndreas Rumpf2017-10-171-0/+3
* | | 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
* | | | 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
* | | | | 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
|/ / / /
* | | | breaking change: arrays of char do not convert to cstring; ptr to array of ch...Andreas Rumpf2017-10-103-9/+20
* | | | Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s...Andreas Rumpf2017-10-092-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | removed newString proc again, reverted some unnecesary changesArne Döring2017-07-242-3/+3
| * | | arrays can now be printedArne Döring2017-07-241-1/+1
| | |/ | |/|
* | | fixes to allow the usage of clang on windows with the msvc abi and ms headers...Charlie Barto2017-10-091-10/+5
* | | minor breacking change: in string formats '' the '1' is now interpreted as a ...Andreas Rumpf2017-10-061-5/+21
* | | 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
* | | Improved unittest check macro, fixes #5784 (#6446)GULPF2017-09-301-41/+42
* | | osproc: fixes a memory leak affecting WindowsAraq2017-09-301-7/+7
* | | Add default value for filename in parseJson proc (#6441)konqoro2017-09-281-1/+1
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-09-281-24/+57
|\ \ \
| * | | Add flatMap operator to Options (#6404)Zach Smith2017-09-271-24/+57
* | | | fixes #6438Andreas Rumpf2017-09-281-10/+25
|/ / /
* | | Fix `getPeerAddr()` `getPeerAddr()`: +`sin6_addr` (#6410)wt2017-09-211-2/+2
* | | Sets enhancements, fixes #2467 (#6158)GULPF2017-09-201-4/+94
* | | Reorder json `add` and `%`, fixes #6385 (#6388)Mamy Ratsimbazafy2017-09-161-10/+10
* | | prepared stdlb for new integer arithmetic rulesAndreas Rumpf2017-09-162-8/+8
* | | in prepration for the upcoming different integer inference rulesAndreas Rumpf2017-09-161-1/+1
* | | Update memfiles.nim (#6328)Denis Rumyantsev2017-09-151-1/+1
* | | Changed JSON stringification to preserve UTF (#6330)Yuriy Glukhov2017-09-151-18/+11
* | | Add counterpart to containsOrIncl for excl (#6360)superfunc2017-09-153-37/+93
* | | Fix wrong result of countLines() (#6371)Simon Krauter2017-09-151-1/+2