summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* [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
* Removed asyncdispatch.newAsyncNativeSocket, was deprecated since 0.18 (#14854)Juan Carlos2020-06-301-10/+0
* typetraits: features and fixes (#14791)alaviss2020-06-301-3/+39
* Fix asyncdispatch drain behavior (#14820) (#14838)Ray Imber2020-06-301-4/+9
* add debug fmt string like python's (#14808)flywind2020-06-301-2/+12
* fix #13432 typetraits.$: $(int,) is now (int,); $tuple[] is now tuple[] (#14799)Timothee Cour2020-06-291-21/+0
* SSL_CTX_load_verify_locations parameters are reversed (#14815) [backport]aguspiza2020-06-291-1/+1
* fixed #14839 (#14840)lqdev2020-06-281-1/+2
* add a second asyncnet.recvFrom (#14237)rockcavera2020-06-272-18/+85
* turn 'runnableExample' into 'code-block' to make nightlies greennarimiran2020-06-251-9/+12
* add typetraits.elementType (#14780)Timothee Cour2020-06-241-0/+12
* fixes #14760 (#14769)Andreas Rumpf2020-06-231-1/+1
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-239-22/+48
* Deprecate and/or remove ospaths (#14767)Juan Carlos2020-06-232-2/+2
* added normal variate function (#14725)b3liever2020-06-221-1/+42
* [backport] Docs: Fix broken `code-block` (#14749)ee72020-06-222-25/+25
* encodings: use only one iconv definition [backport:1.2] (#14741)alaviss2020-06-211-18/+15
* fix #13899 defer now works with async (#14723)Timothee Cour2020-06-191-0/+3
* fixes #14718 [backport]Araq2020-06-191-4/+4
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-1713-415/+12
* `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...Timothee Cour2020-06-161-28/+0
* fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658)Timothee Cour2020-06-161-69/+62
* normalizeExe (#14668)Timothee Cour2020-06-151-2/+14
* Added --benchmarkVM to times.cpuTime() documentation (#14663)Ico Doornekamp2020-06-151-0/+2