summary refs log tree commit diff stats
path: root/compiler/sempass2.nim
Commit message (Expand)AuthorAgeFilesLines
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* fixes #19159 [backport:1.6] (#19210)Andreas Rumpf2021-12-041-3/+4
* fixes another effect inference bug [backport:1.6] (#19100)Andreas Rumpf2021-11-071-0/+3
* correct effect tracking for .borrowed procs [backport] (#18882)Andreas Rumpf2021-09-231-4/+9
* 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-031-0/+2
* fixes #18786 (#18788)Andreas Rumpf2021-09-031-6/+5
* strict effects (#18777)Andreas Rumpf2021-09-021-31/+85
* mitigates #12815 (#18557)Andreas Rumpf2021-07-221-2/+6
* fixes #12815 (#18554)Andreas Rumpf2021-07-221-1/+4
* fixes #18550 (#18553)Andreas Rumpf2021-07-211-0/+16
* Extended side effect error messages (#18418)quantimnot2021-07-151-17/+57
* fixes #18240 (#18354)Andreas Rumpf2021-06-251-12/+25
* cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...Timothee Cour2021-04-171-1/+1
* implement RFCs/294 ; disallow enum <=> enum conversion (#16351)Timothee Cour2021-04-031-3/+3
* better error messages for .raise effect analysis (#17595)Andreas Rumpf2021-03-311-5/+7
* added nkError to the AST (#17567)Andreas Rumpf2021-03-291-1/+3
* fixes a bug that keeps Nimbus from compiling with --gc:orc (#17005)Andreas Rumpf2021-02-111-2/+15
* IC: next steps (#16729)Andreas Rumpf2021-01-231-6/+6
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-1/+1
* Nil type check implementation (#15287)Alexander Ivanov2020-12-291-1/+4
* fix #16120 (#16145)cooldome2020-11-261-52/+52
* fix #15707 (#15870)cooldome2020-11-091-2/+2
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-9/+9
* Tables, use sink val arguments more actively (#15625)cooldome2020-10-191-19/+20
* renamed '=' to '=copy' [backport:1.2] (#15585)Andreas Rumpf2020-10-151-1/+2
* fixes #15510 (#15523)Andreas Rumpf2020-10-081-1/+4
* effects: exclude swap() from "indirect calls" assumption (#15504)Paul Tan2020-10-061-1/+1
* New hint for unused exceptions in .raises (#15492)IDF2020-10-061-3/+5
* implements https://github.com/nim-lang/RFCs/issues/258 (#15503)Andreas Rumpf2020-10-061-26/+82
* refactoring, fixes yet another strictFuncs regression (#15446)Andreas Rumpf2020-10-011-1/+4
* spec for view types (#15424)Andreas Rumpf2020-09-291-2/+2
* more precise borrow checking of 'result' (#15406)Andreas Rumpf2020-09-241-1/+1
* fixes #15403 (#15404)Andreas Rumpf2020-09-241-1/+2
* borrow checking (#15282)Andreas Rumpf2020-09-091-2/+5
* Expand hoisted default params in sem (#15270)Clyybber2020-09-051-1/+1
* fix #15238 (#15262)cooldome2020-09-041-0/+1
* fixes #15129 [backport:1.2] (#15144)Andreas Rumpf2020-08-011-1/+1
* fixes #15122 [backport:1.2] (#15139)Andreas Rumpf2020-08-011-0/+1
* cursor and mutation tracking fixes (#15113)Andreas Rumpf2020-07-301-0/+2
* fixes #15076 (#15095)Andreas Rumpf2020-07-271-15/+14
* fixes #15038 [backport:1.2]Andreas Rumpf2020-07-261-0/+2
* strict func: much better error messages (#15068)Andreas Rumpf2020-07-251-2/+3
* writing to a location counts as "side effect"; implements https://github.com/...Andreas Rumpf2020-07-251-4/+7
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-96/+123
* more precise analysis about 'observable stores' [backport:1.2] (#14582)Andreas Rumpf2020-06-061-1/+5
* fix #14314 do not analyze importc procs for effects (#14319)Timothee Cour2020-05-121-1/+6
* do not track 'raise Defect' in the .raises: [] clause anymore (#14298)Andreas Rumpf2020-05-111-1/+4
* fixes #14177Araq2020-05-021-2/+3
* fixes #14079 [backport:1.2] (#14163)Andreas Rumpf2020-04-291-1/+2