summary refs log tree commit diff stats
path: root/lib/deprecated
Commit message (Expand)AuthorAgeFilesLines
* Rename `=` to `=copy` in stdlib (#17781)Clyybber2021-04-191-1/+1
* Replace double backticks with single backticks - Part 2 out of ~6 (#17206)Danil Yarantsev2021-02-284-9/+9
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-4/+4
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-2/+2
* Update events.nim (#12803)Alex Mitchell2019-12-031-1/+1
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-272-2/+2
* lib\pure\htmlgen.nimAraq2019-09-213-0/+863
* properly deprecate parseopt2 (#10452)Miran2019-01-251-0/+155
* Remove deprecated modules (asyncio, sockets, ftpclient) (#10401)Miran2019-01-223-3128/+0
* remove deprecated modules (#10215)Miran2019-01-076-386/+6
* Merge remote-tracking branch 'upstream/devel' into record-caseNeelesh Chandola2018-12-131-4/+0
|\
| * Give error when case has an else branch even though all cases are already cov...Neelesh Chandola2018-12-131-4/+0
* | Fix ftpclient.nimNeelesh Chandola2018-12-131-1/+0
|/
* Fixes #9671 (#9750)Randy Smith2018-11-191-0/+21
* removes deprecated T/P typesAraq2018-11-165-22/+0
* stdlib: documenation updates, the exception names have been changedAndreas Rumpf2018-10-252-19/+19
* Convert *_family fields to cushortLemonBoy2018-09-191-9/+9
* Merge branch 'devel' into araq-miscAndreas Rumpf2018-08-161-0/+2
|\
| * Haiku support for Nim (#8542)alaviss2018-08-141-0/+2
* | fixes more nil handling regressionsAraq2018-08-131-2/+1
|/
* Fix undefined PObject referenceJoey Yakimowich-Payne2018-07-121-1/+1
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-1/+1
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
* Change type of `Timeval.tv_sec` to `posix.Time` (#7646)Oscar Nihlgård2018-04-182-6/+14
* Trim remaining expr/stmt from stdlib (#6742)Lynn C. Rees2017-11-151-2/+2
* make tests green againAndreas Rumpf2017-11-021-1/+1
* make tests green againAndreas Rumpf2017-10-291-2/+2
* more replacements for the deprecated '<'Andreas Rumpf2017-10-291-3/+3
* Fix compilation of the deprecated sockets module hackishly.Dominik Picheta2017-08-111-2/+4
* Remove expr/stmt (#5857)Arne Döring2017-07-251-17/+16
* Posix from detect (#5697)Jacek Sieka2017-04-121-1/+1
* make tests green againAndreas Rumpf2016-08-231-2/+2
* Added 'android4' define support that declares a different gethostbyaddr. Fixe...Ruslan Mustakov2016-06-221-2/+7
* Define ports as uint16s to fix #3484Josep Sanjuas2016-03-271-2/+14
* Revert two deprecation changesdef2016-01-261-1/+1
* Fix a few deprecation warningsdef2016-01-252-3/+2
* docs now build againAraq2015-10-121-178/+0
* Rename rawsockets module to nativesocketsAdam Strzelecki2015-10-033-3/+17
* Move deprecated modules into lib/deprecated/Adam Strzelecki2015-09-308-0/+3679
it/compiler/semthreads.nim?h=devel&id=c019d17561aff29db42d78de882d4f6f68b75c16'>c019d1756 ^
4fa80956b ^
c019d1756 ^





















c51763915 ^

5b96eaa95 ^
ca637c019 ^
2f066395b ^
9f9f0f081 ^


2f066395b ^


9f9f0f081 ^




c019d1756 ^

9f9f0f081 ^





c019d1756 ^































5b96eaa95 ^
c019d1756 ^
ca637c019 ^


9f9f0f081 ^

99bcc233c ^
4fa80956b ^
9f9f0f081 ^


9f9f0f081 ^
5b96eaa95 ^







9f9f0f081 ^














ca637c019 ^
9f9f0f081 ^

5b96eaa95 ^
ca637c019 ^


9f9f0f081 ^
c019d1756 ^

a6daf7152 ^
c019d1756 ^
a6daf7152 ^
c019d1756 ^









a6daf7152 ^
c019d1756 ^
a6daf7152 ^
c019d1756 ^


































b0742c5b2 ^
c019d1756 ^



4fa80956b ^
c019d1756 ^



9f9f0f081 ^

c019d1756 ^








569c1ce5e ^

c019d1756 ^

99bcc233c ^
c019d1756 ^
99bcc233c ^



c51763915 ^
c019d1756 ^
ca637c019 ^



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
367
368
369
370
371
372
373
374
375
376
377
378
379
380