summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] docs: make the syntax for generics easy to look up (#13754)Rory O’Kane2020-03-251-1/+2
* [skip ci] docs: reword Part 3 link to communicate that it exists (#13755)Rory O’Kane2020-03-251-1/+1
* docs: say that `nil` can be used as a value (#13756)Rory O’Kane2020-03-251-5/+8
* fix deprecations and other warnings (#13748)Miran2020-03-2522-66/+63
* fixes #13744 (#13749)cooldome2020-03-254-1/+44
* fix #13737 (#13738)Timothee Cour2020-03-241-1/+2
* use nimEmulateOverflowChecks for ARM/ARM64Araq2020-03-241-0/+4
* __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-233-12/+27
* hotfix: make 'nim doc nimhcr' work on all platformsAraq2020-03-231-33/+33
* trees.nim: compare floating points by their bitpatterns because NaN comparisi...Araq2020-03-231-1/+1
* disable even more of scope based destruction handling; fixes #13709Araq2020-03-231-7/+98
* trees.nim: compare floating points by their bitpatterns because NaN comparisi...Araq2020-03-231-1/+1
* new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508)Timothee Cour2020-03-234-1/+139
* add error for missing commandLineParams (#13719)Andy Davidoff2020-03-231-0/+4
* Revert "fix #13417 (#13712)" (#13728)Andreas Rumpf2020-03-232-31/+11
* introduce getPeerCertificates, fixes #13299 (#13650)Christian Ulrich2020-03-224-22/+82
* better error messages for Nim's effect systemAraq2020-03-224-21/+46
* Windows API callbacks cannot raise exceptionsAraq2020-03-221-3/+3
* fix #13417 (#13712)Arne Döring2020-03-222-11/+31
* fixes #13715 (#13716)Arne Döring2020-03-223-2/+11
* typoAraq2020-03-221-1/+1
* fix #13720 (#13721)Arne Döring2020-03-222-2/+4
* Add EPOLLEXCLUSIVE (#13718)Hiroki Noda2020-03-211-0/+1
* fixes #13708 (#13711)cooldome2020-03-212-10/+20
* [ci skip] add back unintentionally removed linenarimiran2020-03-201-0/+1
* SSL certificate verify GitHub action (#13697)Federico Ceratto2020-03-2013-12/+872
* [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...Timothee Cour2020-03-206-31/+56
* threadpool.nim: allow control over MaxThreadPoolSize and MaxDistinguishedThre...Araq2020-03-201-3/+3
* Revert –#13658 for nim-gdb.bat. Fixes #13705 (#13707)Joey2020-03-201-1/+3
* fixes #13698 (#13706)Andreas Rumpf2020-03-202-2/+9
* Detect Ubuntu by checking release() and uname() (#13704)Hayden2020-03-201-1/+3
* fight the code bloat in base64.nimAraq2020-03-201-7/+16
* make 'nim check' more robust for illdefined constantsAraq2020-03-201-1/+1
* Add Base64 safe (#13672)Juan Carlos2020-03-203-9/+45
* fix #13538 sigmatch errors are now sorted (#13701)Timothee Cour2020-03-206-47/+54
* Remove 2 old deprecated files (#13702)Juan Carlos2020-03-203-23/+1
* fix nimsuggest warning (#13699)Jasper Jenkins2020-03-203-7/+4
* fix nimpretty warning (#13700)Jasper Jenkins2020-03-201-2/+1
* cycle breaker (#13593)Andreas Rumpf2020-03-1910-41/+298
* Clean 1 old deprecated empty file (#13696)Juan Carlos2020-03-191-6/+0
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-1912-74/+233
* fixes #13691 (#13694)Andreas Rumpf2020-03-192-2/+34
* fix #13412 nim now recompiles for stdin input; SuccessX now configurable; can...Timothee Cour2020-03-192-1/+11
* fix #11458 oswalkdir (#13689)Timothee Cour2020-03-192-27/+5
* added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1...Andreas Rumpf2020-03-194-5/+13
* 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-192-1/+11
* gc.rst that doesn't lie (#13686)Andreas Rumpf2020-03-191-54/+34