summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* fixes #10456,#12928 issues when chaining templates to sortedByIt (#15734)shirleyquirk2020-10-271-1/+1
* fix #15698 (#15699)rockcavera2020-10-251-0/+4
* Fix #12410 (#15685)Clyybber2020-10-231-1/+1
* Tables, use sink val arguments more actively (#15625)cooldome2020-10-192-10/+10
* Fix crash in parsexml (#15582) (#15583)Igor Ribeiro de Assis2020-10-151-0/+3
* terminal: fix fgColor/bgColor commands [backport] (#15554)alaviss2020-10-131-4/+3
* dup docs: add an example with `addQuoted` (#15548)Timothee Cour2020-10-131-0/+5
* Fix doc for CountTable (#15561) [backport]Christopher Dunn2020-10-131-1/+1
* close socket in getPrimaryIPAddr even if exception occurs (#15558)Christian Ulrich2020-10-121-3/+5
* docs minor (#15550)flywind2020-10-111-2/+2
* os: add overload copyFile*(source, dest: string, isDir = false) (#15537)Timothee Cour2020-10-111-1/+7
* close socket in getPrimaryIPAddr (#15538) [backport]Christian Ulrich2020-10-101-1/+2
* Update parsecfg.nim (#15513)lihaifeng2020-10-081-4/+5
* update unittest docs with correct exit code info (#15502)Serban Constantin2020-10-061-2/+2
* inline tiny proc (#15498)Juan Carlos2020-10-061-6/+6
* Iterate over smaller set when computing intersection (#15497)Benjamin Lee2020-10-061-2/+9
* typoAraq2020-10-061-1/+1
* inline tiny func on httpcore (#15480)Juan Carlos2020-10-051-16/+14
* use func in uri module (#15486)flywind2020-10-051-26/+26
* doc(sugar): added description and examples to dup (#15455)Luis Felipe Manfroni2020-10-051-1/+19
* Provide a configurable progressInterval. (#15477)supakeen2020-10-041-6/+11
* Installation Instruction (#15485)Abhishek Dubey2020-10-041-2/+2
* Return type of asyncftpclient to fix example. (#15476)supakeen2020-10-031-1/+1
* heapqueue.nim: Add `toHeapQueue` proc (#15459)ee72020-10-021-0/+18
* intsets.nim: Add `toIntSet` proc (#15460)ee72020-10-021-3/+25
* closureiters: fixes #15243 (#15454) [backport:1.2]Andreas Rumpf2020-10-021-2/+2
* use func in httpcore (#15457)flywind2020-10-021-22/+22
* Add first draft of new osproc.readLines (#15429)c-blake2020-10-011-0/+51
* [docs minor] unify generates and Generates (#15434)flywind2020-10-011-110/+110
* Add critbits.toCritBitTree (#15444)Juan Carlos2020-10-011-8/+20
* Clean out (#15440)Juan Carlos2020-10-011-4/+0
* Add 1 overload to apply (#15439)Juan Carlos2020-10-011-0/+5
* various documentation fixes [backport] (#15422)Miran2020-09-291-1/+1
* fix #15333 (#15336)flywind2020-09-241-2/+26
* add `enumerate` macro (#15297)Miran2020-09-221-0/+1
* deinitLock (#15383)flywind2020-09-221-0/+1
* better nativestacktrace support; refs #15284; backport [1.2] (#15384)Andreas Rumpf2020-09-221-3/+10
* Add strutils.indentation and make unindent use it (#15264)Clyybber2020-09-221-11/+36
* os: make getApplFreebsd available for NetBSD (#15381)alaviss2020-09-211-1/+1
* async: removed the 'unown' references, async never worked with --newruntime a...Andreas Rumpf2020-09-201-6/+5
* fixes #15369 (#15371)Andreas Rumpf2020-09-201-3/+3
* ORC/ARC async progress (#15370)Andreas Rumpf2020-09-202-10/+9
* base64: fixes the error message for an invalid base64 input character [backpo...Andreas Rumpf2020-09-201-1/+1
* ORC and stdlib optimizations (#15362)Andreas Rumpf2020-09-192-6/+18
* doc fix typo in lib/pure/httpclient.nim (#15364)Timothee Cour2020-09-191-1/+1
* Use sysctl on NetBSD to get exe name (#15359)Euan2020-09-181-3/+10
* fix coro proc crash for stack problem when run long enough than a GC cycle (#...yatsen12020-09-181-0/+8
* async: minor refactorings (#15354)Andreas Rumpf2020-09-185-66/+47
* string is not nil anymore (#15352)flywind2020-09-182-8/+3
* Fixed undeclared nimIdentNormalize compilation error in parseEnum (#15343)Yuriy Glukhov2020-09-161-2/+1