summary refs log tree commit diff stats
path: root/tools
ModeNameSize
-rw-r--r--UnicodeData.txt1797715log stats plain blame
-rw-r--r--ci_testresults.nim621log stats plain blame
-rw-r--r--cmerge.nim1317log stats plain blame
d---------detect262log stats plain
d---------dochack82log stats plain
-rw-r--r--downloader.nim3697log stats plain blame
-rw-r--r--fakedeps.nim409log stats plain blame
-rw-r--r--finish.nim11030log stats plain blame
-rw-r--r--grammar_nanny.nim1462log stats plain blame
-rw-r--r--heapdump2dot.nim2190log stats plain blame
-rw-r--r--heapdumprepl.nim4246log stats plain blame
-rw-r--r--kochdocs.nim11574log stats plain blame
-rw-r--r--nim-gdb.py20846log stats plain blame
-rw-r--r--nim.bash-completion1549log stats plain blame
-rw-r--r--nim.zsh-completion3435log stats plain blame
-rw-r--r--nimblepkglist.nim2380log stats plain blame
-rw-r--r--nimfind.nim7783log stats plain blame
-rw-r--r--nimfind.nims34log stats plain blame
-rw-r--r--nimgrab.nim1001log stats plain blame
-rw-r--r--nimgrep.nim22167log stats plain blame
-rw-r--r--nimgrep.nim.cfg45log stats plain blame
-rw-r--r--nimgrind.supp336log stats plain blame
d---------niminst404log stats plain
-rw-r--r--nimrepl.nim5156log stats plain blame
-rw-r--r--nimweb.nim18657log stats plain blame
-rw-r--r--restorecc.nim404log stats plain blame
-rw-r--r--start.bat139log stats plain blame
-rw-r--r--trimcc.nim5598log stats plain blame
-rw-r--r--unicode_parsedata.nim5682log stats plain blame
-rw-r--r--urldownloader.nim15158log stats plain blame
d---------vccexe159log stats plain
-rw-r--r--website.nimf10074log stats plain blame
-rw-r--r--winrelease.nim360log stats plain blame
'>192d59d3 ^
a0fc38c9 ^

5f98a10c ^
1ead3562 ^
192d59d3 ^
a0fc38c9 ^
192d59d3 ^
a0fc38c9 ^
bb7142db ^
1ead3562 ^
192d59d3 ^

bb7142db ^



9e32e473 ^







1193171f ^






3bfd75fc ^
1ead3562 ^
d52406cc ^

3bfd75fc ^



9e32e473 ^

1ead3562 ^
192d59d3 ^
d52406cc ^
b436291f ^
9e32e473 ^
b436291f ^
a0fc38c9 ^
691b529e ^
3bfd75fc ^

9e32e473 ^

1193171f ^
93d4cc93 ^
016599f1 ^


4d238fd7 ^
dfdbcbab ^

4d238fd7 ^



dfdbcbab ^
4d238fd7 ^

af023b32 ^

4d238fd7 ^
016599f1 ^
4d238fd7 ^
7f193a0e ^

49620728 ^
3473c63a ^

b5f2a629 ^
4d238fd7 ^
7136ddd5 ^

4d238fd7 ^
dfdbcbab ^
4d238fd7 ^


c6034af3 ^

3473c63a ^
af023b32 ^
93d4cc93 ^
af023b32 ^
93d4cc93 ^
af023b32 ^
af023b32 ^


f8b0b04d ^





a0fc38c9 ^

d785efe5 ^











f8b0b04d ^







86c715d7 ^

f8b0b04d ^

58a9f7c3 ^

7136ddd5 ^



3473c63a ^

af023b32 ^

af023b32 ^



4ecab182 ^



af023b32 ^
a0fc38c9 ^

3473c63a ^

af023b32 ^

af023b32 ^



4ecab182 ^



af023b32 ^
a0fc38c9 ^
a0d7a155 ^
3473c63a ^

3bfd75fc ^

af023b32 ^
3bfd75fc ^


3473c63a ^
9e32e473 ^




3473c63a ^
c6034af3 ^
af023b32 ^
67f969b9 ^
c4e143d6 ^
65c905fe ^
67f969b9 ^
795f5244 ^
4e49b29e ^

db69ad7a ^

af023b32 ^






db69ad7a ^

3473c63a ^
af023b32 ^

af023b32 ^






a0d7a155 ^
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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277