summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * Use typeflag insteadClyybber2020-08-1011-18/+29
| * Remove little lies :)Clyybber2020-08-081-5/+6
| * Fix bootstrappingClyybber2020-08-081-3/+4
| * Add testcase for #5688Clyybber2020-08-081-0/+17
| * Make explicit {.nimcall.} a seperate calling conventionClyybber2020-08-0812-17/+29
* | docs: dlimport -> dynlib (#15175)Silvio2020-08-111-1/+1
* | Added array type definition to manual (#15173)Ico Doornekamp2020-08-101-0/+3
* | [FIX] strtabs interpolation in nimscript (#15172)haxscramper2020-08-092-1/+6
* | fixes #15101 [backport] (#15171)Andreas Rumpf2020-08-081-3/+2
* | Add `iterator inotify_events` which is *almost always* needed logic for (#15152)c-blake2020-08-081-0/+14
* | fix #15148 (#15149)flywind2020-08-082-4/+23
* | 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