summary refs log tree commit diff stats
path: root/tests/js
Commit message (Expand)AuthorAgeFilesLines
* Fix fat pointers, object copying, magic double evals on JS (#9411) [backport]rec2018-12-042-0/+489
* Support only some types as JsAssoc types (#8627)Alexander Ivanov2018-11-231-12/+12
* Fix printing and comparing uninitialized stringsrecloser2018-10-213-9/+17
* Field checks for everybody (#8957)LemonBoy2018-10-092-0/+72
* Try/Catch support for native JS exceptions (#8955)LemonBoy2018-10-091-0/+31
* Fix add(string, cstring) when the lhs is null (#8951)LemonBoy2018-09-121-0/+4
* Fix concat behaviour for uninitialized strings (#8950)LemonBoy2018-09-111-0/+5
* Fix insert/delete for JS (#8915)LemonBoy2018-09-081-0/+12
* Fix AST generation for case statements (#8908)LemonBoy2018-09-071-0/+7
* Sync line generation between C and JS backends (#8888)LemonBoy2018-09-071-0/+26
* Automatic deref for everything but pointers in asm/emit (#8891)LemonBoy2018-09-073-5/+26
* Correctly mangle `this` in the JS backend (#8853)LemonBoy2018-09-032-2/+25
* fix items for cstring for the JS target; makes tests green againAraq2018-09-031-2/+2
* Cleanup ttimes (#8714)Oscar Nihlgård2018-08-221-43/+0
* times.Timezone changes (#8527)Oscar Nihlgård2018-08-171-5/+5
* make JS tests greenAndreas Rumpf2018-08-133-3/+3
* New implementations of times.parse & times.format (#8094)Oscar Nihlgård2018-07-091-3/+3
* Testament should run tests with no action (#8232)genotrance2018-07-081-0/+3
* Fix cmpStrings in js mode (#7604)treeform2018-04-151-0/+9
* make JS tests green againAndreas Rumpf2018-04-141-1/+1
* fixes #4470Andreas Rumpf2018-04-131-1/+11
* Sub second time resolution (#6978)Oscar Nihlgård2018-04-131-4/+3
* Use addPragmaAlexander Ivanov2018-03-051-1/+1
* Stop replacing all pragmas of a function with asyncjsAlexander Ivanov2018-03-031-0/+27
* Fix return (#7225)Alexander Ivanov2018-02-271-0/+2
* Fixes #6741 (#7131)Yuriy Glukhov2018-01-251-41/+47
* Unify async macro and futures for js and native targetsYuriy Glukhov2018-01-051-1/+0
* Fix the forward testAlexander Ivanov2017-12-201-4/+5
* Make asyncjs Future[void] play nicely with last line discardable callsAlexander Ivanov2017-12-191-2/+7
* added asyncjs standard library module (#6841)Alexander Ivanov2017-12-191-0/+26
* Better times module (#6552)GULPF2017-12-181-19/+34
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-1/+1
* Implement codegenDecl for js (#6851)Alexander Ivanov2017-12-012-0/+21
* fixes #6753Andreas Rumpf2017-11-221-1/+14
* added a version of macros.expectLen that takes min/max valuesAraq2017-11-211-0/+0
* fixes #6532 array bounds check for non zero based arrays on the js backend (#...skilchen2017-11-061-0/+44
* make tests green againAndreas Rumpf2017-09-301-8/+8
* Restore the old behavior of parsing "quote do:"Zahary Karadjov2017-08-191-2/+2
* fixes #5986 js backend failed to compile try ... except new syntax (#6116)andri lim2017-07-171-0/+13
* fixes a JS codegen regressionAndreas Rumpf2017-07-101-0/+18
* fixes #5608Andreas Rumpf2017-07-091-0/+43
* fixes #6035Araq2017-06-301-1/+19
* fixes #5517Andreas Rumpf2017-06-301-0/+15
* closes #5379Andreas Rumpf2017-06-291-1/+9
* fixes #5974Andreas Rumpf2017-06-291-1/+12
* fixes #4703Andreas Rumpf2017-06-291-0/+24
* make JS tests green on OSX on my local machine; XXX needs further investigationsAndreas Rumpf2017-06-261-1/+4
* fixes #5933Andreas Rumpf2017-06-031-0/+51
* review and merge zahary's work (#5849)zah2017-06-031-0/+10
* allow StmtLists to pass through semExprWithTypeZahary Karadjov2017-04-111-1/+7
ommit/lib/pure/ioselectors/ioselectors.nim?h=devel&id=835ff4a2f8622cd3db7eece7d07edac51c4d10f3'>835ff4a2f ^
108f5e688 ^
835ff4a2f ^
108f5e688 ^
835ff4a2f ^

















22684370b ^
835ff4a2f ^

2cbdf6088 ^
835ff4a2f ^


835ff4a2f ^

f40c1d3ad ^
108f5e688 ^
f40c1d3ad ^
835ff4a2f ^
108f5e688 ^



835ff4a2f ^

835ff4a2f ^




108f5e688 ^











835ff4a2f ^


108f5e688 ^
835ff4a2f ^


108f5e688 ^
835ff4a2f ^


108f5e688 ^
835ff4a2f ^
108f5e688 ^
835ff4a2f ^



108f5e688 ^
835ff4a2f ^
b59ce8d32 ^
835ff4a2f ^


108f5e688 ^
835ff4a2f ^

108f5e688 ^
835ff4a2f ^



108f5e688 ^
835ff4a2f ^

108f5e688 ^
835ff4a2f ^

7724336d7 ^
835ff4a2f ^
7724336d7 ^
835ff4a2f ^
7724336d7 ^
835ff4a2f ^
7724336d7 ^
835ff4a2f ^
7724336d7 ^
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