summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Add Documentation (#13811)Juan Carlos2020-03-3112-19/+135
* refs #13797 (#13812)Timothee Cour2020-03-311-1/+1
* Fix telebot test failed, closes ba0f3/telebot.nim#49 [ref #13812] (#13814)Huy Doan2020-03-311-1/+1
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-3014-21/+171
* faster CIs (#13803)Miran2020-03-3072-1085/+535
* '.push raises: []' now also affects proc types (#13776)Andreas Rumpf2020-03-295-5/+32
* fix #13794 HashSet leak (#13800)Timothee Cour2020-03-291-1/+2
* Fix #13631 (#13789)Juan Carlos2020-03-291-2/+2
* fix #13730 (#13787)Timothee Cour2020-03-282-2/+10
* [CI] fix recent freebsd systematic failure (#13788)Timothee Cour2020-03-281-9/+14
* fixes #13763 (#13777)Andreas Rumpf2020-03-272-1/+10
* More fixes for Haiku (#13774)alaviss2020-03-272-47/+50
* fix typos and deprecation warnings for tconvariancerules.nim (#13772)Arne Döring2020-03-271-21/+20
* make nim_temp compile with --gc:arc --sinkInference:off (#13769)cooldome2020-03-261-1/+1
* Fix vm.nim for --gc:arc (#13741)Clyybber2020-03-263-41/+30
* ssl_certs: add Haiku support (#13761)alaviss2020-03-261-7/+32
* asyncdispatch: fix erroneous set construction (#13765)alaviss2020-03-261-1/+3
* Fix typeSym.getImpl for ref types (#13752)zah2020-03-264-8/+88
* `import macros` rather than `import std/macros`. (#13762)Euan2020-03-261-1/+2
* distinctBase overload for values (#13746)Timothee Cour2020-03-252-1/+8
* Continue bool conversion fixing (#13751)cooldome2020-03-253-2/+20
* bump copyright year to 2020 (#13753)Miran2020-03-251-1/+1
* [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