summary refs log tree commit diff stats
path: root/tests/ccgbugs
ModeNameSize
-rw-r--r--taddhigh.nim175log stats plain blame
-rw-r--r--tarray_equality.nim159log stats plain blame
-rw-r--r--tbug1081.nim215log stats plain blame
-rw-r--r--tccgen1.nim1646log stats plain blame
-rw-r--r--tcgbug.nim435log stats plain blame
-rw-r--r--tcodegenbug1.nim1744log stats plain blame
-rw-r--r--tconstobj.nim270log stats plain blame
-rw-r--r--tcvarargs.nim414log stats plain blame
-rw-r--r--tmissingbracket.nim993log stats plain blame
-rw-r--r--tmissingderef.nim662log stats plain blame
-rw-r--r--tmissinginit.nim365log stats plain blame
-rw-r--r--tmissingvolatile.nim283log stats plain blame
-rw-r--r--tpartialcs.nim194log stats plain blame
-rw-r--r--trecursive_closure.nim272log stats plain blame
-rw-r--r--trecursive_table.nim193log stats plain blame
-rw-r--r--tstringslice.nim351log stats plain blame
-rw-r--r--tunsafeaddr.nim308log stats plain blame
-rw-r--r--tuple_canon.nim2091log stats plain blame
-rw-r--r--twrong_setconstr.nim7437log stats plain blame
-rw-r--r--twrong_string_asgn.nim240log stats plain blame
-rw-r--r--twrong_tupleconv.nim433log stats plain blame
revious revision' href='/ahoang/Nim/blame/compiler/semfields.nim?h=devel&id=ce859d8c166595184832b4bbfb663cba2fc68901'>^
40ec7be45 ^
dd35111ff ^
6e6c3d2f1 ^



d68181246 ^
6e6c3d2f1 ^


ce859d8c1 ^
6e6c3d2f1 ^
d68181246 ^
fb3ff6445 ^

6e6c3d2f1 ^
ce859d8c1 ^
6e6c3d2f1 ^

fb3ff6445 ^
6e6c3d2f1 ^
dd35111ff ^
d68181246 ^
6e6c3d2f1 ^







dd35111ff ^
6e6c3d2f1 ^


84d122b5c ^
6e6c3d2f1 ^





bebac34f8 ^



3a13706d7 ^
6e6c3d2f1 ^


77406dd59 ^
6e6c3d2f1 ^
2a7fc84c8 ^
6e6c3d2f1 ^


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