summary refs log tree commit diff stats
path: root/tests/views/tdont_mutate.nim
Commit message (Collapse)AuthorAgeFilesLines
* ensure the Nim compiler works with --experimental:strictFuncs ↵Andreas Rumpf2020-10-261-0/+11
| | | | --experimental:views [backport:1.4] (#15737)
* better support for view types (#15436)Andreas Rumpf2020-09-301-0/+48
* you can put borrows into tables * enforces mutating views only mutate mutable data