summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove testutils (#13435) [backport]Clyybber2020-02-192-18/+4
* [backport] pseudorandom probing for hash collision (#13418)Timothee Cour2020-02-199-170/+228
* fix incorrect lenTuple implementation (#13423)Timothee Cour2020-02-191-7/+8
* stdlib/system: add sink and move (#13283)cooldome2020-02-181-44/+92
* Improved assertion error messages on usage of JsonNode iterators on wrong kin...Ico Doornekamp2020-02-171-5/+5
* Fix vertical tab in JSON. (#13399)Khronos2020-02-171-1/+1
* Add browsers.osOpen (#12901)Juan Carlos2020-02-151-3/+8
* capture macro now accepts variables of different types (#13356)Clyybber2020-02-151-3/+5
* Fix to asynchttpserver form data/body broken with #13147 (#13394)Henrique Dias2020-02-141-43/+73
* expectLen now shows the length that we got (#13387)Clyybber2020-02-111-3/+3
* fix #9634 don't crash on execCmdEx/readLine when inside gdb/lldb (#13232)Timothee Cour2020-02-111-2/+15
* remove outplace version of 'merge' for CountTables (#13377)Miran2020-02-101-19/+13
* Add sideEffect pragma to importC procs in posix, winlean and time module (#13...Tomohiro2020-02-083-133/+135
* Revert "printing float values will have one more digit. (#13276) [backport]" ...Timothee Cour2020-02-082-3/+3
* fix #6736: templates in unittest now show actual value (#13354)Miran2020-02-071-1/+1
* [backport] remove 'CountTable.mget' (#13355)Miran2020-02-071-13/+0
* [backport] fix #13352narimiran2020-02-072-1/+6
* printing float values will have one more digit. (#13276) [backport]Arne Döring2020-02-072-3/+3
* replace old problematic isNamedTuple implementation by TypeTrait isNamedTuple...Timothee Cour2020-02-071-11/+15
* Added a basic example how to handle a Post request. (#13339)Henrique Dias2020-02-071-3/+55
* adding sqlite3 backup functions (#13346)pyloor2020-02-071-0/+17
* make monotimes have zero overhead if you don't use it (#13338) [backport]Andreas Rumpf2020-02-061-10/+6
* Option to allow the request body to be processed outside the asynchttpserver ...Henrique Dias2020-02-041-16/+48
* enable testing -d:nimHasLibFFI mode (#13091)Timothee Cour2020-02-042-2/+2
* Fix capture for object types (#13315)Clyybber2020-02-021-1/+1
* refs #8391 std/os now shows runtime context for raiseOSError exceptions (#13294)Timothee Cour2020-01-301-52/+51
* miscellaneous bug fixes (#13291)Timothee Cour2020-01-302-2/+2
* Thread attributes should be destroyed using the pthread_attr_destroy() (#13293)Hiroki Noda2020-01-292-4/+7
* csize => csize_t for sysctlTimothee Cour2020-01-283-11/+10
* fix stdout(etc) for emscriptenTimothee Cour2020-01-282-6/+8
* Repr v2 progress (#13268)cooldome2020-01-282-76/+61
* nimv2 widestring indexing (#13279)cooldome2020-01-281-2/+2
* Tiny since cleanup (#13286)Clyybber2020-01-284-119/+119
* TlSF Alloctor: use less memory for --gc:arc (#13280)Andreas Rumpf2020-01-282-80/+101
* unittest add resetOutputFormatters proc (#13267)cooldome2020-01-281-0/+5
* fixes #13219 (#13272)Andreas Rumpf2020-01-271-3/+5
* scrollTop must be settable (#13263)Jairo2020-01-271-0/+1
* Rename isNilOrWhitespace to isEmptyOrWhitespace and make it use allCharsInSet...hlaaftana2020-01-261-10/+13
* make nre compile with --gc:arcAraq2020-01-261-66/+54
* ARC: optimize complete object constructors to use nimNewObjUninitAraq2020-01-261-0/+17
* ARC: remove unnecessary codeAraq2020-01-261-14/+0
* make goto based exceptions available for 'nim cpp' (#13244)Andreas Rumpf2020-01-253-6/+10
* Cleaned up mmdisp.nim, moved implementations into lib/system/mm/ (#13254)Ico Doornekamp2020-01-255-392/+416
* contributing docs: symbols need package prefix; changed allocStats to nimAllo...Timothee Cour2020-01-251-1/+1
* Add "origin" to window.location (#13251)Jairo2020-01-241-0/+1
* Fix typo for literal `[` (#13243)Euan2020-01-241-1/+1
* Fixes asyncftpclient multiline reading, fixes #4684 (#13242)hlaaftana2020-01-241-5/+6
* Remove name attribute from docutils.nimble (#13239)hlaaftana2020-01-231-1/+0
* [backport] Make all parseutils examples auto-checking (#13238)Kaushal Modi2020-01-231-32/+25
* [backport] documentation: Add channels examples (#13202) [ci skip]chr v1.x2020-01-231-0/+114
ous revision' href='/ahoang/Nim/blame/lib/pure/ropes.nim?h=devel&id=2169fd63bdf9caf539ca7ca5b661ee703206500c'>^
8098e2a42 ^
a58a2f382 ^


































a58a2f382 ^








a58a2f382 ^






3e9dcc8be ^
a58a2f382 ^
8098e2a42 ^

a58a2f382 ^






















a58a2f382 ^








a58a2f382 ^






3e9dcc8be ^
a58a2f382 ^
8098e2a42 ^

a58a2f382 ^


8098e2a42 ^
a58a2f382 ^













8098e2a42 ^
a58a2f382 ^









e62ef0ff6 ^
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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366