summary refs log tree commit diff stats
path: root/tests/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unpack mSlice tupleconstr for static openarrays (#20615)Jason Beetham2022-10-221-0/+11
* fixes #19986; mutable view from immutable location (#20134)ringabout2022-09-281-0/+42
* [Testament] Extend and document message testing aids (#19996)quantimnot2022-09-011-2/+2
* 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
* view types: spec changes (#18226)Andreas Rumpf2021-06-101-5/+4
* close #17636 (#17643)flywind2021-04-061-3/+2
* ensure the Nim compiler works with --experimental:strictFuncs --experimental:...Andreas Rumpf2020-10-262-0/+15
* fixes view types for sizeof() and --gc:orc (#15680)Andreas Rumpf2020-10-221-1/+1
* const view types; fixes some cases from https://github.com/nim-lang/Nim/issue...Andreas Rumpf2020-10-051-0/+26
* better support for view types (#15436)Andreas Rumpf2020-09-302-0/+88
* spec for view types (#15424)Andreas Rumpf2020-09-294-8/+22
* produce runtime type information for reified openArrays (#15415)Andreas Rumpf2020-09-271-0/+42
* better support for slices as views (#15414)Andreas Rumpf2020-09-273-0/+82