summary refs log tree commit diff stats
path: root/tests/objects
Commit message (Expand)AuthorAgeFilesLines
* Revert "printing float values will have one more digit. (#13276) [backport]" ...Timothee Cour2020-02-081-3/+3
* printing float values will have one more digit. (#13276) [backport]Arne Döring2020-02-071-3/+3
* Fixed objects being erroneously zeroed out before object construction (#12814...Neelesh Chandola2019-12-051-0/+22
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* Remove ENDB (#12095)Clyybber2019-08-311-1/+0
* Remove immediate pragma (#11308)Arne Döring2019-05-291-1/+1
* add tests, closes #3012, closes #7244narimiran2019-02-271-0/+21
* fixes #10195Araq2019-02-191-0/+5
* 32 bit fixes (#10608)Arne Döring2019-02-131-27/+1
* disable one more test for C++Araq2019-01-161-0/+4
* fixes #10203 (#10290)Andreas Rumpf2019-01-151-0/+20
* void object fields are now ignored by codegen and fields/fieldPairs iterator ...Neelesh Chandola2019-01-101-0/+17
* Merge pull request #8748 from LemonBoy/when-in-objectsAndreas Rumpf2018-12-121-0/+51
|\
| * Pervasive replacement of nkRecWhen in generic typesLemonBoy2018-10-191-0/+51
* | megatest checks output and nimoutArne Döring2018-12-111-18/+13
* | require errormsg to be specified before file.Arne Döring2018-12-112-5/+5
* | threw away a silly testAraq2018-11-231-61/+0
* | activated more tests, allow input in test specArne Döring2018-11-231-0/+9
* | make run the default action of a test in testerArne Döring2018-11-232-1/+8
* | More descriptive names of test files (#9531)Miran2018-10-292-0/+0
* | Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-1611-223/+204
|/
* 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
o FetchFullMessages' href='/akspecs/aerc/commit/worker/types/messages.go?h=0.2.1&id=95875b13f829919b3453763628d1dda97371fab0'>95875b1 ^
b389647 ^
88c379d ^
b389647 ^

1f23868 ^


511fea3 ^
1f23868 ^

312a53e ^

88c379d ^
312a53e ^

6271d45 ^



88c379d ^
6271d45 ^

db213fd ^


88c379d ^
db213fd ^

b0bf09b ^








3139148 ^
6394e38 ^
d603bbe ^
3139148 ^
cce7cb4 ^
6394e38 ^
2750f99 ^


cce7cb4 ^
2750f99 ^
b389647 ^


11f0a72 ^
b389647 ^

0e9c411 ^




b389647 ^

cce7cb4 ^
b389647 ^
312a53e ^
95875b1 ^
77ede6e ^
cce7cb4 ^
77ede6e ^

1f23868 ^

cce7cb4 ^
1f23868 ^

312a53e ^



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