| Commit message (Expand) | Author | Age | Files | Lines |
* | unicode: minor documention improvement | Araq | 2020-04-20 | 1 | -0/+1 |
* | fixes #12834 (#14017) | Andreas Rumpf | 2020-04-19 | 1 | -3/+3 |
* | forward type alignment information to seqs (#12430) | Arne Döring | 2020-04-19 | 1 | -2/+1 |
* | Add runnableExamples to critbits module (#13994) | jiro | 2020-04-18 | 1 | -25/+219 |
* | 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 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 runnableExamples to bitops module (#13951) | jiro | 2020-04-13 | 1 | -15/+143 |
* | osproc: added a better version of waitForExit for Haiku (#13938) | alaviss | 2020-04-10 | 1 | -0/+61 |
* | fixes #13863 (#13929) | cooldome | 2020-04-08 | 1 | -0/+5 |
* | fix #13894, httpclient hang on Http204 | narimiran | 2020-04-07 | 1 | -1/+1 |
* | 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 |
* | openDefaultBrowser now works on OSX (#13892) [backport] | Timothee Cour | 2020-04-06 | 1 | -2/+2 |
* | Add isNil check to custom Content-Length. (#13867) [backport:1.2] | supakeen | 2020-04-05 | 1 | -2/+3 |
* | asyncdispatch: get rid of erroneous set constructions (#13877) | alaviss | 2020-04-05 | 1 | -5/+9 |
* | fix asynchttpserver content-length header (#13846) | flywind | 2020-04-03 | 1 | -3/+6 |
* | return types must not be Natural for reasons I won't outline here | Araq | 2020-04-02 | 1 | -1/+1 |
* | feature/count (#13837) | Dean Eigenmann | 2020-04-02 | 1 | -0/+19 |
* | Deprecate DCE:on (#13839) | Juan Carlos | 2020-04-02 | 6 | -13/+0 |
* | Deprecate when declared(echo):echo (#13840) | Juan Carlos | 2020-04-02 | 1 | -1/+1 |
* | Add browsers.openDefaultBrowser without URL, implements IETF RFC-6694 Section... | Juan Carlos | 2020-04-01 | 1 | -14/+38 |
* | Documentation, add more examples (#13825) | Juan Carlos | 2020-04-01 | 3 | -10/+14 |
* | revert stdlib changes which are not required anymore | Andreas Rumpf | 2020-04-01 | 6 | -21/+20 |
* | Hrm, the new errors highlighted some code that seems to be broken | Zahary Karadjov | 2020-04-01 | 6 | -20/+21 |
* | encodeMIME should be encodeMime by our coding guidelines | Araq | 2020-04-01 | 1 | -3/+3 |
* | Tiny fix on browsers.openDefaultBrowser (#13818) | Juan Carlos | 2020-03-31 | 1 | -1/+3 |
* | macros for proc types, macros for types (#13778) | Andreas Rumpf | 2020-03-31 | 1 | -0/+6 |
* | Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1... | c-blake | 2020-03-31 | 7 | -174/+98 |
* | #13806 - getApplFreebsd might lose data (#13807) | Euan | 2020-03-31 | 1 | -16/+16 |
* | Add Documentation (#13811) | Juan Carlos | 2020-03-31 | 7 | -15/+110 |
* | refs #13797 (#13812) | Timothee Cour | 2020-03-31 | 1 | -1/+1 |
* | fix #13794 HashSet leak (#13800) | Timothee Cour | 2020-03-29 | 1 | -1/+2 |
* | More fixes for Haiku (#13774) | alaviss | 2020-03-27 | 2 | -47/+50 |
* | ssl_certs: add Haiku support (#13761) | alaviss | 2020-03-26 | 1 | -7/+32 |
* | asyncdispatch: fix erroneous set construction (#13765) | alaviss | 2020-03-26 | 1 | -1/+3 |
* | `import macros` rather than `import std/macros`. (#13762) | Euan | 2020-03-26 | 1 | -1/+2 |
* | distinctBase overload for values (#13746) | Timothee Cour | 2020-03-25 | 1 | -0/+7 |
* | fix deprecations and other warnings (#13748) | Miran | 2020-03-25 | 4 | -12/+10 |
* | fixes #13722 (#13729) | Andreas Rumpf | 2020-03-23 | 1 | -8/+20 |
* | add error for missing commandLineParams (#13719) | Andy Davidoff | 2020-03-23 | 1 | -0/+4 |
* | introduce getPeerCertificates, fixes #13299 (#13650) | Christian Ulrich | 2020-03-22 | 2 | -0/+47 |
* | [ci skip] add back unintentionally removed line | narimiran | 2020-03-20 | 1 | -0/+1 |
* | SSL certificate verify GitHub action (#13697) | Federico Ceratto | 2020-03-20 | 3 | -12/+182 |
* | [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la... | Timothee Cour | 2020-03-20 | 1 | -11/+25 |
* | threadpool.nim: allow control over MaxThreadPoolSize and MaxDistinguishedThre... | Araq | 2020-03-20 | 1 | -3/+3 |
* | Detect Ubuntu by checking release() and uname() (#13704) | Hayden | 2020-03-20 | 1 | -1/+3 |