summary refs log tree commit diff stats
path: root/tests/objects
Commit message (Expand)AuthorAgeFilesLines
* make tests green againAndreas Rumpf2018-07-052-3/+3
* make tests green againAndreas Rumpf2018-07-052-5/+5
* fixes #7637; assignments are not allowed to slice object; minor breaking changeAndreas Rumpf2018-04-213-13/+34
* avoid creating temporary in genObjConstr if possible (#7032)jcosborn2018-01-112-1/+13
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-10/+10
* fixes #6294Araq2017-09-051-1/+37
* Fix typo (#6236)Daniil Yarancev2017-08-121-1/+1
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
* fixes #5892Araq2017-07-171-0/+19
* fixes #4763Araq2017-07-171-0/+32
* fixes #4673Andreas Rumpf2016-09-011-0/+13
* make test green again (code was wrong, but not detected by compiler)Andreas Rumpf2016-04-301-1/+1
* fixes regression: tobjconstr2 test works againAraq2015-10-141-1/+1
* fix test failure due to "illegal recursion" error messageAman Gupta2015-10-011-1/+1
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-047-17/+17
* fixes #3038Araq2015-07-031-0/+28
* renamed writeln to writeLine in testspatrick dw2015-06-192-13/+13
* fixes #1658Araq2015-04-111-0/+15
* fixes #1691Araq2015-04-111-0/+7
* fixes #2509Araq2015-04-111-0/+19
* fixes #1791Araq2015-03-121-13/+13
* some love for the testsuite; fixed regressionsAraq2015-03-011-0/+3
* cleanup index generationAraq2015-02-101-0/+27
* fixes #837Araq2014-11-212-6/+34
* fixes #1053, fixes #924Araq2014-11-191-0/+55
* fixes #1274Araq2014-11-181-0/+16
* further adaptationsAraq2014-08-291-1/+1
* fixes #1275Araq2014-07-011-0/+12
* Added support for {.packed.} pragma on objectsAudun Wilhelmsen2014-03-181-0/+49
* next steps for closure iteratorsAraq2014-01-229-0/+280
* new tester; all tests categorizedAraq2014-01-131-0/+52
7 23:10:36 +0100 committer Araq <rumpf_a@web.de> 2013-12-27 23:10:36 +0100 case consistency part 4' href='/ahoang/Nim/commit/lib/system/widestrs.nim?h=devel&id=92b8fac94a7243cde785d985db3fd86b6025b079'>92b8fac94 ^
3caf10842 ^
92b8fac94 ^
346ea6d17 ^
92b8fac94 ^
3caf10842 ^
92b8fac94 ^



e904b3f95 ^
92b8fac94 ^



3caf10842 ^





92b8fac94 ^
3caf10842 ^









92b8fac94 ^
3caf10842 ^











92b8fac94 ^



c768fea63 ^
92b8fac94 ^


c768fea63 ^
3caf10842 ^
92b8fac94 ^

c0d240b8c ^

92b8fac94 ^

c768fea63 ^
e904b3f95 ^


92b8fac94 ^

e904b3f95 ^

92b8fac94 ^

e904b3f95 ^

92b8fac94 ^
e904b3f95 ^
92b8fac94 ^
e904b3f95 ^
92b8fac94 ^
c0d240b8c ^

92b8fac94 ^
64b048520 ^
92b8fac94 ^
c0d240b8c ^
92b8fac94 ^

7c757599f ^
92b8fac94 ^



e904b3f95 ^
92b8fac94 ^
c103eddc7 ^
92b8fac94 ^
e904b3f95 ^
43bddf62d ^
7c757599f ^









43bddf62d ^
c103eddc7 ^
92b8fac94 ^
c103eddc7 ^
493dbc893 ^

c103eddc7 ^
493dbc893 ^


7c757599f ^
493dbc893 ^



7c757599f ^




43bddf62d ^
92b8fac94 ^

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
86
87
88
89
90
91
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211