summary refs log tree commit diff stats
path: root/tests/overload
Commit message (Expand)AuthorAgeFilesLines
* 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
'>92 93 94 95 96 97 98 99 100 101 102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171