summary refs log tree commit diff stats
path: root/tests/macros
ModeNameSize
-rw-r--r--macro_bug.nim397log stats plain blame
-rw-r--r--tbindsym.nim338log stats plain blame
-rw-r--r--tbugs.nim1473log stats plain blame
-rw-r--r--tclosuremacro.nim649log stats plain blame
-rw-r--r--tdebugstmt.nim919log stats plain blame
-rw-r--r--tdumpast.nim626log stats plain blame
-rw-r--r--tdumpast2.nim962log stats plain blame
-rw-r--r--tdumptree.nim382log stats plain blame
-rw-r--r--texprcolonexpr.nim262log stats plain blame
-rw-r--r--tgensym.nim2184log stats plain blame
-rw-r--r--tgentemplates.nim979log stats plain blame
-rw-r--r--tgetimpl.nim251log stats plain blame
-rw-r--r--tgettype.nim427log stats plain blame
-rw-r--r--tidgen.nim305log stats plain blame
-rw-r--r--tlexerex.nim385log stats plain blame
-rw-r--r--tmacro1.nim306log stats plain blame
-rw-r--r--tmacro2.nim559log stats plain blame
-rw-r--r--tmacro3.nim442log stats plain blame
-rw-r--r--tmacro4.nim379log stats plain blame
-rw-r--r--tmacro5.nim1559log stats plain blame
-rw-r--r--tmacro_in_template.nim122log stats plain blame
-rw-r--r--tmacroaspragma.nim138log stats plain blame
-rw-r--r--tmacrogenerics.nim683log stats plain blame
-rw-r--r--tmacros1.nim797log stats plain blame
-rw-r--r--tmacrostmt.nim575log stats plain blame
-rw-r--r--tmacrotypes.nim277log stats plain blame
-rw-r--r--tmemit.nim332log stats plain blame
-rw-r--r--tnimnode_for_runtime.nim122log stats plain blame
-rw-r--r--tnodecompare.nim451log stats plain blame
-rw-r--r--tprintf.nim270log stats plain blame
-rw-r--r--tquotewords.nim439log stats plain blame
-rw-r--r--trecmacro.nim237log stats plain blame
-rw-r--r--treturnsempty.nim159log stats plain blame
-rw-r--r--tsame_name_497.nim112log stats plain blame
-rw-r--r--tsametype.nim590log stats plain blame
-rw-r--r--tstaticparamsmacro.nim1130log stats plain blame
-rw-r--r--tstringinterp.nim1613log stats plain blame
-rw-r--r--ttryparseexpr.nim352log stats plain blame
-rw-r--r--tvarnimnode.nim275log stats plain blame
-rw-r--r--tvtable.nim1511log stats plain blame
-rw-r--r--typesapi.nim364log stats plain blame
-rw-r--r--typesapi2.nim1291log stats plain blame
0500 Polish up grid and add new rendering loop' href='/akspecs/aerc/commit/ui/grid.go?h=0.4.0&id=60b351b78c930110716b0c9db2227e13704f826d'>60b351b ^
5feb7de ^
4675648 ^
5feb7de ^
8c8c21f ^
335db04 ^
60b351b ^

8c8c21f ^

bb46b2b ^
5feb7de ^
bb46b2b ^

4675648 ^
8c8c21f ^


5feb7de ^
60b351b ^
8c8c21f ^



5feb7de ^
4675648 ^
8c8c21f ^




5feb7de ^
8c8c21f ^


335db04 ^
5685a17 ^
8c8c21f ^
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