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
/
sempass2.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
fixes #19159 [backport:1.6] (#19210)
Andreas Rumpf
2021-12-04
1
-3
/
+4
*
fixes another effect inference bug [backport:1.6] (#19100)
Andreas Rumpf
2021-11-07
1
-0
/
+3
*
correct effect tracking for .borrowed procs [backport] (#18882)
Andreas Rumpf
2021-09-23
1
-4
/
+9
*
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
1
-0
/
+2
*
fixes #18786 (#18788)
Andreas Rumpf
2021-09-03
1
-6
/
+5
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
1
-31
/
+85
*
mitigates #12815 (#18557)
Andreas Rumpf
2021-07-22
1
-2
/
+6
*
fixes #12815 (#18554)
Andreas Rumpf
2021-07-22
1
-1
/
+4
*
fixes #18550 (#18553)
Andreas Rumpf
2021-07-21
1
-0
/
+16
*
Extended side effect error messages (#18418)
quantimnot
2021-07-15
1
-17
/
+57
*
fixes #18240 (#18354)
Andreas Rumpf
2021-06-25
1
-12
/
+25
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
1
-1
/
+1
*
implement RFCs/294 ; disallow enum <=> enum conversion (#16351)
Timothee Cour
2021-04-03
1
-3
/
+3
*
better error messages for .raise effect analysis (#17595)
Andreas Rumpf
2021-03-31
1
-5
/
+7
*
added nkError to the AST (#17567)
Andreas Rumpf
2021-03-29
1
-1
/
+3
*
fixes a bug that keeps Nimbus from compiling with --gc:orc (#17005)
Andreas Rumpf
2021-02-11
1
-2
/
+15
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-6
/
+6
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-1
/
+1
*
Nil type check implementation (#15287)
Alexander Ivanov
2020-12-29
1
-1
/
+4
*
fix #16120 (#16145)
cooldome
2020-11-26
1
-52
/
+52
*
fix #15707 (#15870)
cooldome
2020-11-09
1
-2
/
+2
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-9
/
+9
*
Tables, use sink val arguments more actively (#15625)
cooldome
2020-10-19
1
-19
/
+20
*
renamed '=' to '=copy' [backport:1.2] (#15585)
Andreas Rumpf
2020-10-15
1
-1
/
+2
*
fixes #15510 (#15523)
Andreas Rumpf
2020-10-08
1
-1
/
+4
*
effects: exclude swap() from "indirect calls" assumption (#15504)
Paul Tan
2020-10-06
1
-1
/
+1
*
New hint for unused exceptions in .raises (#15492)
IDF
2020-10-06
1
-3
/
+5
*
implements https://github.com/nim-lang/RFCs/issues/258 (#15503)
Andreas Rumpf
2020-10-06
1
-26
/
+82
*
refactoring, fixes yet another strictFuncs regression (#15446)
Andreas Rumpf
2020-10-01
1
-1
/
+4
*
spec for view types (#15424)
Andreas Rumpf
2020-09-29
1
-2
/
+2
*
more precise borrow checking of 'result' (#15406)
Andreas Rumpf
2020-09-24
1
-1
/
+1
*
fixes #15403 (#15404)
Andreas Rumpf
2020-09-24
1
-1
/
+2
*
borrow checking (#15282)
Andreas Rumpf
2020-09-09
1
-2
/
+5
*
Expand hoisted default params in sem (#15270)
Clyybber
2020-09-05
1
-1
/
+1
*
fix #15238 (#15262)
cooldome
2020-09-04
1
-0
/
+1
*
fixes #15129 [backport:1.2] (#15144)
Andreas Rumpf
2020-08-01
1
-1
/
+1
*
fixes #15122 [backport:1.2] (#15139)
Andreas Rumpf
2020-08-01
1
-0
/
+1
*
cursor and mutation tracking fixes (#15113)
Andreas Rumpf
2020-07-30
1
-0
/
+2
*
fixes #15076 (#15095)
Andreas Rumpf
2020-07-27
1
-15
/
+14
*
fixes #15038 [backport:1.2]
Andreas Rumpf
2020-07-26
1
-0
/
+2
*
strict func: much better error messages (#15068)
Andreas Rumpf
2020-07-25
1
-2
/
+3
*
writing to a location counts as "side effect"; implements https://github.com/...
Andreas Rumpf
2020-07-25
1
-4
/
+7
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-96
/
+123
*
more precise analysis about 'observable stores' [backport:1.2] (#14582)
Andreas Rumpf
2020-06-06
1
-1
/
+5
*
fix #14314 do not analyze importc procs for effects (#14319)
Timothee Cour
2020-05-12
1
-1
/
+6
*
do not track 'raise Defect' in the .raises: [] clause anymore (#14298)
Andreas Rumpf
2020-05-11
1
-1
/
+4
*
fixes #14177
Araq
2020-05-02
1
-2
/
+3
*
fixes #14079 [backport:1.2] (#14163)
Andreas Rumpf
2020-04-29
1
-1
/
+2
[next]