summary refs log tree commit diff stats
path: root/tests/overload
Commit message (Expand)AuthorAgeFilesLines
* More descriptive names of test files (#9531)Miran2018-10-292-0/+0
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-1615-343/+361
* make tests green againAndreas Rumpf2018-07-051-2/+2
* make tests green againAndreas Rumpf2018-07-052-2/+2
* Backwards-compatible support for keyword arguments in the command syntaxZahary Karadjov2018-05-071-2/+3
* Bugfix: Allow matching on nkExprEqExpr against varargs[untyped]Zahary Karadjov2018-05-071-0/+15
* make tests green againAndreas Rumpf2018-05-021-1/+1
* make tests green againAndreas Rumpf2018-04-221-1/+1
* fixes #7291Araq2018-03-051-1/+3
* better error messages: use <T1, T2> instead of (T1, T2) in order to prevent c...Araq2018-02-101-1/+1
* Fix compiler crash (#6773) (#6774)cooldome2017-11-181-0/+47
* added another test case for #6526Andreas Rumpf2017-10-281-0/+11
* fixes #6526Araq2017-10-271-5/+20
* Remove expr/stmt (#5857)Arne Döring2017-07-253-7/+9
* fix #1082Zahary Karadjov2017-06-201-1/+1
* close #3152; closed via f663ca7Zahary Karadjov2017-06-201-0/+4
* fix #5017; fix #5893Zahary Karadjov2017-06-201-0/+26
* fix varargs forwarding for templates; fixes #5455 (#5505)zah2017-03-131-0/+37
* make more tests greenAraq2017-02-161-1/+1
* fixes #4671Andreas Rumpf2016-09-131-0/+17
* Add a test case for issue #4675.Matthew Baulch2016-09-033-0/+27
* fixes #4545Andreas Rumpf2016-08-041-0/+18
* Add regression test for fix for #4475Kier Davis2016-07-111-0/+6
* Modification to implementation of round() such that it returns a float and ac...A. S. Budden2016-05-311-1/+1
* sequtils related changesPeter Mora2015-10-051-1/+1
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-044-20/+20
* fixes regression: overloading by 'var'Araq2015-04-251-1/+9
* fixes #2600Araq2015-04-251-1/+30
* fixes #2481Araq2015-04-101-0/+38
* fixes #2397Araq2015-03-251-0/+4
* disjoint checker is somewhat smarterAraq2015-03-161-0/+81
* fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be usedAraq2015-03-104-21/+83
* fixes #2229Araq2015-03-051-0/+24
* some love for the testsuite; fixed regressionsAraq2015-03-011-0/+17
* ordinary parameters can follow a varargs parameterAraq2015-02-121-0/+17
* fixes #1657Araq2014-11-271-0/+9
* fixes #592Araq2014-08-191-0/+77
* make some tests red :) (i.e. print failure details while running the tester)Zahary Karadjov2014-03-161-1/+1
* handle arbitrary expressions dependent on static input params in proc signaturesZahary Karadjov2014-03-161-1/+1
* fix #966Zahary Karadjov2014-03-091-0/+12
* Changed tests and tools to use 'discard' statements instead of 'nil' for empt...Clay Sweetser2014-02-151-7/+7
* new tester; all tests categorizedAraq2014-01-135-0/+118
?h=v1.0.4&id=039c03efad1df9ef7d9c1965454e98c46c53ef87'>^
f0df3fa5 ^
a986e2bd ^

3fe38754 ^

6a8d5d23 ^
aad61455 ^
7a268c8b ^

efdc7b16 ^
4be8b401 ^



d955e3f0 ^
75013dc7 ^
67bb838c ^
a808a661 ^
bba8d293 ^
2a64495f ^
5e449699 ^
fc486c60 ^
c5450bd1 ^
7b04e507 ^
87db0130 ^
dd4a4145 ^
8f2f1767 ^
db1721dd ^
aea5cf92 ^
b624bd94 ^
69d1220f ^
bd8ef764 ^
0128bee7 ^
6f43de0a ^




fca1fc4f ^
f70ee6b2 ^
0db4c9b2 ^
b2d63ef5 ^
291ca616 ^
d994d0d6 ^
01c89bb5 ^
66c5bb93 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85