summary refs log tree commit diff stats
path: root/tests/views/tviews1.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #22597; avoid side effects for call returning openArray types (#23257)ringabout2024-01-261-0/+19
* fixes #22117; View types lifetime tracking does not work with defer (#22121)ringabout2023-06-191-0/+12
* fixes #21674; `lent` can be used in the fields or the cast type as a paramete...ringabout2023-04-181-0/+16
* closes #15897; add testcase (#19961)flywind2022-07-021-0/+11
* style usages part one (openarray => openArray) (#19321)flywind2022-01-041-1/+1
* fixes 'lent T' inside object constructor [backport] (#18911)Andreas Rumpf2021-09-271-0/+17
* closes #18690; make view types stricter [backport] (#18891)Andreas Rumpf2021-09-241-1/+12
* closes #16132 [backport] (#18880)Andreas Rumpf2021-09-221-1/+13
* spec for view types (#15424)Andreas Rumpf2020-09-291-1/+2
* better support for slices as views (#15414)Andreas Rumpf2020-09-271-0/+27