index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #20048; fixes #15746; don't sink object fields if it's of openarray typ...
ringabout
2024-06-15
2
-0
/
+22
*
improve view types for jsgen; eliminate unnecessary copies of view types (#23...
ringabout
2024-06-02
1
-0
/
+19
*
fixes #16671; openarray conversion for object construction (#23618)
ringabout
2024-05-16
1
-0
/
+22
*
closes #15778; adds a test case (#23613)
ringabout
2024-05-15
1
-7
/
+29
*
fixes openarray views default values in JS (#23607)
ringabout
2024-05-14
1
-0
/
+15
*
fixes #22597; avoid side effects for call returning openArray types (#23257)
ringabout
2024-01-26
1
-0
/
+19
*
fixes #22117; View types lifetime tracking does not work with defer (#22121)
ringabout
2023-06-19
1
-0
/
+12
*
fixes #21674; `lent` can be used in the fields or the cast type as a paramete...
ringabout
2023-04-18
1
-0
/
+16
*
Unpack mSlice tupleconstr for static openarrays (#20615)
Jason Beetham
2022-10-22
1
-0
/
+11
*
fixes #19986; mutable view from immutable location (#20134)
ringabout
2022-09-28
1
-0
/
+42
*
[Testament] Extend and document message testing aids (#19996)
quantimnot
2022-09-01
1
-2
/
+2
*
closes #15897; add testcase (#19961)
flywind
2022-07-02
1
-0
/
+11
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
1
-1
/
+1
*
fixes 'lent T' inside object constructor [backport] (#18911)
Andreas Rumpf
2021-09-27
1
-0
/
+17
*
closes #18690; make view types stricter [backport] (#18891)
Andreas Rumpf
2021-09-24
1
-1
/
+12
*
closes #16132 [backport] (#18880)
Andreas Rumpf
2021-09-22
1
-1
/
+13
*
view types: spec changes (#18226)
Andreas Rumpf
2021-06-10
1
-5
/
+4
*
close #17636 (#17643)
flywind
2021-04-06
1
-3
/
+2
*
ensure the Nim compiler works with --experimental:strictFuncs --experimental:...
Andreas Rumpf
2020-10-26
2
-0
/
+15
*
fixes view types for sizeof() and --gc:orc (#15680)
Andreas Rumpf
2020-10-22
1
-1
/
+1
*
const view types; fixes some cases from https://github.com/nim-lang/Nim/issue...
Andreas Rumpf
2020-10-05
1
-0
/
+26
*
better support for view types (#15436)
Andreas Rumpf
2020-09-30
2
-0
/
+88
*
spec for view types (#15424)
Andreas Rumpf
2020-09-29
4
-8
/
+22
*
produce runtime type information for reified openArrays (#15415)
Andreas Rumpf
2020-09-27
1
-0
/
+42
*
better support for slices as views (#15414)
Andreas Rumpf
2020-09-27
3
-0
/
+82