| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Dotborrow now works with generic distincts (#18848) | Jason Beetham | 2021-09-14 | 4 | -7/+37 |
* | add changelog entry for #18656 (#18839) [backport] | Christian Ulrich | 2021-09-13 | 1 | -0/+5 |
* | doc improvements (#18843) | Andreas Rumpf | 2021-09-13 | 2 | -138/+33 |
* | Fixed #18838 (#18841) [backport] | Jason Beetham | 2021-09-13 | 2 | -2/+40 |
* | Generic pointer procs now error if no types supplied (#18832) | Jason Beetham | 2021-09-11 | 3 | -2/+30 |
* | Fixed type inference for 'set` and 'tuple' (#18827) | Jason Beetham | 2021-09-11 | 2 | -1/+24 |
* | [minor] fix docs (#18834) | flywind | 2021-09-11 | 1 | -6/+4 |
* | fix code-block which causes missing docs | flywind | 2021-09-11 | 1 | -2/+2 |
* | distros.foreignDeps made public (#18830) | Juan Carlos | 2021-09-10 | 2 | -4/+5 |
* | Clarify unknown processor error (#18829) | Federico Ceratto | 2021-09-09 | 1 | -1/+1 |
* | active some packages (#18825) | flywind | 2021-09-09 | 1 | -4/+4 |
* | fix CI failure(upstream changes) (#18820) | flywind | 2021-09-08 | 1 | -1/+1 |
* | Fix subranges of distinct types (#18816) [backport] | Jason Beetham | 2021-09-07 | 2 | -1/+15 |
* | Fixes implicit and explicit generics in procedures (#18808) | Jason Beetham | 2021-09-06 | 2 | -5/+68 |
* | fixes #12642 (#18811) | Andreas Rumpf | 2021-09-06 | 6 | -7/+36 |
* | '[]' can now be used for iterators (#18814) | Jason Beetham | 2021-09-06 | 2 | -1/+15 |
* | Atlas: added 'extract' command, as promised (#18813) | Andreas Rumpf | 2021-09-06 | 1 | -1/+9 |
* | fixes #14165, fixes #18739, fix the second example of #6269 (#18812) | Andreas Rumpf | 2021-09-06 | 2 | -4/+57 |
* | Fix recursive generic typed defs (#18809) | Jason Beetham | 2021-09-06 | 2 | -1/+13 |
* | use new Nimble, with lockfiles (#18810) | Miran | 2021-09-06 | 1 | -1/+1 |
* | add weave to important packages (#17665) | flywind | 2021-09-05 | 1 | -0/+1 |
* | formal grammar updates [backport:1.2] (#18803) | Andreas Rumpf | 2021-09-04 | 3 | -48/+40 |
* | unicode operator bugfixes (#18802) | Andreas Rumpf | 2021-09-04 | 2 | -47/+63 |
* | fixes #16246 (#18800) | Andreas Rumpf | 2021-09-04 | 4 | -2/+22 |
* | remove channels (#18801) | flywind | 2021-09-04 | 6 | -923/+1 |
* | fix for js strict mode (#18799) | Sven Keller | 2021-09-04 | 2 | -5/+2 |
* | documented overloadable enums and changelog improvements (#18797) | Andreas Rumpf | 2021-09-04 | 2 | -22/+70 |
* | we need something better than warningAsError for effect handling viol… (#18... | Andreas Rumpf | 2021-09-04 | 3 | -5/+4 |
* | implements https://github.com/nim-lang/RFCs/issues/407 (#18793) | Andreas Rumpf | 2021-09-03 | 9 | -20/+103 |
* | implemented Unicode operators (#18789) | Andreas Rumpf | 2021-09-03 | 6 | -7/+117 |
* | remove unnecessary if statement (#18792) | flywind | 2021-09-03 | 1 | -6/+6 |
* | fixes #18769 (#18790) | Andreas Rumpf | 2021-09-03 | 2 | -2/+17 |
* | Document `-d:async_backend` flag (#18700) | Jacek Sieka | 2021-09-03 | 1 | -0/+28 |
* | fixes #18786 (#18788) | Andreas Rumpf | 2021-09-03 | 1 | -6/+5 |
* | testament --megatest:off now makes tests non-joinable so that they all run (#... | Timothee Cour | 2021-09-03 | 2 | -2/+2 |
* | fixes #18494 (#18783) | Andreas Rumpf | 2021-09-02 | 1 | -8/+34 |
* | fixes #16325 [backport:1.4] (#18784) | Andreas Rumpf | 2021-09-02 | 2 | -2/+21 |
* | sequtils now support strict effect tracking (#18782) | Andreas Rumpf | 2021-09-02 | 2 | -9/+19 |
* | Fix initrand to avoid random number sequences overlapping (#18744) | Tomohiro | 2021-09-02 | 4 | -20/+95 |
* | strict effects (#18777) | Andreas Rumpf | 2021-09-02 | 35 | -203/+482 |
* | fix #9778 (pairs iterator calling a helper proc with tuple return type will c... | flywind | 2021-09-02 | 2 | -11/+300 |
* | add Apple Silicon to supporting platforms (#18772) | flywind | 2021-08-31 | 1 | -1/+1 |
* | [minor]break loops after a candidate is added to seqs (#18770) | flywind | 2021-08-31 | 1 | -7/+9 |
* | Fix #15150 (#18730) | konsumlamm | 2021-08-31 | 1 | -1/+2 |
* | move PNode.comment to a side channel, reducing memory usage during compilatio... | Timothee Cour | 2021-08-29 | 3 | -27/+67 |
* | Remove `Covariance` section from the experimental manual (#18688) | konsumlamm | 2021-08-29 | 1 | -101/+63 |
* | add missing docs (#18758) | flywind | 2021-08-29 | 1 | -0/+1 |
* | followup #18759: make compiler build cleanly with 0 warnings/hints (#18764) | Timothee Cour | 2021-08-28 | 2 | -4/+4 |
* | more minor bootstrapping cleanups (#18759) | Miran | 2021-08-28 | 3 | -5/+0 |
* | [minor] break loops if it is ambiguous (#18745) | flywind | 2021-08-27 | 1 | -6/+7 |