summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Update two links in tutorial to compiler usage docs with updated page anchorssmt2018-01-121-2/+2
* Implement custom annotations (#6987)cooldome2018-01-091-0/+67
* Ast and concrete syntax different.Strømberg2018-01-081-1/+1
* Add a shared collections to the docsdata-man2018-01-021-0/+4
* Add compile-time paragraph to manualZach Smith2017-12-301-0/+4
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-12-271-0/+1
|\
| * make the new --genDeps feature optional since it makes compilations slowerAndreas Rumpf2017-12-211-0/+1
* | manual: clarify the rules for integer literalsAraq2017-12-271-1/+2
|/
* move securehash back into the stdlibAraq2017-12-211-0/+3
* added asyncjs standard library module (#6841)Alexander Ivanov2017-12-191-0/+2
* added new stdlib module 'strformat'; refs #5600; refs #6507Araq2017-12-171-0/+4
* fixes #6033Araq2017-12-141-2/+0
* add dynlibOverrideAll switch (#6873)Charlie Barto2017-12-061-0/+1
* language change: change how the experimental dot operators workAndreas Rumpf2017-11-291-3/+3
* test the snippets in tut2.rstAraq2017-11-281-15/+37
* tut1.rst makes use of the new ':test:' featureAraq2017-11-281-2/+55
* cleaned up tutorial 1Araq2017-11-261-45/+18
* minor documentation updateAraq2017-11-221-3/+4
* Added 'lenient ops' module (#6754)Fabian Keller2017-11-211-0/+5
* language change: 'generic' and 'atomic' are not keywords anymoreAndreas Rumpf2017-11-211-2/+1
* Update to list Distros module in the manual (#6493)Ray Imber2017-11-191-1/+6
* 'nim doc' is now using version 2 of the documentation generatorAndreas Rumpf2017-11-161-1/+0
* WIP: Add a advanced compiler command 'ctags' (#6654)Dmitry Atamanov2017-11-151-1/+2
* Documentation: directly use ref object + fields (#6598)Mamy Ratsimbazafy2017-11-155-37/+48
* Link to segfaults in docs (#6645)Lynn C. Rees2017-11-101-0/+3
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-11-072-4/+3
|\
| * Block expressions (#6695)Fabian Keller2017-11-061-1/+3
| * Remove libuv from standard library wrappers. (#6624)treeform2017-11-061-3/+0
* | Merge branch 'devel' into araqAndreas Rumpf2017-11-071-1/+1
|\|
| * fix broken link in manual (#6697)Kartik Saranathan2017-11-061-1/+1
* | Merge branch 'devel' into araqAndreas Rumpf2017-11-0213-29/+74
|\|
| * breaking change: 'and' and 'mod' do not produce a subrange type anymore; fixe...Andreas Rumpf2017-10-301-19/+0
| * new feature: package level objectsAndreas Rumpf2017-10-291-0/+38
| * Tweeks in the manual (#6599)narimiran2017-10-2610-20/+24
| * fix broken linknarimiran2017-10-231-1/+1
| * fixes #5914 (#6566)narimiran2017-10-231-4/+6
| * Constants can contain objects (excluding object variants)Daniil Yarancev2017-10-161-1/+1
| * minor update of the manualAraq2017-10-161-3/+3
| * Add missing nilChecks compiling option (#6480)Eduardo Bart2017-10-091-0/+1
* | Merge branch 'devel' into araqAndreas Rumpf2017-10-025-10/+10
|\|
| * the 'using construct is not .experimental anymoreAraq2017-09-301-4/+0
| * 'with' and 'without' are not keywords anymoreAraq2017-09-301-1/+1
| * documentation improvement; make mixin easier to search (#6409)jlp7652017-09-211-0/+6
| * Update docs on assignment operator (#6373)superfunc2017-09-152-5/+3
* | Merge branch 'araq' of github.com:nim-lang/Nim into araqAndreas Rumpf2017-09-151-20/+0
|\ \ | |/ |/|
| * Merge branch 'devel' into araqAndreas Rumpf2017-09-158-25/+46
| |\
| * | no interval arithmetic anymore to construct implicit range types; breaking ch...Andreas Rumpf2017-07-131-20/+0
* | | Corrected manual (Identifier equality) (#6366)GULPF2017-09-111-3/+3
| |/ |/|
* | update the manual; 'of', 'low' and 'high' can now be overloadedAndreas Rumpf2017-09-011-2/+2
* | remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-281-5/+1
nk/doc/commit/core/configure.html?id=c178db81d64eed21177b4c5d78ab3db7a785b7fe'>c178db8 ^
1ac5f12 ^
aa990cd ^
1ac5f12 ^



aa990cd ^
aa990cd ^




























aa990cd ^


183caad ^
aa990cd ^

aa990cd ^

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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307