summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: don't clear all errors on close"Leorize2020-06-061-0/+1
* net: don't clear all errors on closeLeorize2020-06-061-1/+0
* asyncnet, net: call SSL_shutdown only when connection establishedLeorize2020-06-062-10/+21
* Fix asynchttpserver newline breaking content-length (#14565) [backport]Zed2020-06-061-2/+3
* remove isMainModule from json,os,sequtils (#14572)Timothee Cour2020-06-063-757/+2
* Improve JSON serialisation of strtabs (#14549)PMunch2020-06-052-7/+30
* Disable unused warnings for error await template too (#14531)Danil Yarantsev2020-06-011-1/+1
* Disable unused warnings for await in async macro (#14517)Danil Yarantsev2020-05-311-2/+2
* Change `UnpackError` with `UnpackDefect` (#14457)Ivan Bobev2020-05-272-9/+10
* make get for options use lent T (#14442)cooldome2020-05-251-2/+2
* Fix #14057 - moveFile should overwrite on Windows (#14433)genotrance2020-05-231-2/+2
* The whole options module should be inline (#14417) [backport:1.2]Mamy Ratsimbazafy2020-05-211-15/+14
* fix #14404 foldr had the classic multiple evaluation bug (#14413)Timothee Cour2020-05-211-7/+7
* asyncdispatch, asyncnet: add inheritance control (#14362)alaviss2020-05-202-25/+90
* Fix #14394 (#14395)Clyybber2020-05-181-1/+1
* Emscripten: disable epoll (#14361)Dominik Picheta2020-05-161-2/+2
* Remove the uses of {.procvar.} pragma (#14359)Kaushal Modi2020-05-155-49/+48
* fixes #14331Araq2020-05-131-0/+28
* `osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir...Timothee Cour2020-05-131-12/+31
* properly fixes #13758 so that `import std/macros` stays legal (#14291)Timothee Cour2020-05-121-2/+1
* Fix #14289 (#14304) [backport]slangmgh2020-05-111-1/+2
* fixes #13946 (#14302)Andreas Rumpf2020-05-112-11/+5
* fix a critical bug in windows.osproc leading to resource leaks and blocking I...Timothee Cour2020-05-111-1/+5
* nativesockets: add missing inheritable pass-throughLeorize2020-05-071-1/+1
* net: remove more erroneous set constructions (#14252) [backport]alaviss2020-05-071-3/+8
* Fix runnable examples for bitops (#14247)awr12020-05-061-3/+3
* Added bitslice operations for bitops (#14016)awr12020-05-061-21/+206
* Make the fields of `times.DateTime` private (#14197)Oscar Nihlgård2020-05-061-76/+180
* Clarify JS cstring len (#14184)hlaaftana2020-05-051-2/+2
* Fixes net.recvFrom to work correctly with IPv6 (#14131)rockcavera2020-05-041-10/+22
* sequtils refactoring: prefer typeof over type (#14212)Andreas Rumpf2020-05-041-15/+15
* => supports pragmas & names (+ changed behavior) (#14200)hlaaftana2020-05-034-39/+65
* fix #14203 (#14204)slangmgh2020-05-031-1/+4
* Fix #14201 (#14202)slangmgh2020-05-031-1/+1
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-0219-31/+27
* change 'iff' to 'if' to stop "corrections" once and for all (#14182)Miran2020-05-016-20/+20
* discardable async procs are now an error (#14176)hlaaftana2020-05-011-8/+14
* fix sendTo and recvFrom in asyncnet (#14154)rockcavera2020-04-301-76/+40
* fixes the regression #12860 caused; hotfixAraq2020-04-301-1/+1
* JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)hlaaftana2020-04-303-12/+9
* fixes #14054 [backport:1.2] (#14061)Andreas Rumpf2020-04-302-7/+4
* fixes #14079 [backport:1.2] (#14163)Andreas Rumpf2020-04-291-1/+1
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-2814-60/+60
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-289-290/+428
* bug fix (#14149) [backport:1.2]cooldome2020-04-281-1/+4
* Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860)Neelesh Chandola2020-04-271-1/+17
* Remove some deprecated procs from std/times (#14129)Oscar Nihlgård2020-04-271-143/+31
* added high level sendTo and recvFrom to std/asyncnet (UDP functionality) (#14...rockcavera2020-04-261-0/+127
* small docs fix in typetraits (#14108)hlaaftana2020-04-251-1/+1
* Make await a template (#12085)Alexander Ivanov2020-04-251-132/+30