summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* semtypinst: don't wrap type nodes from expressions in static[T] (#18860)alaviss2021-09-171-0/+17
* Fixed borrowing dot from aliases (#18854)Jason Beetham2021-09-161-1/+37
* fix #10128 (#18852)flywind2021-09-141-0/+18
* add testcase for #7308 (#18849)flywind2021-09-142-11/+43
* Dotborrow now works with generic distincts (#18848)Jason Beetham2021-09-142-4/+33
* Fixed #18838 (#18841) [backport]Jason Beetham2021-09-131-1/+35
* Generic pointer procs now error if no types supplied (#18832)Jason Beetham2021-09-111-0/+28
* Fixed type inference for 'set` and 'tuple' (#18827)Jason Beetham2021-09-111-0/+22
* fix CI failure(upstream changes) (#18820)flywind2021-09-081-1/+1
* Fix subranges of distinct types (#18816) [backport]Jason Beetham2021-09-071-0/+14
* Fixes implicit and explicit generics in procedures (#18808)Jason Beetham2021-09-061-0/+45
* fixes #12642 (#18811)Andreas Rumpf2021-09-061-0/+20
* '[]' can now be used for iterators (#18814)Jason Beetham2021-09-061-0/+14
* fixes #14165, fixes #18739, fix the second example of #6269 (#18812)Andreas Rumpf2021-09-061-0/+50
* Fix recursive generic typed defs (#18809)Jason Beetham2021-09-061-0/+12
* unicode operator bugfixes (#18802)Andreas Rumpf2021-09-041-1/+3
* fixes #16246 (#18800)Andreas Rumpf2021-09-041-0/+11
* remove channels (#18801)flywind2021-09-043-422/+0
* implements https://github.com/nim-lang/RFCs/issues/407 (#18793)Andreas Rumpf2021-09-031-0/+9
* implemented Unicode operators (#18789)Andreas Rumpf2021-09-032-0/+15
* fixes #18769 (#18790)Andreas Rumpf2021-09-031-1/+10
* fixes #16325 [backport:1.4] (#18784)Andreas Rumpf2021-09-021-0/+20
* sequtils now support strict effect tracking (#18782)Andreas Rumpf2021-09-021-0/+5
* Fix initrand to avoid random number sequences overlapping (#18744)Tomohiro2021-09-022-4/+30
* strict effects (#18777)Andreas Rumpf2021-09-0210-22/+124
* fix #9778 (pairs iterator calling a helper proc with tuple return type will c...flywind2021-09-021-0/+256
* Implement RFC-413 (#18749)Juan Carlos2021-08-261-1/+0
* fixes #14511 [backport:1.4] (#18732)Dankr4d2021-08-251-0/+54
* fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...Timothee Cour2021-08-252-0/+28
* Fix #18718 (#18731)konsumlamm2021-08-231-42/+51
* Implement RFC-391 (#18585)Juan Carlos2021-08-221-1/+0
* replace wrt with proper word (#18724)flywind2021-08-221-1/+1
* fix deprecated example (#18721)flywind2021-08-211-7/+15
* add testcase for overloadable_enums (#18722)flywind2021-08-211-0/+29
* sigmatch: support optional params with last block arg(s) (#18631)Timothee Cour2021-08-201-0/+81
* fix #18627(Program segfaults with ARC when using openArray[string]) (#18713)flywind2021-08-191-0/+24
* Add ceilDiv to math (#18596)Tomohiro2021-08-191-0/+40
* improvements to `addInt` and `$` for integer types (#18592)Timothee Cour2021-08-193-78/+62
* asynchttpserver: ipv6 support (#18706)Emery Hemingway2021-08-181-1/+1
* fix #18702(fix `parseutils.parseFloat`) (#18703) [backport:1.0]flywind2021-08-161-2/+11
* properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...Timothee Cour2021-08-132-3/+43
* fix a sqlite bug (#18669)flywind2021-08-121-0/+28
* fix #18670 quoteShellCommand, quoteShell, quoteShellWindows on windows (#18671)Timothee Cour2021-08-121-1/+12
* fixes #18643 [backport:1.0] (#18678)Andreas Rumpf2021-08-121-0/+11
* fix: `var a{.foo.} = expr` inside templates (refs #15920) (except when `foo` ...Timothee Cour2021-08-113-2/+75
* Only allow IPv4 literals in strict form (#18656)Christian Ulrich2021-08-082-41/+84
* improve several tests in testament (#18635)Timothee Cour2021-08-086-38/+37
* make proc names consistent (#18626)flywind2021-08-016-6/+6
* fix #18620 (#18624)flywind2021-08-011-0/+17
* exportC => exportc (#18625)Timothee Cour2021-07-311-1/+1