summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* `$(a: float)` now works consistently in nim js, avoiding printing floats as i...Timothee Cour2020-04-271-0/+15
* Remove some deprecated procs from std/times (#14129)Oscar Nihlgård2020-04-271-143/+31
* new implementations for --gc:orc (#14121)Andreas Rumpf2020-04-276-19/+418
* add FileReader Web API to js dom (#14105)cooldome2020-04-271-9/+59
* since now takes an optional patch, eg: `since: (1, 3, 1)` (#14124)Timothee Cour2020-04-262-3/+19
* 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
* Fixes #14110 (#14111)Jae Yang2020-04-251-1/+1
* Add critbits.commonPrefixLen (#14072)Phil Krylov2020-04-241-0/+16
* changed type() to typeof() in docs and error messages (#14084)hlaaftana2020-04-243-5/+5
* CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ...Timothee Cour2020-04-231-4/+0
* 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
* cycle collector (#14071)Andreas Rumpf2020-04-223-106/+74
* change some Exceptions to CatchableError or Defect, fixes #10288 (#14069)hlaaftana2020-04-224-5/+5
* base `parseEnum` on a case statement, fixes #14030 (#14046)Vindaar2020-04-222-11/+84
* Treat zig like clang/gcc wrt integer arithmetic. (#13957)Hessam Mehr2020-04-221-1/+1
* 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 the getSelection method. (#13632)treeform2020-04-211-1/+8
* 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
* fixes #14038Andreas Rumpf2020-04-201-1/+1
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-2014-44/+210
* Make bitand, bitor, bitxor varargs-friendly (#13985)awr12020-04-201-9/+26
* refactor system.$ for objects a little; refs #13398Araq2020-04-201-9/+3
* unicode: minor documention improvementAraq2020-04-201-0/+1
* fixes #12834 (#14017)Andreas Rumpf2020-04-191-3/+3
* fixes #14001 (#14004)Andreas Rumpf2020-04-191-5/+5
* forward type alignment information to seqs (#12430)Arne Döring2020-04-1921-96/+116
* Add runnableExamples to critbits module (#13994)jiro2020-04-181-25/+219
* Fix unused warning for `$` for empty tuple/objects (#13991)hlaaftana2020-04-181-1/+2
* 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 extended msg for failed library loads w/ incorrect DLL formats (#13950)awr12020-04-162-12/+30
* fix newDomParser (#13981)Timothee Cour2020-04-161-1/+1
* added a .since annotation to hashIdentityAndreas Rumpf2020-04-151-2/+4
* Add `hashWangYi1` (#13823)c-blake2020-04-153-8/+76
* fix #12864 static params were mutating arg types during sigmatch; fix #12713 ...Timothee Cour2020-04-141-5/+4
* Add Data URI Base64, implements RFC-2397 (#13759)Juan Carlos2020-04-131-1/+35