summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* deques.nim: Refactor the `toDeque` functionality (#15166)ee72020-08-072-5/+21
* fix sqlgetdata regression in odbc (#15161)cooldome2020-08-072-16/+12
* Added the ability to initialize a deque with an openArray (#15138)archnim2020-08-051-0/+6
* implement (#15153)cooldome2020-08-041-1/+1
* limit stalebot a bit morenarimiran2020-08-041-1/+5
* fixes a collect() bug reported on the forum (#15156) [backport:1.2]Andreas Rumpf2020-08-043-2/+12
* minor improvement (#15155)flywind2020-08-041-1/+1
* put stale limit at 3 yearsnarimiran2020-08-041-7/+6
* stalebot: don't send messages to keep spam downnarimiran2020-08-041-6/+7
* add stale botnarimiran2020-08-041-0/+65
* fixes #15129 [backport:1.2] (#15144)Andreas Rumpf2020-08-011-1/+1
* Remove `noSideEffect` pragmas (#15143)sschwarzer2020-08-012-2/+2
* net: allow close() to ignore SSL failures due to disconnections (#15120)alaviss2020-08-013-15/+177
* export asyncdispatch handles (#15140)flywind2020-08-012-1/+3
* fixes #15130 (#15141)Andreas Rumpf2020-08-013-4/+81
* fixes #15122 [backport:1.2] (#15139)Andreas Rumpf2020-08-012-0/+29
* ci_docs: build fusion docs (#15127)alaviss2020-08-011-0/+5
* improve epoll docs (#15137)flywind2020-08-011-21/+23
* fixes #15111 (#15136)Andreas Rumpf2020-08-015-24/+32
* Revert "Small typo (#15132)" (#15134)Andreas Rumpf2020-07-311-1/+1
* Small typo (#15132)Oliver Daniel2020-07-311-1/+1
* fixes #15071 [backport] (#15131)Andreas Rumpf2020-07-311-3/+3
* Bump nimble (#15126)genotrance2020-07-301-1/+1
* fixes #15112 (#15124)Andreas Rumpf2020-07-301-8/+12
* cursor and mutation tracking fixes (#15113)Andreas Rumpf2020-07-308-368/+311
* fix overloading case with generic alias (#15116)jcosborn2020-07-302-1/+106
* Fix tables.CountTable largest and smallest (#15115)treeform2020-07-291-4/+4
* asyncnet, net: don't attempt SSL_shutdown if a fatal error occurred (#15066)alaviss2020-07-304-34/+120
* Bump nimble (#15114)genotrance2020-07-291-1/+1
* fixes #14139 (#15107)flywind2020-07-292-3/+12
* Fix forward declaration issues in template/macro context (#15091)Clyybber2020-07-2917-95/+270
* Attempt to explain better why delImplIdx is the way it is. Maybe this can (#...c-blake2020-07-291-0/+30
* fixes #14616 [backport:1.2] (#15109)Andreas Rumpf2020-07-292-0/+14
* Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#1...c-blake2020-07-284-42/+42
* disable sink inference, only enable it for the stdlib. Reason: better source ...Andreas Rumpf2020-07-286-5/+18
* Change clibdir and cincludes for NetBSD (#15102)Euan2020-07-281-1/+9
* Fix #11352 strutil.insertSep() fails on negative numbers (#15087)Bung2020-07-282-6/+30
* deprecate tables.allValues; continuation of #15047 (#15092)Miran2020-07-281-1/+2
* cleanup ARC documentation (#15100)Andreas Rumpf2020-07-282-44/+0
* yet another fusion fixnarimiran2020-07-281-1/+1
* another bumpnarimiran2020-07-281-1/+1
* bump FusionStableCommit to the latest commitnarimiran2020-07-281-1/+1
* Improvements to Windows install instructions (#15099)Ray Imber2020-07-281-0/+9
* fixes #15076 (#15095)Andreas Rumpf2020-07-274-28/+57
* fix #14698 nkRecWhen caused internalAssert in semConstructFields when generic...Timothee Cour2020-07-272-1/+24
* fix #11354 jsgen not carefully handle genAddr with nkHiddenAddr,nkStm… (#15...Bung2020-07-272-1/+30
* fixes #14189 (#15080) [backport]Bung2020-07-271-2/+2
* more renamingsAraq2020-07-272-3/+3
* code cleanupAraq2020-07-273-209/+1
* fixes a closure iterator memory leaks, progress on #15076Araq2020-07-272-1/+37