summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* documented overload disambiguation [backport] (#18865)Andreas Rumpf2021-09-191-1/+19
* semtypinst: don't wrap type nodes from expressions in static[T] (#18860)alaviss2021-09-172-1/+18
* Fixed borrowing dot from aliases (#18854)Jason Beetham2021-09-162-3/+39
* fix #10128 (#18852)flywind2021-09-142-3/+21
* add testcase for #7308 (#18849)flywind2021-09-142-11/+43
* Dotborrow now works with generic distincts (#18848)Jason Beetham2021-09-144-7/+37
* add changelog entry for #18656 (#18839) [backport]Christian Ulrich2021-09-131-0/+5
* doc improvements (#18843)Andreas Rumpf2021-09-132-138/+33
* Fixed #18838 (#18841) [backport]Jason Beetham2021-09-132-2/+40
* Generic pointer procs now error if no types supplied (#18832)Jason Beetham2021-09-113-2/+30
* Fixed type inference for 'set` and 'tuple' (#18827)Jason Beetham2021-09-112-1/+24
* [minor] fix docs (#18834)flywind2021-09-111-6/+4
* fix code-block which causes missing docsflywind2021-09-111-2/+2
* distros.foreignDeps made public (#18830)Juan Carlos2021-09-102-4/+5
* Clarify unknown processor error (#18829)Federico Ceratto2021-09-091-1/+1
* active some packages (#18825)flywind2021-09-091-4/+4
* fix CI failure(upstream changes) (#18820)flywind2021-09-081-1/+1
* Fix subranges of distinct types (#18816) [backport]Jason Beetham2021-09-072-1/+15
* Fixes implicit and explicit generics in procedures (#18808)Jason Beetham2021-09-062-5/+68
* fixes #12642 (#18811)Andreas Rumpf2021-09-066-7/+36
* '[]' can now be used for iterators (#18814)Jason Beetham2021-09-062-1/+15
* Atlas: added 'extract' command, as promised (#18813)Andreas Rumpf2021-09-061-1/+9
* fixes #14165, fixes #18739, fix the second example of #6269 (#18812)Andreas Rumpf2021-09-062-4/+57
* Fix recursive generic typed defs (#18809)Jason Beetham2021-09-062-1/+13
* use new Nimble, with lockfiles (#18810)Miran2021-09-061-1/+1
* add weave to important packages (#17665)flywind2021-09-051-0/+1
* formal grammar updates [backport:1.2] (#18803)Andreas Rumpf2021-09-043-48/+40
* unicode operator bugfixes (#18802)Andreas Rumpf2021-09-042-47/+63
* fixes #16246 (#18800)Andreas Rumpf2021-09-044-2/+22
* remove channels (#18801)flywind2021-09-046-923/+1
* fix for js strict mode (#18799)Sven Keller2021-09-042-5/+2
* documented overloadable enums and changelog improvements (#18797)Andreas Rumpf2021-09-042-22/+70
* we need something better than warningAsError for effect handling viol… (#18...Andreas Rumpf2021-09-043-5/+4
* implements https://github.com/nim-lang/RFCs/issues/407 (#18793)Andreas Rumpf2021-09-039-20/+103
* implemented Unicode operators (#18789)Andreas Rumpf2021-09-036-7/+117
* remove unnecessary if statement (#18792)flywind2021-09-031-6/+6
* fixes #18769 (#18790)Andreas Rumpf2021-09-032-2/+17
* Document `-d:async_backend` flag (#18700)Jacek Sieka2021-09-031-0/+28
* fixes #18786 (#18788)Andreas Rumpf2021-09-031-6/+5
* testament --megatest:off now makes tests non-joinable so that they all run (#...Timothee Cour2021-09-032-2/+2
* fixes #18494 (#18783)Andreas Rumpf2021-09-021-8/+34
* fixes #16325 [backport:1.4] (#18784)Andreas Rumpf2021-09-022-2/+21
* sequtils now support strict effect tracking (#18782)Andreas Rumpf2021-09-022-9/+19
* Fix initrand to avoid random number sequences overlapping (#18744)Tomohiro2021-09-024-20/+95
* strict effects (#18777)Andreas Rumpf2021-09-0235-203/+482
* fix #9778 (pairs iterator calling a helper proc with tuple return type will c...flywind2021-09-022-11/+300
* add Apple Silicon to supporting platforms (#18772)flywind2021-08-311-1/+1
* [minor]break loops after a candidate is added to seqs (#18770)flywind2021-08-311-7/+9
* Fix #15150 (#18730)konsumlamm2021-08-311-1/+2
* move PNode.comment to a side channel, reducing memory usage during compilatio...Timothee Cour2021-08-293-27/+67