summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* alternative to #18918 (#18927)flywind2021-09-301-0/+2
* Alternative to #18928 (#18931)Jason Beetham2021-09-301-6/+6
* fixes #18921 [backport] (#18930)Andreas Rumpf2021-09-301-9/+11
* [backport] use old style hints in .cfg files (#18917)Miran2021-09-292-3/+3
* envPairs works in vm, nims (#18615)Timothee Cour2021-09-291-3/+11
* test ord (#18909)flywind2021-09-281-4/+0
* fix a typo (canonilization => canonicalization) (#18914)flywind2021-09-281-1/+1
* fixes 'lent T' inside object constructor [backport] (#18911)Andreas Rumpf2021-09-273-3/+4
* this ensures libp2p continues to compile [backport] (#18908)Andreas Rumpf2021-09-272-5/+16
* fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#1...flywind2021-09-254-6/+6
* closes #18690; make view types stricter [backport] (#18891)Andreas Rumpf2021-09-241-4/+2
* [backport] arc: improve compile time of (nested) loops (#18890)Clyybber2021-09-241-3/+8
* ported Nim to proprietary CrossOS [backport] (#18889)Andreas Rumpf2021-09-243-3/+10
* correct effect tracking for .borrowed procs [backport] (#18882)Andreas Rumpf2021-09-236-10/+18
* closes #16132 [backport] (#18880)Andreas Rumpf2021-09-221-5/+8
* fixes #18856 [backport] (#18879)Andreas Rumpf2021-09-221-1/+1
* fixes #18863 [backport] (#18871)Andreas Rumpf2021-09-202-4/+5
* fixes #18847 [backport] (#18870)Andreas Rumpf2021-09-201-2/+3
* semtypinst: don't wrap type nodes from expressions in static[T] (#18860)alaviss2021-09-171-1/+1
* Fixed borrowing dot from aliases (#18854)Jason Beetham2021-09-161-2/+2
* fix #10128 (#18852)flywind2021-09-141-3/+3
* Dotborrow now works with generic distincts (#18848)Jason Beetham2021-09-142-3/+4
* Fixed #18838 (#18841) [backport]Jason Beetham2021-09-131-1/+5
* Generic pointer procs now error if no types supplied (#18832)Jason Beetham2021-09-112-2/+2
* Fixed type inference for 'set` and 'tuple' (#18827)Jason Beetham2021-09-111-1/+2
* Fix subranges of distinct types (#18816) [backport]Jason Beetham2021-09-071-1/+1
* Fixes implicit and explicit generics in procedures (#18808)Jason Beetham2021-09-061-5/+23
* fixes #12642 (#18811)Andreas Rumpf2021-09-063-2/+10
* '[]' can now be used for iterators (#18814)Jason Beetham2021-09-061-1/+1
* fixes #14165, fixes #18739, fix the second example of #6269 (#18812)Andreas Rumpf2021-09-061-4/+7
* Fix recursive generic typed defs (#18809)Jason Beetham2021-09-061-1/+1
* formal grammar updates [backport:1.2] (#18803)Andreas Rumpf2021-09-041-27/+23
* unicode operator bugfixes (#18802)Andreas Rumpf2021-09-041-46/+60
* fixes #16246 (#18800)Andreas Rumpf2021-09-043-2/+11
* fix for js strict mode (#18799)Sven Keller2021-09-041-1/+1
* we need something better than warningAsError for effect handling viol… (#18...Andreas Rumpf2021-09-041-2/+2
* implements https://github.com/nim-lang/RFCs/issues/407 (#18793)Andreas Rumpf2021-09-037-20/+59
* implemented Unicode operators (#18789)Andreas Rumpf2021-09-032-7/+76
* remove unnecessary if statement (#18792)flywind2021-09-031-6/+6
* fixes #18769 (#18790)Andreas Rumpf2021-09-031-1/+7
* fixes #18786 (#18788)Andreas Rumpf2021-09-031-6/+5
* fixes #16325 [backport:1.4] (#18784)Andreas Rumpf2021-09-021-2/+1
* strict effects (#18777)Andreas Rumpf2021-09-0216-54/+164
* fix #9778 (pairs iterator calling a helper proc with tuple return type will c...flywind2021-09-021-11/+44
* [minor]break loops after a candidate is added to seqs (#18770)flywind2021-08-311-7/+9
* move PNode.comment to a side channel, reducing memory usage during compilatio...Timothee Cour2021-08-293-27/+67
* followup #18759: make compiler build cleanly with 0 warnings/hints (#18764)Timothee Cour2021-08-282-4/+4
* more minor bootstrapping cleanups (#18759)Miran2021-08-283-5/+0
* [minor] break loops if it is ambiguous (#18745)flywind2021-08-271-6/+7
* fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...Timothee Cour2021-08-252-5/+31