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
/
generics
Commit message (
Expand
)
Author
Age
Files
Lines
*
rework the vtable implementation embedding the vtable array directly with new...
ringabout
2023-11-28
1
-0
/
+1
*
fixes #22971; `inferGenericTypes` does not work with method call syntax (#22972)
Pylgos
2023-11-22
1
-1
/
+23
*
Fix #22826: Don't skip generic instances in type comparison (#22828)
SirOlaf
2023-10-21
1
-0
/
+8
*
fixes #22753; Nimsuggest segfault with invalid assignment to table (#22781)
ringabout
2023-10-02
1
-2
/
+2
*
second test case haul for templates and generics (#22728)
metagn
2023-09-19
1
-0
/
+7
*
implement semgnrc for tuple and object type nodes (#22709)
metagn
2023-09-16
2
-1
/
+11
*
Fix #21742: Check generic alias depth before skip (#22443)
SirOlaf
2023-09-08
1
-0
/
+10
*
Fix #17509: Continue instead of return with unfinished generics (#22563)
SirOlaf
2023-09-07
1
-0
/
+25
*
make getType nodes of generic insts have full inst type (#22655)
metagn
2023-09-07
1
-0
/
+35
*
fully revert generic inst sym change, test #22646 (#22653)
metagn
2023-09-06
1
-35
/
+0
*
fix sym of created generic instantiation type (#22642)
metagn
2023-09-05
1
-4
/
+35
*
unify explicit generic param semchecking in calls (#22618)
metagn
2023-09-01
1
-1
/
+20
*
fixes internal error: no generic body fixes #1500 (#22580)
Juan M Gómez
2023-09-01
1
-0
/
+8
*
resolve local symbols in generic type call RHS (#22610)
metagn
2023-09-01
2
-0
/
+20
*
test case haul for old generic/template/macro issues (#22564)
metagn
2023-08-27
2
-0
/
+73
*
Fix #21760 (#22422)
SirOlaf
2023-08-10
1
-0
/
+8
*
fix #12938 index type of array in type section without static (#20529)
Bung
2023-08-09
2
-0
/
+15
*
block ambiguous type conversion dotcalls in generics (#22375)
metagn
2023-08-09
4
-0
/
+46
*
fix #18823 Passing Natural to bitops.BitsRange[T] parameter in generi… (#20...
Bung
2023-08-08
1
-0
/
+6
*
Let inferGenericTypes continue if a param is already bound (#22384)
SirOlaf
2023-08-06
1
-1
/
+24
*
Fix crash when using uninstantiated generic (#22379)
Jake Leahy
2023-08-04
1
-0
/
+16
*
Add experimental inferGenericTypes switch (#22317)
SirOlaf
2023-08-03
1
-0
/
+139
*
fix scoping regression with calls in generic bodies (#22115)
metagn
2023-06-17
2
-0
/
+34
*
fix calls in generic bodies, delay typecheck when no overloads match (#22029)
metagn
2023-06-13
2
-36
/
+72
*
more test cases for generic object impl AST (#22077)
metagn
2023-06-11
2
-21
/
+49
*
some test cleanups & category reorganization (#22010)
metagn
2023-06-06
4
-5
/
+38
*
add test case for #7839 (#22006)
Bung
2023-06-05
1
-0
/
+9
*
Add anti-regression for #21958 (#21960)
Mamy Ratsimbazafy
2023-05-30
1
-0
/
+11
*
when T is both a type symbol and a routine symbol in scope of a generic proc ...
metagn
2023-05-24
2
-0
/
+9
*
fix #14254 (#21837)
metagn
2023-05-20
2
-0
/
+6
*
consistent use of scForceOpen for generic dot field symbols (#21738)
metagn
2023-05-05
3
-1
/
+62
*
fixes #20900; Calling template through from generic function across module fa...
ringabout
2023-04-13
2
-2
/
+11
*
fixes #3770; templates with untyped parameters resolve private fields wrongly...
ringabout
2023-03-21
2
-0
/
+15
*
closes #8295; add a test case (#21486)
ringabout
2023-03-07
1
-0
/
+13
*
closes #6231; add a test case (#21485)
ringabout
2023-03-07
1
-0
/
+5
*
Fix #20416. Enable the recursion limit for ref/ptr types. (#21092)
Aditya Siram
2022-12-13
1
-0
/
+20
*
fix #16639 (#21017)
metagn
2022-12-05
1
-0
/
+21
*
fix #20996 (#21016)
metagn
2022-12-04
1
-0
/
+15
*
fix #6637 array index type depends generic (#20673)
Bung
2022-10-27
1
-0
/
+9
*
add test case for #500 (#20661)
Bung
2022-10-26
1
-0
/
+8
*
closes #4466; add testcase (#20625)
ringabout
2022-10-23
1
-0
/
+9
*
fix #7446 Generics: type mismatch 'SomeunsignedInt or Natural' (#20522)
Bung
2022-10-11
1
-0
/
+10
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
1
-1
/
+1
*
less test time costs (#20479)
Bung
2022-10-02
1
-4
/
+4
*
defaults to ORC (#19972)
ringabout
2022-09-23
2
-11
/
+20
*
Fixes #20348; only respect the recursion limit if the symbol's generic type ...
Aditya Siram
2022-09-22
1
-0
/
+123
*
fixes Thread initializer for ARC/ORC on Macos (#20368)
ringabout
2022-09-16
1
-1
/
+1
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
4
-4
/
+14
*
No longer segfault when using a typeclass with a self referencing type (#19467)
Jason Beetham
2022-02-02
1
-0
/
+12
*
Fixed concept constraints for static types (#19391)
Jason Beetham
2022-01-15
1
-25
/
+62
[next]