| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add jsdomparser (#13920) | Juan Carlos | 2020-04-13 | 1 | -1/+18 |
* | Add runnableExamples to bitops module (#13951) | jiro | 2020-04-13 | 1 | -15/+143 |
* | Make unused code into actual test, replace echo with doassert (#13952) | Juan Carlos | 2020-04-11 | 1 | -33/+0 |
* | osproc: added a better version of waitForExit for Haiku (#13938) | alaviss | 2020-04-10 | 1 | -0/+61 |
* | posix: add full Haiku support (#13931) | alaviss | 2020-04-09 | 2 | -2/+608 |
* | fixes #13863 (#13929) | cooldome | 2020-04-08 | 1 | -0/+5 |
* | Fixes issues with dynamic loading OpenSSL. Fixes #13903. (#13919) [backport] | Dominik Picheta | 2020-04-08 | 1 | -19/+39 |
* | fix #13894, httpclient hang on Http204 | narimiran | 2020-04-07 | 1 | -1/+1 |
* | fix #13910 (#13917) | cooldome | 2020-04-07 | 1 | -1/+1 |
* | fix some codegen bugs: NIM_BOOL, NIM_STATIC_ASSERT, --passc:-std=... (etc) (#... | Timothee Cour | 2020-04-07 | 1 | -23/+42 |
* | json doc: Note about Option and reserved keywords (#13895) | Nicolai Søborg | 2020-04-07 | 1 | -0/+7 |
* | Fix #13889 with testcase (#13896) [backport] | Clyybber | 2020-04-06 | 1 | -1/+1 |
* | Fix #13872 (#13898) | Clyybber | 2020-04-06 | 1 | -0/+5 |
* | openDefaultBrowser now works on OSX (#13892) [backport] | Timothee Cour | 2020-04-06 | 1 | -2/+2 |
* | doc: fix comment for repr*(x: char): string (#13873) | Hiroki Noda | 2020-04-05 | 1 | -1/+1 |
* | Add isNil check to custom Content-Length. (#13867) [backport:1.2] | supakeen | 2020-04-05 | 1 | -2/+3 |