summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix #15238 (#15262)cooldome2020-09-041-1/+17
* fix #15257, `toHex` couldn't handle large uint64 (#15261) [backport:1.2]Miran2020-09-041-2/+4
* fixes #15210 [backport:1.2] (#15237)Andreas Rumpf2020-08-311-0/+11
* fix #15035 (#15236)cooldome2020-08-281-0/+16
* Fix #5691 (#15158)Clyybber2020-08-274-0/+85
* fix some issues overloading with generics and inheritance (#15211)jcosborn2020-08-271-5/+31
* avoid #8231, bitwise move to mul,div (#15070)Bung2020-08-251-0/+3
* [backport] fix #15064, strscans.scanf edge case for '$+' (#15223)Miran2020-08-251-1/+15
* Add test coverage for atomics (#15193)Elijah Shaw-Rutschman2020-08-181-0/+609
* fix overloading issue with generic invocation (#15135)jcosborn2020-08-181-0/+60
* gc_regions: cleanup & fixes for deallocation (#11920)alaviss2020-08-171-0/+23
* Allow pragmas on parameters (#15178)Clyybber2020-08-111-0/+15
* Fix #8473 (#15169)Andreas Rumpf2020-08-114-1/+37
|\
| * Use typeflag insteadClyybber2020-08-101-0/+10
| * Add testcase for #5688Clyybber2020-08-081-0/+17
| * Make explicit {.nimcall.} a seperate calling conventionClyybber2020-08-082-1/+10
* | [FIX] strtabs interpolation in nimscript (#15172)haxscramper2020-08-091-0/+5
* | fix #15148 (#15149)flywind2020-08-081-0/+12
|/
* net: allow close() to ignore SSL failures due to disconnections (#15120)alaviss2020-08-011-7/+78
* fixes #15130 (#15141)Andreas Rumpf2020-08-011-2/+75
* fixes #15122 [backport:1.2] (#15139)Andreas Rumpf2020-08-011-0/+28
* cursor and mutation tracking fixes (#15113)Andreas Rumpf2020-07-302-5/+59
* fix overloading case with generic alias (#15116)jcosborn2020-07-301-0/+105
* asyncnet, net: don't attempt SSL_shutdown if a fatal error occurred (#15066)alaviss2020-07-302-0/+68
* fixes #14139 (#15107)flywind2020-07-291-0/+9
* Fix forward declaration issues in template/macro context (#15091)Clyybber2020-07-292-0/+240
* fixes #14616 [backport:1.2] (#15109)Andreas Rumpf2020-07-291-0/+10
* disable sink inference, only enable it for the stdlib. Reason: better source ...Andreas Rumpf2020-07-282-0/+2
* Fix #11352 strutil.insertSep() fails on negative numbers (#15087)Bung2020-07-281-0/+13
* fixes #15076 (#15095)Andreas Rumpf2020-07-271-0/+21
* fix #14698 nkRecWhen caused internalAssert in semConstructFields when generic...Timothee Cour2020-07-271-0/+20
* fix #11354 jsgen not carefully handle genAddr with nkHiddenAddr,nkStm… (#15...Bung2020-07-271-0/+20
* fixes a closure iterator memory leaks, progress on #15076Araq2020-07-271-0/+36
* Add test-cases for #12576 and #12523 (#15085)Danil Yarantsev2020-07-272-4/+36
* fixes #15038 [backport:1.2]Andreas Rumpf2020-07-261-0/+26
* fixes #15052Andreas Rumpf2020-07-261-0/+11
* Add a test-case for #12990 (#15072)Danil Yarantsev2020-07-252-2/+16
* strict func: much better error messages (#15068)Andreas Rumpf2020-07-251-1/+4
* writing to a location counts as "side effect"; implements https://github.com/...Andreas Rumpf2020-07-251-0/+31
* fix assignment to converted concept type (#15051)jcosborn2020-07-241-17/+37
* fixes #15044 [backport:1.2]Andreas Rumpf2020-07-231-0/+18
* Add a testcase for #14480. Fixes #14480 (#15037)Danil Yarantsev2020-07-221-0/+7
* cursor inference bugfixAndreas Rumpf2020-07-201-2/+62
* 'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011)Andreas Rumpf2020-07-201-0/+36
* [Backport] Fixes callbacks being dropped on Linux/macOS/BSD. (#15012)Dominik Picheta2020-07-191-0/+67
* enable,document,test getImplTransformed, very useful for understanding how ni...Timothee Cour2020-07-181-0/+20
* Fix #14906 (#14949)Tomohiro2020-07-181-2/+54
* arc: cursors for simple for loop variables (#15008)Andreas Rumpf2020-07-172-4/+29
* Show that a variable is cursor in --expandArc (#15002)Clyybber2020-07-172-12/+12
* Fix #14994 (#14996)Clyybber2020-07-151-0/+14