| Commit message (Expand) | Author | Age | Files | Lines |
* | `$(a: float)` now works consistently in nim js, avoiding printing floats as i... | Timothee Cour | 2020-04-27 | 1 | -0/+15 |
* | Remove some deprecated procs from std/times (#14129) | Oscar Nihlgård | 2020-04-27 | 1 | -143/+31 |
* | new implementations for --gc:orc (#14121) | Andreas Rumpf | 2020-04-27 | 6 | -19/+418 |
* | add FileReader Web API to js dom (#14105) | cooldome | 2020-04-27 | 1 | -9/+59 |
* | since now takes an optional patch, eg: `since: (1, 3, 1)` (#14124) | Timothee Cour | 2020-04-26 | 2 | -3/+19 |
* | added high level sendTo and recvFrom to std/asyncnet (UDP functionality) (#14... | rockcavera | 2020-04-26 | 1 | -0/+127 |
* | small docs fix in typetraits (#14108) | hlaaftana | 2020-04-25 | 1 | -1/+1 |
* | Make await a template (#12085) | Alexander Ivanov | 2020-04-25 | 1 | -132/+30 |
* | Faster readStr() (#14099) | Christopher Dunn | 2020-04-25 | 1 | -6/+22 |
* | Fixes #14110 (#14111) | Jae Yang | 2020-04-25 | 1 | -1/+1 |
* | Add critbits.commonPrefixLen (#14072) | Phil Krylov | 2020-04-24 | 1 | -0/+16 |
* | changed type() to typeof() in docs and error messages (#14084) | hlaaftana | 2020-04-24 | 3 | -5/+5 |
* | CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ... | Timothee Cour | 2020-04-23 | 1 | -4/+0 |
* | Set O_NONBLOCK flag atomically (#13934) | Hiroki Noda | 2020-04-22 | 1 | -8/+4 |
* | fix #14064 xmltree should allow create text node with raw text(non-es… (#14... | Bung | 2020-04-22 | 1 | -1/+11 |
* | Make debugSend/debugRecv procs public. Fixes #12189 (#12190) | Chris Heller | 2020-04-22 | 1 | -3/+37 |
* | Add the ability to pass title case headers to an HTTP server (#13968) | wonderix | 2020-04-22 | 1 | -12/+38 |
* | cycle collector (#14071) | Andreas Rumpf | 2020-04-22 | 3 | -106/+74 |
* | change some Exceptions to CatchableError or Defect, fixes #10288 (#14069) | hlaaftana | 2020-04-22 | 4 | -5/+5 |
* | base `parseEnum` on a case statement, fixes #14030 (#14046) | Vindaar | 2020-04-22 | 2 | -11/+84 |
* | Treat zig like clang/gcc wrt integer arithmetic. (#13957) | Hessam Mehr | 2020-04-22 | 1 | -1/+1 |
* | Fix OS detection in a docker container (#13172) | Arnaud Moura | 2020-04-22 | 1 | -32/+46 |
* | fix #13222: make relativePath more robust and flexible (#13451) | Timothee Cour | 2020-04-21 | 1 | -68/+90 |
* | Add deques.peekFirst/Last(var Deque[T]) -> var T (#13542) | hlaaftana | 2020-04-21 | 1 | -0/+41 |
* | Add package install command for FreeBSD and OpenBSD. (#14051) | Arnaud Moura | 2020-04-21 | 1 | -1/+3 |
* | Times refactorings (#13949) | Oscar Nihlgård | 2020-04-21 | 1 | -753/+778 |
* | #12103 - CI for OpenBSD (#12105) | Euan | 2020-04-21 | 2 | -11/+4 |
* | Fix the getSelection method. (#13632) | treeform | 2020-04-21 | 1 | -1/+8 |
* | fix mapIt issues #12625 & #12639 (#14041) | Judd | 2020-04-21 | 1 | -14/+36 |
* | New runnableExample for `newAsyncHttpClient()` (#14045) | Tristram Oaten | 2020-04-21 | 1 | -0/+11 |
* | asyncdispatch: export Callback (#14042) [backport] | alaviss | 2020-04-21 | 1 | -2/+2 |
* | Fix broken async httpclient example | Tristram Oaten | 2020-04-21 | 1 | -3/+7 |
* | fixes #14038 | Andreas Rumpf | 2020-04-20 | 1 | -1/+1 |
* | Make file descriptors from stdlib non-inheritable by default (#13201) | alaviss | 2020-04-20 | 14 | -44/+210 |
* | Make bitand, bitor, bitxor varargs-friendly (#13985) | awr1 | 2020-04-20 | 1 | -9/+26 |
* | refactor system.$ for objects a little; refs #13398 | Araq | 2020-04-20 | 1 | -9/+3 |
* | unicode: minor documention improvement | Araq | 2020-04-20 | 1 | -0/+1 |
* | fixes #12834 (#14017) | Andreas Rumpf | 2020-04-19 | 1 | -3/+3 |
* | fixes #14001 (#14004) | Andreas Rumpf | 2020-04-19 | 1 | -5/+5 |
* | forward type alignment information to seqs (#12430) | Arne Döring | 2020-04-19 | 21 | -96/+116 |
* | Add runnableExamples to critbits module (#13994) | jiro | 2020-04-18 | 1 | -25/+219 |
* | Fix unused warning for `$` for empty tuple/objects (#13991) | hlaaftana | 2020-04-18 | 1 | -1/+2 |
* | fix https://github.com/nim-lang/RFCs/issues/211: `var a: DateTime` compiles a... | Timothee Cour | 2020-04-18 | 1 | -3/+10 |
* | Step2: fixes #13781, fixes #13805 (#13897) | cooldome | 2020-04-16 | 1 | -28/+21 |
* | added extended msg for failed library loads w/ incorrect DLL formats (#13950) | awr1 | 2020-04-16 | 2 | -12/+30 |
* | fix newDomParser (#13981) | Timothee Cour | 2020-04-16 | 1 | -1/+1 |
* | added a .since annotation to hashIdentity | Andreas Rumpf | 2020-04-15 | 1 | -2/+4 |
* | Add `hashWangYi1` (#13823) | c-blake | 2020-04-15 | 3 | -8/+76 |
* | fix #12864 static params were mutating arg types during sigmatch; fix #12713 ... | Timothee Cour | 2020-04-14 | 1 | -5/+4 |
* | Add Data URI Base64, implements RFC-2397 (#13759) | Juan Carlos | 2020-04-13 | 1 | -1/+35 |