summary refs log tree commit diff stats
path: root/compiler/varpartitions.nim
Commit message (Expand)AuthorAgeFilesLines
...
* better strict funcs, WIP (#15199)Andreas Rumpf2020-08-181-5/+21
* fixes a collect() bug reported on the forum (#15156) [backport:1.2]Andreas Rumpf2020-08-041-1/+1
* fixes #15130 (#15141)Andreas Rumpf2020-08-011-1/+5
* fixes #15111 (#15136)Andreas Rumpf2020-08-011-0/+2
* cursor and mutation tracking fixes (#15113)Andreas Rumpf2020-07-301-56/+239
* strict func: much better error messages (#15068)Andreas Rumpf2020-07-251-33/+73
* writing to a location counts as "side effect"; implements https://github.com/...Andreas Rumpf2020-07-251-0/+243