summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* 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
* Faster readStr() (#14099)Christopher Dunn2020-04-251-6/+22
* Add critbits.commonPrefixLen (#14072)Phil Krylov2020-04-241-0/+16
* changed type() to typeof() in docs and error messages (#14084)hlaaftana2020-04-241-1/+1
* Set O_NONBLOCK flag atomically (#13934)Hiroki Noda2020-04-221-8/+4
* fix #14064 xmltree should allow create text node with raw text(non-es… (#14...Bung2020-04-221-1/+11
* Make debugSend/debugRecv procs public. Fixes #12189 (#12190)Chris Heller2020-04-221-3/+37
* Add the ability to pass title case headers to an HTTP server (#13968)wonderix2020-04-221-12/+38
* change some Exceptions to CatchableError or Defect, fixes #10288 (#14069)hlaaftana2020-04-223-4/+4
* base `parseEnum` on a case statement, fixes #14030 (#14046)Vindaar2020-04-222-11/+84
* Fix OS detection in a docker container (#13172)Arnaud Moura2020-04-221-32/+46
* fix #13222: make relativePath more robust and flexible (#13451)Timothee Cour2020-04-211-68/+90
* Add deques.peekFirst/Last(var Deque[T]) -> var T (#13542)hlaaftana2020-04-211-0/+41
* Add package install command for FreeBSD and OpenBSD. (#14051)Arnaud Moura2020-04-211-1/+3
* Times refactorings (#13949)Oscar Nihlgård2020-04-211-753/+778
* #12103 - CI for OpenBSD (#12105)Euan2020-04-212-11/+4
* fix mapIt issues #12625 & #12639 (#14041)Judd2020-04-211-14/+36
* New runnableExample for `newAsyncHttpClient()` (#14045)Tristram Oaten2020-04-211-0/+11
* asyncdispatch: export Callback (#14042) [backport]alaviss2020-04-211-2/+2
* Fix broken async httpclient exampleTristram Oaten2020-04-211-3/+7
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-205-38/+95
* Make bitand, bitor, bitxor varargs-friendly (#13985)awr12020-04-201-9/+26
* unicode: minor documention improvementAraq2020-04-201-0/+1
* fixes #12834 (#14017)Andreas Rumpf2020-04-191-3/+3
* forward type alignment information to seqs (#12430)Arne Döring2020-04-191-2/+1
* Add runnableExamples to critbits module (#13994)jiro2020-04-181-25/+219
* fix https://github.com/nim-lang/RFCs/issues/211: `var a: DateTime` compiles a...Timothee Cour2020-04-181-3/+10
* Step2: fixes #13781, fixes #13805 (#13897)cooldome2020-04-161-28/+21
* added a .since annotation to hashIdentityAndreas Rumpf2020-04-151-2/+4
* Add `hashWangYi1` (#13823)c-blake2020-04-153-8/+76