Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strict funcs: use control flow information for a more precise analysis (#15271) | Andreas Rumpf | 2020-09-06 | 1 | -3/+8 |
| | | | | | * strict funcs: use control flow information for a more precise analysis * cursor inference uses control flow information | ||||
* | strict func: much better error messages (#15068) | Andreas Rumpf | 2020-07-25 | 1 | -1/+4 |
| | | | | | * strict func: much better error messages * documented the 'strict funcs' mode | ||||
* | writing to a location counts as "side effect"; implements ↵ | Andreas Rumpf | 2020-07-25 | 1 | -0/+31 |
https://github.com/nim-lang/RFCs/issues/234 (#15030) |