summary refs log tree commit diff stats
path: root/tests/views
Commit message (Expand)AuthorAgeFilesLines
* fixes #20048; fixes #15746; don't sink object fields if it's of openarray typ...ringabout2024-06-152-0/+22
* improve view types for jsgen; eliminate unnecessary copies of view types (#23...ringabout2024-06-021-0/+19
* fixes #16671; openarray conversion for object construction (#23618)ringabout2024-05-161-0/+22
* closes #15778; adds a test case (#23613)ringabout2024-05-151-7/+29
* fixes openarray views default values in JS (#23607)ringabout2024-05-141-0/+15
* 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
* 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