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 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
*
Generic parameters now can constrain statics in type definitions (#19362)
Jason Beetham
2022-01-14
1
-0
/
+42
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
2
-3
/
+3
*
Alternative to #18928 (#18931)
Jason Beetham
2021-09-30
1
-1
/
+51
*
semtypinst: don't wrap type nodes from expressions in static[T] (#18860)
alaviss
2021-09-17
1
-0
/
+17
*
Fixed #18838 (#18841) [backport]
Jason Beetham
2021-09-13
1
-1
/
+35
*
Generic pointer procs now error if no types supplied (#18832)
Jason Beetham
2021-09-11
1
-0
/
+28
*
Fixes implicit and explicit generics in procedures (#18808)
Jason Beetham
2021-09-06
1
-0
/
+45
*
Fix recursive generic typed defs (#18809)
Jason Beetham
2021-09-06
1
-0
/
+12
*
improve several tests in testament (#18635)
Timothee Cour
2021-08-08
1
-2
/
+2
*
typo: nonexistant => nonexistent (#17918)
Timothee Cour
2021-05-02
1
-4
/
+4
*
semLambda removed, semProcAux reworked (#17379)
Saem Ghani
2021-03-17
1
-0
/
+26
*
`std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147)
Timothee Cour
2021-02-24
1
-3
/
+3
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-3
/
+3
*
use doAssert in tests (#16486)
flywind
2020-12-28
3
-31
/
+31
*
testament: error instead of silently overwrite a spec (#16166)
Timothee Cour
2020-11-29
1
-4
/
+16
*
make megatest consistent with unjoined tests wrt newlines, honor newlines in ...
Timothee Cour
2020-11-28
1
-8
/
+0
*
Clarify the sense in which Nim supports recursive iterators in the (#15834)
c-blake
2020-11-04
1
-2
/
+2
*
add testcase for #6060 (#15366)
flywind
2020-09-21
1
-0
/
+11
*
An optimizer for ARC (#14962)
Andreas Rumpf
2020-07-15
1
-640
/
+0
*
Fix #14990 (#14991)
Clyybber
2020-07-15
1
-0
/
+11
[next]