summary refs log tree commit diff stats
ModeNameSize
d---------.builds78log stats plain
-rw-r--r--.gitattributes329log stats plain blame
d---------.github116log stats plain
-rw-r--r--.gitignore1111log stats plain blame
-rw-r--r--.gitlab-ci.yml892log stats plain blame
-rw-r--r--.travis.yml1237log stats plain blame
-rw-r--r--appveyor.yml988log stats plain blame
-rw-r--r--azure-pipelines.yml4911log stats plain blame
d---------bin151log stats plain
d---------build37log stats plain
-rw-r--r--build_all.bat443log stats plain blame
-rw-r--r--build_all.sh1556log stats plain blame
-rw-r--r--changelog.md4298log stats plain blame
d---------changelogs410log stats plain
d---------ci186log stats plain
-rw-r--r--compiler.nimble217log stats plain blame
d---------compiler5607log stats plain
d---------config198log stats plain
-rw-r--r--copying.txt1257log stats plain blame
d---------doc1897log stats plain
d---------drnim104log stats plain
d---------examples409log stats plain
d---------icons500log stats plain
-rw-r--r--koch.nim25671log stats plain blame
-rw-r--r--koch.nim.cfg10log stats plain blame
d---------lib938log stats plain
d---------nimdoc126log stats plain
d---------nimpretty156log stats plain
d---------nimsuggest282log stats plain
-rw-r--r--readme.md12734log stats plain blame
d---------testament480log stats plain
d---------tests4393log stats plain
d---------tools1376log stats plain
mit/compiler/modulepaths.nim?h=devel&id=5bf31fcabe80f9611a3860a1cbab49407269fe66'>5bf31fcab ^
bf6c2c5cc ^
86556ebfd ^
e2af48643 ^
eee43e4f8 ^
5bf31fcab ^
c94647aec ^
e2af48643 ^
5bf31fcab ^
d30c6419a ^














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