summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | fix #14475; unittest.require now works with `nim c`; require and check now wo...Timothee Cour2020-07-143-12/+30
* | asyncftpclient.nim - don't assume a sufficiend line length (#14973)Miran2020-07-141-1/+1
* | optimize the new nimPrepareStrMutationV2 with inlining (#14969)Andreas Rumpf2020-07-121-6/+9
* | Fix #12759 (#14967)flywind2020-07-121-1/+1
* | Move `wasMoved` out of `=destroy`Clyybber2020-07-102-3/+1
* | Add missing dom.nim things (#14944)treeform2020-07-091-2/+30
* | 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
* | fixes #14830Araq2020-07-061-1/+1
* | Fix style inconsistencies due to the previous commitnarimiran2020-07-065-68/+68
* | revert 0944b0f4narimiran2020-07-065-68/+68
* | Fix logging tiny bug (#14910)Juan Carlos2020-07-061-3/+7
* | deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-033-25/+18
* | Add jsre (#14870)Juan Carlos2020-07-033-2/+45
* | {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-026-27/+27
* | 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-012-3/+39
* | 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
* | Clean out dom (#14855)Juan Carlos2020-06-301-4/+0
* | fix #13432 typetraits.$: $(int,) is now (int,); $tuple[] is now tuple[] (#14799)Timothee Cour2020-06-291-21/+0
* | Clean out Deprecated proc (#14797)Juan Carlos2020-06-291-8/+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
* | docs: Make `..<`, `.. ^` more discoverable (#14835)Manuel Bojato2020-06-271-18/+23
* | testament: generic N-fold batching: windows CI 37mn=>16m (#14823)Timothee Cour2020-06-272-0/+8
* | Add all missing css properties to dom.nim. (#14825)treeform2020-06-261-4/+270
* | Add hasAttribute method to dom.nim. (#14814)treeform2020-06-251-0/+1
* | turn 'runnableExample' into 'code-block' to make nightlies greennarimiran2020-06-251-9/+12
* | add typetraits.elementType (#14780)Timothee Cour2020-06-241-0/+12
* | fromJson: support object variants (#14694)Timothee Cour2020-06-241-15/+73
* | CI: Install the pkg we cloned (#14770)Clyybber2020-06-241-32/+0
|/
* fix #14750, don't allocate too much in newWideCString (#14773)Miran2020-06-231-3/+2
* fixes #14760 (#14769)Andreas Rumpf2020-06-231-1/+1
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-2320-44/+80
* Deprecate and/or remove ospaths (#14767)Juan Carlos2020-06-232-2/+2
* Remove outdated comment and copy of length (#14759)Clyybber2020-06-221-13/+3
* added normal variate function (#14725)b3liever2020-06-221-1/+42
* posix_other: add define to force time_t to 64 bit [backport] (#14753)alaviss2020-06-221-1/+6
* [backport] Docs: Fix broken `code-block` (#14749)ee72020-06-222-25/+25
* Export fields from the Selection object. (#14752)treeform2020-06-211-0/+7