summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* fixes #6148Andreas Rumpf2017-10-261-1/+4
* osproc.execProcesses: enable poParentStreams for posix; should make travis gr...Andreas Rumpf2017-10-261-1/+1
* fixes cpuinfo regressionAraq2017-10-261-8/+2
* osproc on Windows: fix peekExitCode for closed processesAraq2017-10-251-0/+2
* [Windows] Use GetSystemInfo for obtaining processor count (#6082)Dmitry Atamanov2017-10-251-2/+25
* No implicit quit for Genode (#6515)Emery Hemingway2017-10-251-1/+1
* Sequtils improvements (#6574)narimiran2017-10-251-171/+267
* 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
|/ /
* | 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