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
*
fix semFinishOperands for bracket expressions [backport:2.0] (#23571)
metagn
2024-05-08
1
-0
/
+24
*
fixes #23233; Regression when using generic type with Table/OrderedTable (#23...
ringabout
2024-01-19
1
-1
/
+21
*
delay resolved procvar check for proc params + acknowledge unresolved statics...
metagn
2024-01-11
3
-3
/
+159
*
add switch, warning, and `bind` support for new generic injection behavior (#...
metagn
2023-12-22
2
-0
/
+79
*
allow replacing captured syms in macro calls in generics (#23091)
metagn
2023-12-18
1
-0
/
+86
*
fixes #9381; Fix double evaluation of types in generic objects (#23072)
Pylgos
2023-12-14
1
-0
/
+14
*
enable vtable implementation for C++ and make it an experimental feature (#23...
ringabout
2023-11-30
1
-1
/
+1
*
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
[next]