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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes requiresInit for var statements without initialization (#24177)
ringabout
2024-09-26
1
-0
/
+10
*
fixes #23943; simple default value for range (#23996)
ringabout
2024-08-22
1
-0
/
+5
*
fixes default float ranges (#23957)
ringabout
2024-08-16
1
-0
/
+12
*
supports `default` for range types using `firstOrd` with `nimPreviewRangeDefa...
ringabout
2024-08-13
1
-2
/
+16
*
fixes #22926; Different type inferred when setting a default value for an arr...
ringabout
2023-11-29
2
-6
/
+30
*
fixes #22613; Default value does not work with object's discriminator (#22614)
ringabout
2023-09-01
1
-1
/
+16
*
When in object handles procedure call again, fixes #22474 (#22480)
Jason Beetham
2023-08-15
1
-0
/
+32
*
fixes #22301; fixes #22324; rejects branch initialization with a runtime disc...
ringabout
2023-07-25
1
-0
/
+17
*
fixes #22123; Compiler bug with default initializer values and arrays (#22128)
ringabout
2023-06-20
1
-0
/
+14
*
fixes ilegal recursion (#22105)
Juan M Gómez
2023-06-16
2
-0
/
+12
*
Allows for arbitrary ordering of inheritance in type section #6259 (#22070)
Juan M Gómez
2023-06-15
1
-1
/
+1
*
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
*
fix #20972 fixes invalid and UB codegen case object transitions for both refc...
ringabout
2023-04-04
1
-0
/
+15
*
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 #20856; store defaults directly (#20859)
ringabout
2022-11-17
1
-0
/
+13
*
add more test for #20836 (#20842)
Derek 呆
2022-11-14
1
-0
/
+15
*
fixes object default fields bugs and add tests (#20839)
ringabout
2022-11-15
1
-3
/
+34
*
fixes #20836; fixes #20833; fixes `unsafeNew` (#20841)
ringabout
2022-11-14
1
-0
/
+10
*
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
3
-29
/
+28
*
fixes type check of ranges for default fields (#20660)
ringabout
2022-10-27
1
-0
/
+11
*
add type check for default fields (#20652)
ringabout
2022-10-25
1
-0
/
+22
*
Automatic dereferencing is removed (#20531)
ringabout
2022-10-10
1
-0
/
+15
*
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
2
-0
/
+444
*
less test time costs (#20479)
Bung
2022-10-02
1
-3
/
+2
*
defaults to ORC (#19972)
ringabout
2022-09-23
3
-20
/
+29
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
2
-3
/
+3
*
nvro don't touch cdecl types [backport: 1.6] (#19461)
flywind
2022-01-28
1
-0
/
+18
*
nrvo shouldn't touch bycopy object[backport:1.2] (#19385)
flywind
2022-01-14
2
-0
/
+30
*
fixes #17437 - crash where error reporting > 1 (#17547)
Saem Ghani
2021-03-29
1
-0
/
+22
*
remove some noises in tests (#16448)
flywind
2020-12-27
1
-7
/
+3
*
testament: error instead of silently ignore invalid targets; remove pointless...
Timothee Cour
2020-12-14
1
-1
/
+1
*
make megatest consistent with unjoined tests wrt newlines, honor newlines in ...
Timothee Cour
2020-11-28
1
-1
/
+1
*
close #4318(add testcase for #4318) (#15904)
flywind
2020-11-11
1
-0
/
+12
*
fix #14698 nkRecWhen caused internalAssert in semConstructFields when generic...
Timothee Cour
2020-07-27
1
-0
/
+20
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-1
/
+1
*
implement (#14114)
cooldome
2020-04-25
1
-0
/
+6
*
Turn some of the errors back into warnings
Zahary Karadjov
2020-04-01
1
-1
/
+1
*
fix when statements in inheritable generic objects (#13667) [backport]
Jasper Jenkins
2020-03-17
1
-0
/
+11
*
Revert "printing float values will have one more digit. (#13276) [backport]" ...
Timothee Cour
2020-02-08
1
-3
/
+3
*
printing float values will have one more digit. (#13276) [backport]
Arne Döring
2020-02-07
1
-3
/
+3
*
Fixed objects being erroneously zeroed out before object construction (#12814...
Neelesh Chandola
2019-12-05
1
-0
/
+22
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
[next]