summary refs log tree commit diff stats
path: root/tests/ccgbugs
ModeNameSize
-rw-r--r--mymodule.nim245log stats plain blame
-rw-r--r--t5296.nim187log stats plain blame
-rw-r--r--t6279.nim231log stats plain blame
-rw-r--r--t6756.nim258log stats plain blame
-rw-r--r--t7079.nim151log stats plain blame
-rw-r--r--taddhigh.nim217log stats plain blame
-rw-r--r--tarray_equality.nim159log stats plain blame
-rw-r--r--tbug1081.nim741log stats plain blame
-rw-r--r--tcapture_static.nim168log stats plain blame
-rw-r--r--tccgen1.nim1646log stats plain blame
-rw-r--r--tcgbug.nim435log stats plain blame
-rw-r--r--tclosureeq.nim263log stats plain blame
-rw-r--r--tcodegenbug1.nim2428log stats plain blame
-rw-r--r--tconstobj.nim274log stats plain blame
-rw-r--r--tcvarargs.nim414log stats plain blame
-rw-r--r--tdeepcopy_addr_rval.nim175log stats plain blame
-rw-r--r--tescaping_temps.nim641log stats plain blame
-rw-r--r--tforward_decl_only.nim614log stats plain blame
-rw-r--r--tgeneric_closure.nim456log stats plain blame
-rw-r--r--tgeneric_smallobj_asgn_opt.nim512log stats plain blame
-rw-r--r--tinefficient_const_table.nim494log stats plain blame
-rw-r--r--tmangle_field.nim235log stats plain blame
-rw-r--r--tmarkerproc_regression.nim1036log stats plain blame
-rw-r--r--tmissing_ccgtrav_unique_type.nim173log stats plain blame
-rw-r--r--tmissingbracket.nim993log stats plain blame
-rw-r--r--tmissingderef.nim662log stats plain blame
-rw-r--r--tmissingderef2.nim362log stats plain blame
-rw-r--r--tmissinginit.nim365log stats plain blame
-rw-r--r--tmissingvolatile.nim283log stats plain blame
-rw-r--r--tnocodegen_for_compiletime.nim204log stats plain blame
-rw-r--r--tobjconstr_bad_aliasing.nim520log stats plain blame
-rw-r--r--tobjconstr_outoforder.nim597log stats plain blame
-rw-r--r--tobjconstr_regression.nim467log 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--trefseqsort.nim423log stats plain blame
-rw-r--r--tresult_of_array.nim584log stats plain blame
-rw-r--r--tret_arg_init.nim300log stats plain blame
-rw-r--r--tsighash_typename_regression.nim128log stats plain blame
-rw-r--r--tstringslice.nim338log stats plain blame
-rw-r--r--tunsafeaddr.nim455log stats plain blame
-rw-r--r--tuple_canon.nim2838log stats plain blame
-rw-r--r--tuplecast.nim119log stats plain blame
-rw-r--r--tweakopenarray.nim147log stats plain blame
-rw-r--r--twrong_discriminant_check.nim405log stats plain blame
-rw-r--r--twrong_method.nim539log stats plain blame
-rw-r--r--twrong_rc_for_refarray.nim398log stats plain blame
-rw-r--r--twrong_setconstr.nim7437log stats plain blame
-rw-r--r--twrong_string_asgn.nim239log stats plain blame
-rw-r--r--twrong_tupleconv.nim433log stats plain blame
-rw-r--r--twrongrefcounting.nim414log stats plain blame
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