summary refs log tree commit diff stats
path: root/web/news
Commit message (Collapse)AuthorAgeFilesLines
* fix getTypeImpl for tyEnum (#5568)jcosborn2017-03-191-0/+4
| | | | | * fixed getTypeImpl for tyEnum * fixed getType for enum and updated release notes about change
* update news.rst about the breaking changesAraq2017-03-181-1/+11
|
* fix varargs forwarding for templates; fixes #5455 (#5505)zah2017-03-131-0/+3
| | | | | * fix varargs forwarding for templates; fixes #5455 * document the macros' varargs change in the news for 0.16.2
* Fixes incorrect fd==0 test on Unix; Conserves handles by default. (#5512)c-blake2017-03-121-0/+3
| | | | | | | | | | | | | | * Fix 2 problems. First, 0 is a valid fd on Unix (easily gotten if user first closes all fds and then starts using memfiles). Use -1 instead for an invalid fd. Second, it is best practice to conserve open fds on Unix and file handles on Windows. These handles are not needed unless the user wants to remap the memory with ``mapMem`` (or a hypothetical future ``proc resize``). Adding a new bool param ``allowRemap=false`` to ``memfiles.open`` solves this cleanly in a "mostly" backward compatible way. This is only "mostly" because the default ``false`` case does not keep unneeded resources allocated, but that most sensible default means that any ``mapMem`` callers need to fix all their open calls to have allowRemap=true, as this PR also does for tmemfiles2.nim. * Include backwards compatibility note.
* minor news.rst updateAraq2017-02-261-1/+4
|
* new feature: .used pragma to suppress declared-but-not-used warningAraq2017-02-171-0/+4
|
* Fix rst parse problem in version 0.16.2 news.Dominik Picheta2017-02-141-2/+2
|
* Add hash proc for cstrings (#5386)Ruslan Mustakov2017-02-131-1/+5
|
* updated newsAraq2017-02-081-0/+20
|
* Merge branch 'devel' into feature/3691Dominik Picheta2017-02-071-0/+66
|\
| * Adds bug fix list to 0.16.2 announcement.Dominik Picheta2017-02-061-0/+64
| |
* | Fixes #3691.Dominik Picheta2017-02-011-0/+16
|/
* Added newsYuriy Glukhov2017-01-201-0/+27
|
* updated to version 0.16.0Araq2017-01-071-1/+1
|
* Add 0.16.0 release notes.Dominik Picheta2017-01-071-4/+120
|
* added distros.nim stdlib module for NimScript/Nimble supportAraq2016-12-311-0/+4
|
* fixes #4519Andreas Rumpf2016-12-251-0/+4
|
* implements module grouping for the import statementAndreas Rumpf2016-12-211-0/+11
|
* reworked emit pragma; fixes #4730Andreas Rumpf2016-12-171-0/+22
|
* Add terminalHeight, terminalHeightIoctl & terminalSizeJohn Novak2016-11-301-1/+2
|
* Merge pull request #5060 from johnnovak/terminal-showhide-cursorAndreas Rumpf2016-11-281-0/+4
|\ | | | | Add hideCursor & showCursor
| * Update changelogJohn Novak2016-11-271-0/+4
| |
* | Added deques module, deprecating queuesRuslan Mustakov2016-11-241-0/+3
|/
* recursive modules are only detected to improve error messagesAndreas Rumpf2016-11-241-2/+0
|
* disallow recursive module dependenciesAraq2016-11-231-0/+2
|
* Add new article about Nim in Action.Dominik Picheta2016-11-201-0/+53
|
* Improved news formattingFelix Krause2016-11-011-3/+3
|
* info about TimeInfo.tzname in newsFelix Krause2016-11-011-1/+3
|
* fixes #4915andri lim2016-10-271-0/+2
|
* news entry for upcoming changesAraq2016-10-241-0/+53
|
* website updatesAraq2016-10-231-3/+10
|
* updated news entryAraq2016-10-231-1/+23
|
* Updated the installation instructionsAndreas Rumpf2016-10-211-1/+7
|
* website updatesAndreas Rumpf2016-10-2128-0/+42
|
* website updatedAraq2016-10-011-1/+1
|
* Finishes news article for 0.15.0 release.Dominik Picheta2016-09-301-3/+90
|
* Fixes and improvements to NSIS installer.Dominik Picheta2016-09-281-1/+1
|
* Many improvements to 0.15.0 changelog in news article.Dominik Picheta2016-09-281-39/+75
|
* Fixes link to bugfixes in news.Dominik Picheta2016-09-281-1/+1
|
* More bugfixes for 0.15.0 news.Dominik Picheta2016-09-271-0/+32
|
* FutureVar[T] parameters are now completed automatically.Dominik Picheta2016-09-251-0/+3
|
* asynchttpserver's Response object's req method uses HttpMethod now.Dominik Picheta2016-09-251-0/+5
| | | | Fixes #4423.
* HTTP client's request proc no longer slices http method string param.Dominik Picheta2016-09-251-0/+5
|
* Reverted removal of HttpCode.`$`.Dominik Picheta2016-09-191-3/+0
|
* Use `distinct range` for HttpCode as suggested by @nigredo-tori.Dominik Picheta2016-09-191-0/+3
|
* Update v0.15 news.Dominik Picheta2016-09-181-0/+8
|
* Added remaining bug fixes to 0.15.0 release notes.Dominik Picheta2016-09-141-0/+102
|
* Added some bugfixes to 0.15.0 release notes.Dominik Picheta2016-09-091-0/+124
|
* Show inactive supporters on sponsors page too.Dominik Picheta2016-09-041-1/+1
|
* Finishing touches on survey article.Dominik Picheta2016-09-041-2/+2
|
>
c3cc52087 ^
4298553de ^

c3cc52087 ^
4298553de ^
839755431 ^
2a8d01074 ^

839755431 ^
26a867c83 ^
2a8d01074 ^

839755431 ^
26a867c83 ^
839755431 ^
b2f577df2 ^

7e747d11c ^
b2f577df2 ^
50e921bb9 ^


2aff71613 ^


b2720317f ^
2aff71613 ^
2b3b24a80 ^


b2720317f ^
2b3b24a80 ^



363b7ff3b ^
2b3b24a80 ^







9502e39b6 ^
4326f743d ^
2b3b24a80 ^
b2720317f ^
2b3b24a80 ^









614fb7567 ^
05724645f ^

b2720317f ^
05724645f ^
b2720317f ^
9d488261d ^
05724645f ^
86556ebfd ^
c3cc52087 ^
807784db8 ^
32bf10126 ^
807784db8 ^



807784db8 ^


32bf10126 ^


807784db8 ^











32bf10126 ^



1f85b3b5d ^
515cd4542 ^


bab0aa6ec ^


b0f38a63c ^






041d15392 ^

da178e409 ^



688c54d8f ^
8d850f7a6 ^


688c54d8f ^

839755431 ^
84d10f7d8 ^
a3df1b55f ^
688c54d8f ^
50e921bb9 ^
688c54d8f ^

2b3b24a80 ^
26a867c83 ^
b2720317f ^
26a867c83 ^
b2720317f ^
8a599fb57 ^




c3cc52087 ^
c4e3c4ca2 ^


041d15392 ^
26a867c83 ^
041d15392 ^
d5840e1e3 ^


041d15392 ^
d5840e1e3 ^
26a867c83 ^
d5840e1e3 ^




ab48d7901 ^


9502e39b6 ^
ab48d7901 ^











7e747d11c ^
ab48d7901 ^


9502e39b6 ^
ab48d7901 ^





26676066c ^
b2720317f ^
26676066c ^



b2720317f ^












1f4b9cebd ^
92163fa33 ^
1f4b9cebd ^

92163fa33 ^
1f4b9cebd ^
92163fa33 ^
226595515 ^
1f4b9cebd ^
92163fa33 ^













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