summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* deques.nim: Refactor the `toDeque` functionality (#15166)ee72020-08-071-5/+18
* Added the ability to initialize a deque with an openArray (#15138)archnim2020-08-051-0/+6
* fixes a collect() bug reported on the forum (#15156) [backport:1.2]Andreas Rumpf2020-08-041-0/+10
* minor improvement (#15155)flywind2020-08-041-1/+1
* Remove `noSideEffect` pragmas (#15143)sschwarzer2020-08-012-2/+2
* net: allow close() to ignore SSL failures due to disconnections (#15120)alaviss2020-08-011-8/+98
* export asyncdispatch handles (#15140)flywind2020-08-011-1/+1
* Revert "Small typo (#15132)" (#15134)Andreas Rumpf2020-07-311-1/+1
* Small typo (#15132)Oliver Daniel2020-07-311-1/+1
* Fix tables.CountTable largest and smallest (#15115)treeform2020-07-291-4/+4
* asyncnet, net: don't attempt SSL_shutdown if a fatal error occurred (#15066)alaviss2020-07-302-34/+52
* fixes #14139 (#15107)flywind2020-07-291-3/+3
* Attempt to explain better why delImplIdx is the way it is. Maybe this can (#...c-blake2020-07-291-0/+30
* Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#1...c-blake2020-07-283-42/+41
* Fix #11352 strutil.insertSep() fails on negative numbers (#15087)Bung2020-07-281-6/+17
* deprecate tables.allValues; continuation of #15047 (#15092)Miran2020-07-281-1/+2
* parsecsv: fix '\0' being displayed as '0' in docs (#15086) [backport]Jjp1372020-07-271-2/+2
* deprecate tables.add (#15047)Miran2020-07-251-4/+8
* json.nim: smaller init size (#15048)Miran2020-07-231-2/+2
* enforce browsers.nim only handles URLs [backport] (#15045)Andreas Rumpf2020-07-231-4/+10
* fix #15033 (#15034)Hugo Granström2020-07-221-1/+1
* smtp: Fix STARTTLS, request HELO once TLS is established (#15032)Mildred Ki'Lya2020-07-221-3/+9
* fix several newline problems (#15028) [backend]Miran2020-07-213-2/+37
* [Backport] Fixes callbacks being dropped on Linux/macOS/BSD. (#15012)Dominik Picheta2020-07-191-1/+6
* threadpool.nim: minor code style changesAraq2020-07-181-5/+5
* fix docs for nativesocket read/write selects (#15010)Andy Davidoff2020-07-181-2/+2
* Fix #14906 (#14949)Tomohiro2020-07-182-7/+181
* fix #14082, don't crash on incorrectly formatted input (#14977) [backport]Miran2020-07-173-42/+42
* Fix #14994 (#14996)Clyybber2020-07-151-1/+2
* fix #13086 (#14987)flywind2020-07-151-2/+2
* Clean up macros (#14959)Juan Carlos2020-07-141-1/+1
* fix index error (#14974)Hendrik2020-07-141-1/+2
* fix #14475; unittest.require now works with `nim c`; require and check now wo...Timothee Cour2020-07-141-7/+6
* asyncftpclient.nim - don't assume a sufficiend line length (#14973)Miran2020-07-141-1/+1
* Fix #12759 (#14967)flywind2020-07-121-1/+1
* add docs and more tests for debug format strings (#14861)flywind2020-07-081-1/+46
* remove a condition that table size must be passed as power of 2 (#14926)Miran2020-07-087-92/+29
* fixes #14402 (#14908)Andreas Rumpf2020-07-081-1/+1
* fix mistake in times.nim docsnarimiran2020-07-071-1/+1
* Revert commit 3e843ab3358. Closes #14930.Dominik Picheta2020-07-071-1/+1
* tables.nim: Add named fields in `smallest` and `largest` (#14919)ee72020-07-061-2/+2
* Fix style inconsistencies due to the previous commitnarimiran2020-07-064-67/+67
* revert 0944b0f4narimiran2020-07-064-67/+67
* Fix logging tiny bug (#14910)Juan Carlos2020-07-061-3/+7
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-032-18/+12
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-024-21/+20
* Clean out sharedlists (#14857)Juan Carlos2020-07-021-6/+0
* Clean out strutils (#14859)Juan Carlos2020-07-011-5/+0
* fix #14846; add macros.extractDocCommentsAndRunnables (#14849)Timothee Cour2020-07-011-3/+3
* Clean out sharedtables (#14858)Juan Carlos2020-06-301-10/+0