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
*
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
*
32 bit fixes (#10608)
Arne Döring
2019-02-13
1
-0
/
+2
*
Propagate tfGcSafe flag to generic instantiations (#10620)
LemonBoy
2019-02-13
1
-0
/
+11
*
Fix for issue #10342. better message for generic subclass instantiation (#10354)
Ray Imber
2019-01-22
2
-1
/
+12
*
add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...
Timothee Cour
2019-01-08
1
-1
/
+1
*
megatest: make it green on Linux
Araq
2018-12-11
3
-4
/
+3
*
make more tests green
Araq
2018-12-11
2
-36
/
+8
*
testament: joinable is now an explicit concept of a test spec
Andreas Rumpf
2018-12-11
1
-0
/
+3
*
Testament: refactoring; makes the test joiner green
Araq
2018-12-11
6
-2
/
+10
*
lots of small changes
Arne Döring
2018-12-11
4
-4
/
+4
*
megatest checks output and nimout
Arne Döring
2018-12-11
4
-133
/
+127
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
6
-16
/
+3
*
cleanup tests; don't use non-working 'msg' spec field
Araq
2018-11-23
1
-1
/
+1
*
updated tests to be executed
Arne Döring
2018-11-23
2
-2
/
+13
*
make run the default action of a test in tester
Arne Döring
2018-11-23
2
-1
/
+13
*
disable some tests for the C++ target; refs #7870
Araq
2018-11-15
1
-9
/
+10
*
adopt tests
Arne Döring
2018-11-08
1
-1
/
+1
*
More descriptive names of test files (#9531)
Miran
2018-10-29
3
-6
/
+8
*
closes #6220
Araq
2018-10-18
1
-0
/
+415
*
make some tests faster (#9413)
Miran
2018-10-17
1
-5
/
+5
*
Merge tests into a larger file (part 5 of ∞) (#9368)
Miran
2018-10-16
1
-1
/
+1
*
Merge tests into a larger file (part 3 of ∞: generics) (#9347)
Miran
2018-10-14
65
-1276
/
+1236
*
add issue #5707 as test case (#9361)
Vindaar
2018-10-14
1
-0
/
+6
*
fix tests/generics/t8694.nim: runnableExamples were not run because of #9216 ...
Timothee Cour
2018-10-09
1
-3
/
+3
*
Fix regression with runnableExamples in generic expr
LemonBoy
2018-09-30
2
-0
/
+64
*
fixes #8883
Araq
2018-09-14
1
-0
/
+657
*
fixes #7854
Araq
2018-08-30
1
-0
/
+36
*
make generic tests green again
Andreas Rumpf
2018-08-13
1
-2
/
+2
[next]