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
/
objects
/
tobject_default_value.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #21840; nested local template lookup regression (#21841)
ringabout
2023-05-12
1
-0
/
+74
*
fixes #21801; object field initialization with overloaded functions (#21805)
ringabout
2023-05-08
1
-0
/
+23
*
fixes #21023; Segfault when mixing seqs, orc, variants and futures (#21497)
ringabout
2023-03-10
1
-0
/
+32
*
fixes #20695; fixes object with distinct defaults and tables (#21428)
ringabout
2023-02-24
1
-1
/
+38
*
unpublic `arrayWith` and rename it to `nimArrayWith` (#21006)
ringabout
2022-12-04
1
-1
/
+1
*
fixes object default fields bugs and add tests (#20839)
ringabout
2022-11-15
1
-3
/
+34
*
Revert "fixes #20699; generate an empty struct for void type" (#20806)
Andreas Rumpf
2022-11-12
1
-14
/
+15
*
fixes #20699; generate an empty struct for void type (#20790)
Aditya Siram
2022-11-09
1
-0
/
+14
*
fixes #20740; fixes pre-existing field visibility issues and removes `efSkipF...
ringabout
2022-11-03
1
-1
/
+21
*
fixes #20715; range[a..b] inside object variant fails (#20716)
ringabout
2022-10-31
1
-0
/
+30
*
fixes #20681; add efSkipFieldVisibilityCheck to skip check (#20639)
ringabout
2022-10-28
1
-22
/
+24
*
remove implicit let/var default initialization (#20508)
ringabout
2022-10-07
1
-16
/
+16
*
add default field support for object in ARC/ORC (#20480)
ringabout
2022-10-04
1
-0
/
+429