summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-305-18/+82
* fix #13794 HashSet leak (#13800)Timothee Cour2020-03-291-1/+2
* Fix #13631 (#13789)Juan Carlos2020-03-291-2/+2
* More fixes for Haiku (#13774)alaviss2020-03-272-47/+50
* ssl_certs: add Haiku support (#13761)alaviss2020-03-261-7/+32
* asyncdispatch: fix erroneous set construction (#13765)alaviss2020-03-261-1/+3
* `import macros` rather than `import std/macros`. (#13762)Euan2020-03-261-1/+2
* distinctBase overload for values (#13746)Timothee Cour2020-03-251-0/+7
* fix deprecations and other warnings (#13748)Miran2020-03-254-12/+10
* __stderrp and friends are only on FreeBSD & DragonFlyBSD. (#13735)Euan2020-03-232-2/+2
* fix #13731, ambiguous repr of pointers (#13732)Miran2020-03-231-6/+2
* fixes #13722 (#13729)Andreas Rumpf2020-03-231-8/+20
* hotfix: make 'nim doc nimhcr' work on all platformsAraq2020-03-231-33/+33
* new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508)Timothee Cour2020-03-231-0/+19
* add error for missing commandLineParams (#13719)Andy Davidoff2020-03-231-0/+4
* introduce getPeerCertificates, fixes #13299 (#13650)Christian Ulrich2020-03-223-22/+79
* Windows API callbacks cannot raise exceptionsAraq2020-03-221-3/+3
* Add EPOLLEXCLUSIVE (#13718)Hiroki Noda2020-03-211-0/+1
* [ci skip] add back unintentionally removed linenarimiran2020-03-201-0/+1
* SSL certificate verify GitHub action (#13697)Federico Ceratto2020-03-204-12/+253
* [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...Timothee Cour2020-03-202-14/+28
* threadpool.nim: allow control over MaxThreadPoolSize and MaxDistinguishedThre...Araq2020-03-201-3/+3
* Detect Ubuntu by checking release() and uname() (#13704)Hayden2020-03-201-1/+3
* fight the code bloat in base64.nimAraq2020-03-201-7/+16
* Add Base64 safe (#13672)Juan Carlos2020-03-201-9/+28
* Remove 2 old deprecated files (#13702)Juan Carlos2020-03-202-20/+0
* cycle breaker (#13593)Andreas Rumpf2020-03-194-12/+244
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-192-32/+6
* fix #11458 oswalkdir (#13689)Timothee Cour2020-03-191-27/+4
* added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1...Andreas Rumpf2020-03-192-2/+2
* add `move` to `tables` to prevent warnings when compiled with `--gc:arc` (#13...Miran2020-03-191-4/+4
* httpcore: deprecate `==`(string, HttpCode) (#13682)alaviss2020-03-191-1/+8
* enable --tlsEmulation:on for --gc:arc (#13685)Andreas Rumpf2020-03-183-7/+4
* arc optimizations (#13325)Andreas Rumpf2020-03-181-8/+1
* fixes hash(HashSet) which was wrong as it didn't respect tombstones; refs #13649Araq2020-03-181-1/+2
* add nnkMacroDef to RoutineNodes (#13676)Jasper Jenkins2020-03-171-1/+1
* rewritten goto based exception handling; much cleaner implementation;… (#13...Andreas Rumpf2020-03-171-3/+3
* fixes a bug for 'dup' and 'with'; they can now handle nested statement lists ...Araq2020-03-173-25/+22
* fixes #13654Andreas Rumpf2020-03-161-1/+1
* fixes #13645Araq2020-03-161-16/+18
* fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...Timothee Cour2020-03-137-9/+7
* catchable defects (#13626)Andreas Rumpf2020-03-1213-33/+204
* rename `lenTuple` and `lenVarargs` (#13639)Miran2020-03-122-6/+6
* Fix #12676 (#13634)genotrance2020-03-121-7/+15
* unicode.split: Fix the splitting when a Rune separator is used [backport] (#1...Kaushal Modi2020-03-121-14/+11
* Add more JS stuff to dom.nim (#13483)treeform2020-03-111-26/+45
* fix #13310, Deque misbehaves on VM (#13625)Miran2020-03-111-2/+15
* fixes #13558: toDateTime buggy on 29th, 30th and 31th of each month; breaking...Timothee Cour2020-03-111-13/+3
* fixes async regressionAraq2020-03-111-1/+1
* fixes #13519Araq2020-03-113-3/+3