summary refs log tree commit diff stats
path: root/web
Commit message (Expand)AuthorAgeFilesLines
...
* | | minor website improvementsAraq2016-11-281-1/+1
|/ /
* / Added deques module, deprecating queuesRuslan Mustakov2016-11-242-1/+4
|/
* 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-204-10/+66
* Improved news formattingFelix Krause2016-11-011-3/+3
* info about TimeInfo.tzname in newsFelix Krause2016-11-011-1/+3
* yay, I'm free againAraq2016-11-011-5/+5
* fixes #4915andri lim2016-10-271-0/+2
* news entry for upcoming changesAraq2016-10-241-0/+53
* 'koch tools' does not yet work from githubAraq2016-10-241-1/+0
* document the new way of doing things; refs #4934Araq2016-10-241-1/+2
* further cleanups; refs #4934Araq2016-10-241-1/+1
* website updatesAraq2016-10-232-8/+15
* updated news entryAraq2016-10-233-3/+25
* Updated the installation instructionsAndreas Rumpf2016-10-212-5/+28
* website updatesAndreas Rumpf2016-10-2131-40/+85
* fixes #3755Andreas Rumpf2016-10-201-1/+1
* fixes #4895Andreas Rumpf2016-10-201-1/+1
* Updated sponsors CSV files.Dominik Picheta2016-10-062-37/+41
* Improve downloads page.Dominik Picheta2016-10-011-7/+7
* downloads have SHA checksumsAraq2016-10-011-3/+3
* website updatedAraq2016-10-013-2/+5
* version changed to 0.15.0Araq2016-10-012-10/+11
* Small improvements to download page.Dominik Picheta2016-09-301-4/+3
* Finishes news article for 0.15.0 release.Dominik Picheta2016-09-303-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
* tar.xz contains nimble and nimsuggestAndreas Rumpf2016-09-261-0/+1
* 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
* 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
* Always use https:// in git cloneSimon Ruderich2016-09-151-2/+2
* 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-043-31/+80
* More accurate generation of sponsors list.Dominik Picheta2016-09-041-38/+34
* Finishing touches on survey article.Dominik Picheta2016-09-044-7/+10
* Fixes to Nim survey results article.Dominik Picheta2016-09-037-22/+24
* Finished article about Nim survey.Dominik Picheta2016-09-0316-0/+388
* Added a note about system.alert deprecationYuriy Glukhov2016-08-271-0/+2
* Uncaught exceptions in JS now always propagate with better stack trace.Yuriy Glukhov2016-08-271-0/+3
* json module: use ordered tables instead of ordinary tablesAndreas Rumpf2016-08-251-0/+2
* Added survey results news article (WIP).Dominik Picheta2016-08-2116-0/+317
* New sponsors.Dominik Picheta2016-08-082-1/+2
+0200 committer Araq <rumpf_a@web.de> 2015-09-03 14:30:09 +0200 optimized writetracking' href='/ahoang/Nim/commit/compiler/writetracking.nim?h=devel&id=aa8da7f0316b5894bde9d12d11eb20c92ab197fc'>aa8da7f03 ^
e733debec ^


aa8da7f03 ^
e733debec ^
ca9c1968d ^
e733debec ^
aa8da7f03 ^





e733debec ^


4d22cff8e ^

aa8da7f03 ^





e733debec ^
7eb39d9d2 ^
aa8da7f03 ^

















4d22cff8e ^

aa8da7f03 ^

e733debec ^
aa8da7f03 ^



1a61c4d46 ^
7eb39d9d2 ^
940b3ceca ^
aa8da7f03 ^
940b3ceca ^
aa8da7f03 ^

940b3ceca ^


aa8da7f03 ^



e733debec ^
7eb39d9d2 ^
e733debec ^

e733debec ^
aa8da7f03 ^
e733debec ^
aa8da7f03 ^
7eb39d9d2 ^
e733debec ^


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