index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
alternative to #18918 (#18927)
flywind
2021-09-30
1
-0
/
+2
*
Alternative to #18928 (#18931)
Jason Beetham
2021-09-30
1
-6
/
+6
*
fixes #18921 [backport] (#18930)
Andreas Rumpf
2021-09-30
1
-9
/
+11
*
[backport] use old style hints in .cfg files (#18917)
Miran
2021-09-29
2
-3
/
+3
*
envPairs works in vm, nims (#18615)
Timothee Cour
2021-09-29
1
-3
/
+11
*
test ord (#18909)
flywind
2021-09-28
1
-4
/
+0
*
fix a typo (canonilization => canonicalization) (#18914)
flywind
2021-09-28
1
-1
/
+1
*
fixes 'lent T' inside object constructor [backport] (#18911)
Andreas Rumpf
2021-09-27
3
-3
/
+4
*
this ensures libp2p continues to compile [backport] (#18908)
Andreas Rumpf
2021-09-27
2
-5
/
+16
*
fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#1...
flywind
2021-09-25
4
-6
/
+6
*
closes #18690; make view types stricter [backport] (#18891)
Andreas Rumpf
2021-09-24
1
-4
/
+2
*
[backport] arc: improve compile time of (nested) loops (#18890)
Clyybber
2021-09-24
1
-3
/
+8
*
ported Nim to proprietary CrossOS [backport] (#18889)
Andreas Rumpf
2021-09-24
3
-3
/
+10
*
correct effect tracking for .borrowed procs [backport] (#18882)
Andreas Rumpf
2021-09-23
6
-10
/
+18
*
closes #16132 [backport] (#18880)
Andreas Rumpf
2021-09-22
1
-5
/
+8
*
fixes #18856 [backport] (#18879)
Andreas Rumpf
2021-09-22
1
-1
/
+1
*
fixes #18863 [backport] (#18871)
Andreas Rumpf
2021-09-20
2
-4
/
+5
*
fixes #18847 [backport] (#18870)
Andreas Rumpf
2021-09-20
1
-2
/
+3
*
semtypinst: don't wrap type nodes from expressions in static[T] (#18860)
alaviss
2021-09-17
1
-1
/
+1
*
Fixed borrowing dot from aliases (#18854)
Jason Beetham
2021-09-16
1
-2
/
+2
*
fix #10128 (#18852)
flywind
2021-09-14
1
-3
/
+3
*
Dotborrow now works with generic distincts (#18848)
Jason Beetham
2021-09-14
2
-3
/
+4
*
Fixed #18838 (#18841) [backport]
Jason Beetham
2021-09-13
1
-1
/
+5
*
Generic pointer procs now error if no types supplied (#18832)
Jason Beetham
2021-09-11
2
-2
/
+2
*
Fixed type inference for 'set` and 'tuple' (#18827)
Jason Beetham
2021-09-11
1
-1
/
+2
*
Fix subranges of distinct types (#18816) [backport]
Jason Beetham
2021-09-07
1
-1
/
+1
*
Fixes implicit and explicit generics in procedures (#18808)
Jason Beetham
2021-09-06
1
-5
/
+23
*
fixes #12642 (#18811)
Andreas Rumpf
2021-09-06
3
-2
/
+10
*
'[]' can now be used for iterators (#18814)
Jason Beetham
2021-09-06
1
-1
/
+1
*
fixes #14165, fixes #18739, fix the second example of #6269 (#18812)
Andreas Rumpf
2021-09-06
1
-4
/
+7
*
Fix recursive generic typed defs (#18809)
Jason Beetham
2021-09-06
1
-1
/
+1
*
formal grammar updates [backport:1.2] (#18803)
Andreas Rumpf
2021-09-04
1
-27
/
+23
*
unicode operator bugfixes (#18802)
Andreas Rumpf
2021-09-04
1
-46
/
+60
*
fixes #16246 (#18800)
Andreas Rumpf
2021-09-04
3
-2
/
+11
*
fix for js strict mode (#18799)
Sven Keller
2021-09-04
1
-1
/
+1
*
we need something better than warningAsError for effect handling viol… (#18...
Andreas Rumpf
2021-09-04
1
-2
/
+2
*
implements https://github.com/nim-lang/RFCs/issues/407 (#18793)
Andreas Rumpf
2021-09-03
7
-20
/
+59
*
implemented Unicode operators (#18789)
Andreas Rumpf
2021-09-03
2
-7
/
+76
*
remove unnecessary if statement (#18792)
flywind
2021-09-03
1
-6
/
+6
*
fixes #18769 (#18790)
Andreas Rumpf
2021-09-03
1
-1
/
+7
*
fixes #18786 (#18788)
Andreas Rumpf
2021-09-03
1
-6
/
+5
*
fixes #16325 [backport:1.4] (#18784)
Andreas Rumpf
2021-09-02
1
-2
/
+1
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
16
-54
/
+164
*
fix #9778 (pairs iterator calling a helper proc with tuple return type will c...
flywind
2021-09-02
1
-11
/
+44
*
[minor]break loops after a candidate is added to seqs (#18770)
flywind
2021-08-31
1
-7
/
+9
*
move PNode.comment to a side channel, reducing memory usage during compilatio...
Timothee Cour
2021-08-29
3
-27
/
+67
*
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
*
fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...
Timothee Cour
2021-08-25
2
-5
/
+31
[next]