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
*
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
*
Reenable a few tests
Clyybber
2020-07-14
1
-4
/
+3
*
Closes #10396
Clyybber
2020-07-14
1
-0
/
+55
*
Closes #8426
Clyybber
2020-07-14
1
-0
/
+14
*
add full tests from #9463 (#14975)
jcosborn
2020-07-14
1
-11
/
+161
*
add testcase for #5926 (#14965)
flywind
2020-07-11
1
-0
/
+22
*
add testcase for #4668 (#14946)
flywind
2020-07-09
1
-0
/
+16
*
Add test-cases to some fixed issues to close them (#14795)
Danil Yarantsev
2020-06-24
1
-0
/
+18
*
Remove the uses of {.procvar.} pragma (#14359)
Kaushal Modi
2020-05-15
1
-1
/
+1
*
Add tests for #8481, #6490 and #4061 (#14083)
Clyybber
2020-04-23
1
-0
/
+13
*
faster CIs (#13803)
Miran
2020-03-30
1
-36
/
+12
*
fix deprecations and other warnings (#13748)
Miran
2020-03-25
1
-1
/
+1
*
fix #13524 astToStr now works inside generics (#13681)
Timothee Cour
2020-03-18
1
-0
/
+6
*
fixes #13519
Araq
2020-03-11
1
-0
/
+21
*
fixes #13378 [backport] (#13392)
Andreas Rumpf
2020-02-11
1
-0
/
+16
*
Revert "printing float values will have one more digit. (#13276) [backport]" ...
Timothee Cour
2020-02-08
2
-8
/
+9
*
printing float values will have one more digit. (#13276) [backport]
Arne Döring
2020-02-07
2
-9
/
+8
*
fixes #13110 (#13197)
Andreas Rumpf
2020-01-19
1
-1
/
+4
*
[backport] fix #12528, fix #12525: incorrect generic type resolution for defa...
Andreas Rumpf
2019-10-28
1
-0
/
+14
*
Refactor json macro (#12391)
Arne Döring
2019-10-17
1
-0
/
+73
*
ungeneric unsigned ops (#12230)
Jasper Jenkins
2019-10-11
1
-8
/
+0
*
fixes subtype relation regression
Araq
2019-05-22
1
-1
/
+1
*
fixes #11239
Araq
2019-05-22
1
-1
/
+1
*
fixes #6732 (#11255)
Andreas Rumpf
2019-05-15
1
-0
/
+21
*
fixes #88 (#11243)
Andreas Rumpf
2019-05-15
1
-2
/
+25
[next]