summary refs log tree commit diff stats
path: root/doc
ModeNameSize
-rw-r--r--advopt.txt5175log stats plain blame
-rw-r--r--apis.txt3785log stats plain blame
-rw-r--r--astspec.txt27282log stats plain blame
-rw-r--r--backends.txt18236log stats plain blame
-rw-r--r--basicopt.txt2042log stats plain blame
-rw-r--r--docgen.txt13187log stats plain blame
-rw-r--r--docgen_sample.nim205log stats plain blame
-rw-r--r--docs.txt1361log stats plain blame
-rw-r--r--effects.txt1233log stats plain blame
-rw-r--r--endb.txt6732log stats plain blame
-rw-r--r--estp.txt4884log stats plain blame
-rw-r--r--exception_hierarchy_fragment.txt1476log stats plain blame
-rw-r--r--filelist.txt2836log stats plain blame
-rw-r--r--filters.txt5136log stats plain blame
-rw-r--r--gc.txt5358log stats plain blame
-rw-r--r--grammar.txt8851log stats plain blame
-rw-r--r--idetools.txt19993log stats plain blame
-rw-r--r--intern.txt18544log stats plain blame
-rw-r--r--keywords.txt392log stats plain blame
-rw-r--r--koch.txt5349log stats plain blame
-rw-r--r--lib.txt17436log stats plain blame
-rw-r--r--manual.txt1112log stats plain blame
d---------manual956log stats plain
-rw-r--r--mytest.cfg408log stats plain blame
-rw-r--r--nep1.txt8116log stats plain blame
-rw-r--r--nimc.txt17356log stats plain blame
-rw-r--r--nimdoc.css6363log stats plain blame
-rw-r--r--nimfix.txt1631log stats plain blame
-rw-r--r--nimgrep.txt1710log stats plain blame
-rw-r--r--niminst.txt6759log stats plain blame
-rw-r--r--nims.txt3532log stats plain blame
-rw-r--r--nimsuggest.txt6437log stats plain blame
-rw-r--r--overview.txt165log stats plain blame
-rw-r--r--pegdocs.txt10097log stats plain blame
-rw-r--r--readme.txt279log stats plain blame
-rw-r--r--regexprs.txt13791log stats plain blame
-rw-r--r--sets_fragment.txt2063log stats plain blame
-rw-r--r--spawn.txt3799log stats plain blame
-rw-r--r--subexes.txt2873log stats plain blame
-rw-r--r--tools.txt1089log stats plain blame
-rw-r--r--tut1.txt55972log stats plain blame
-rw-r--r--tut2.txt34815log stats plain blame
sroot.org> 2019-03-13 15:59:09 +0100 committer Andreas Rumpf <rumpf_a@web.de> 2019-03-13 15:59:09 +0100 move system.dollars in a separate file (#10829)' href='/ahoang/Nim/commit/lib/system/dollars.nim?h=devel&id=84d3f3d448aa59c86084c94b9a71435529ba48cd'>84d3f3d44 ^
c94647aec ^
ac8166ab3 ^
84d3f3d44 ^
a660c17d3 ^
84d3f3d44 ^
a660c17d3 ^
84d3f3d44 ^
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