summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* add expectIdent to macros (#12778)Arne Döring2020-03-111-0/+7
* fixed to jsonArrayEnd comment. (#13624)めぐみ発動機 (isVowel / GreenWing)2020-03-111-1/+1
* fix operators containing percent for VM usage (#13536)Arne Döring2020-03-112-59/+77
* fixes #13607Araq2020-03-101-6/+4
* hotfix: make --useVersion:1.0 workAraq2020-03-101-1/+2
* fix #12508, unaligned access on sparc64 (#13594)Miran2020-03-091-1/+1
* fixes #13605 (#13611)Andreas Rumpf2020-03-091-4/+5
* Add isValidFilename (#13561)Juan Carlos2020-03-071-0/+68