summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* 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
* httpcore: Add http code 308 Permanent Redirect (#14639)djazz2020-06-122-1/+3
* Add `proc find` to `heapqueue` (#14628)c-blake2020-06-101-4/+13
* parseutils: integerOutOfRangeDefect => integerOutOfRangeError (#14627)Timothee Cour2020-06-091-7/+7
* `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc...Timothee Cour2020-06-082-31/+31
* Fix sugar.dump: It doesn't work correctly with compile time expression (#14580)Tomohiro2020-06-081-1/+1
* net: also set TLSv1.3 cipher suitesLeorize2020-06-061-0/+7
* net: revert compatibility changes for WindowsLeorize2020-06-061-5/+2
* net: use CiphersOld list for WindowsLeorize2020-06-061-1/+4
* net: don't call set_ecdh_auto for super old OpenSSLLeorize2020-06-061-1/+1
* net: enable automatic EC curve selection for OpenSSL 1.0.2Leorize2020-06-061-0/+7
* asyncnet: clear SSL error queue before performing I/OLeorize2020-06-061-0/+1
* net: use a secure cipher list by defaultLeorize2020-06-062-1/+53