| Commit message (Expand) | Author | Age | Files | Lines |
* | turn 'runnableExample' into 'code-block' to make nightlies green | narimiran | 2020-06-25 | 1 | -9/+12 |
* | add typetraits.elementType (#14780) | Timothee Cour | 2020-06-24 | 1 | -0/+12 |
* | fixes #14760 (#14769) | Andreas Rumpf | 2020-06-23 | 1 | -1/+1 |
* | init checks and 'out' parameters (#14521) | Andreas Rumpf | 2020-06-23 | 9 | -22/+48 |
* | Deprecate and/or remove ospaths (#14767) | Juan Carlos | 2020-06-23 | 2 | -2/+2 |
* | added normal variate function (#14725) | b3liever | 2020-06-22 | 1 | -1/+42 |
* | [backport] Docs: Fix broken `code-block` (#14749) | ee7 | 2020-06-22 | 2 | -25/+25 |
* | encodings: use only one iconv definition [backport:1.2] (#14741) | alaviss | 2020-06-21 | 1 | -18/+15 |
* | fix #13899 defer now works with async (#14723) | Timothee Cour | 2020-06-19 | 1 | -0/+3 |
* | fixes #14718 [backport] | Araq | 2020-06-19 | 1 | -4/+4 |
* | Remove deprecated stuff from stdlib (#14699) | Miran | 2020-06-17 | 13 | -415/+12 |
* | `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s... | Timothee Cour | 2020-06-16 | 1 | -28/+0 |
* | fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658) | Timothee Cour | 2020-06-16 | 1 | -69/+62 |
* | normalizeExe (#14668) | Timothee Cour | 2020-06-15 | 1 | -2/+14 |
* | Added --benchmarkVM to times.cpuTime() documentation (#14663) | Ico Doornekamp | 2020-06-15 | 1 | -0/+2 |
* | httpcore: Add http code 308 Permanent Redirect (#14639) | djazz | 2020-06-12 | 2 | -1/+3 |
* | Add `proc find` to `heapqueue` (#14628) | c-blake | 2020-06-10 | 1 | -4/+13 |
* | parseutils: integerOutOfRangeDefect => integerOutOfRangeError (#14627) | Timothee Cour | 2020-06-09 | 1 | -7/+7 |
* | `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc... | Timothee Cour | 2020-06-08 | 2 | -31/+31 |
* | Fix sugar.dump: It doesn't work correctly with compile time expression (#14580) | Tomohiro | 2020-06-08 | 1 | -1/+1 |
* | net: also set TLSv1.3 cipher suites | Leorize | 2020-06-06 | 1 | -0/+7 |
* | net: revert compatibility changes for Windows | Leorize | 2020-06-06 | 1 | -5/+2 |
* | net: use CiphersOld list for Windows | Leorize | 2020-06-06 | 1 | -1/+4 |
* | net: don't call set_ecdh_auto for super old OpenSSL | Leorize | 2020-06-06 | 1 | -1/+1 |
* | net: enable automatic EC curve selection for OpenSSL 1.0.2 | Leorize | 2020-06-06 | 1 | -0/+7 |
* | asyncnet: clear SSL error queue before performing I/O | Leorize | 2020-06-06 | 1 | -0/+1 |
* | net: use a secure cipher list by default | Leorize | 2020-06-06 | 2 | -1/+53 |
* | asyncnet, net: clear openssl error queue before performing I/O | Leorize | 2020-06-06 | 2 | -0/+8 |
* | openssl: fix erroneous function signatures | Leorize | 2020-06-06 | 1 | -2/+0 |
* | net: don't clear error queue unless shutdown() will be performed | Leorize | 2020-06-06 | 1 | -1/+1 |
* | Revert "net: don't clear all errors on close" | Leorize | 2020-06-06 | 1 | -0/+1 |
* | net: don't clear all errors on close | Leorize | 2020-06-06 | 1 | -1/+0 |
* | asyncnet, net: call SSL_shutdown only when connection established | Leorize | 2020-06-06 | 2 | -10/+21 |
* | Fix asynchttpserver newline breaking content-length (#14565) [backport] | Zed | 2020-06-06 | 1 | -2/+3 |
* | remove isMainModule from json,os,sequtils (#14572) | Timothee Cour | 2020-06-06 | 3 | -757/+2 |
* | Improve JSON serialisation of strtabs (#14549) | PMunch | 2020-06-05 | 2 | -7/+30 |
* | Disable unused warnings for error await template too (#14531) | Danil Yarantsev | 2020-06-01 | 1 | -1/+1 |
* | Disable unused warnings for await in async macro (#14517) | Danil Yarantsev | 2020-05-31 | 1 | -2/+2 |
* | Change `UnpackError` with `UnpackDefect` (#14457) | Ivan Bobev | 2020-05-27 | 2 | -9/+10 |
* | make get for options use lent T (#14442) | cooldome | 2020-05-25 | 1 | -2/+2 |
* | Fix #14057 - moveFile should overwrite on Windows (#14433) | genotrance | 2020-05-23 | 1 | -2/+2 |
* | The whole options module should be inline (#14417) [backport:1.2] | Mamy Ratsimbazafy | 2020-05-21 | 1 | -15/+14 |
* | fix #14404 foldr had the classic multiple evaluation bug (#14413) | Timothee Cour | 2020-05-21 | 1 | -7/+7 |
* | asyncdispatch, asyncnet: add inheritance control (#14362) | alaviss | 2020-05-20 | 2 | -25/+90 |
* | Fix #14394 (#14395) | Clyybber | 2020-05-18 | 1 | -1/+1 |
* | Emscripten: disable epoll (#14361) | Dominik Picheta | 2020-05-16 | 1 | -2/+2 |
* | Remove the uses of {.procvar.} pragma (#14359) | Kaushal Modi | 2020-05-15 | 5 | -49/+48 |
* | fixes #14331 | Araq | 2020-05-13 | 1 | -0/+28 |
* | `osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir... | Timothee Cour | 2020-05-13 | 1 | -12/+31 |
* | properly fixes #13758 so that `import std/macros` stays legal (#14291) | Timothee Cour | 2020-05-12 | 1 | -2/+1 |