summary refs log tree commit diff stats
path: root/compiler/pragmas.nim
Commit message (Expand)AuthorAgeFilesLines
* Renamed considerAccents to considerQuotedIdentClay Sweetser2014-05-261-1/+1
* Renamed 'considerAcc' to 'considerAccents' for clarityClay Sweetser2014-05-241-1/+1
* reintroduce thread analysis but disable it for backwards compatibilityAraq2014-04-201-5/+6
* made large parts of the stdlib gcsafeAraq2014-04-201-2/+2
* New concurrency model: next stepsAraq2014-04-191-4/+31
* disable extern name checking as it breaks building of nimrtl.dllAraq2014-03-301-2/+3
* fixes a typoAraq2014-03-271-4/+4
* implemented 'borrow dot' feature for distinct typesAraq2014-03-261-4/+15
* Added support for {.packed.} pragma on objectsAudun Wilhelmsen2014-03-181-1/+5
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-071-0/+11
|\
| * Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-061-2/+10
| |\
| * | split the inline and closure iterators into different symbol kinds for easier...Zahary Karadjov2014-03-061-0/+11
* | | implements strongSpaces parsing modeAraq2014-03-071-7/+3
| |/ |/|
* | implemented 'union' and 'unchecked' pragmasAraq2014-03-051-2/+10
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-251-3/+20
|\
| * Addresses issues raised on #947. Refs #800.Grzegorz Adam Hankiewicz2014-02-221-11/+9
| * Checks that exported symbols are valid C identifiers. Refs #800.Grzegorz Adam Hankiewicz2014-02-211-3/+22
* | renamed noStackFrame to asmNoStackFrameAraq2014-02-181-4/+6
|/
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-10/+10
* case consistency: next stepsAraq2013-12-291-45/+45
* case consistency part 4Araq2013-12-271-66/+66
* case consistency part 1Araq2013-12-271-16/+16
* implemented 'injectStmt'; more debug supportAraq2013-12-161-1/+7
* fixes #576Araq2013-09-181-0/+1
* implemented delegators and improved the error messages of unmatched type classesZahary Karadjov2013-08-261-3/+4
* implemented computed goto supportAraq2013-08-131-5/+2
* 'nirmod pretty': almost workingAraq2013-07-311-1/+1
* 'nimrod pretty': next stepsAraq2013-07-301-1/+1
* lfFullExternalName for 'nimrod pretty'Araq2013-07-301-6/+9
* refactorings for the eval engine; bugfix: clean templates as accessorsAraq2013-07-191-2/+5
* implements the 'codegenDecl' pragmaAraq2013-06-271-6/+7
* implemented large parts of the 'not nil' checkingAraq2013-06-091-3/+7
* astToStr is now immediateAraq2013-06-021-2/+2
* merged the persistent scopes work with the delayed proc compilation strategyZahary Karadjov2013-05-121-2/+7
|\
| * added a ``noforward`` pragma that enables a new compilation strategyZahary Karadjov2013-05-111-2/+7
* | final fixes giving us a working compilerZahary Karadjov2013-05-121-1/+1
* | get rid of the SymTab* procs in astalgoZahary Karadjov2013-05-121-1/+1
|/
* implemented --dynlibOverride option for static linking of 'dynlib'Araq2013-04-081-2/+5
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* almost every pragma is allowed in a 'push' pragmaAraq2012-11-201-227/+250
* implemented 'tags' pragmaAraq2012-11-111-7/+8
* nimbuild should work againAraq2012-11-011-5/+23
* bugfix: wrong assertions for C++ code generation; some solaris support; first...Araq2012-10-301-5/+8
* website improvements; better opengl wrapper (still broken)Araq2012-09-281-3/+5
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-2/+4
* objects with no ancestor are not implicitely finalAraq2012-08-241-2/+6
* next steps to hygienic templatesAraq2012-08-201-3/+5
* first steps to make templates hygienicAraq2012-08-201-9/+16
* bycopy/byref for object/tuple typesAraq2012-08-161-13/+21
* bugfix: dynlib for variablesAraq2012-08-051-2/+3
title='author Alexander Ivanov <alehander42@gmail.com> 2018-11-23 16:05:15 +0200 committer Andreas Rumpf <rumpf_a@web.de> 2018-11-23 15:05:15 +0100 Support only some types as JsAssoc types (#8627)' href='/ahoang/Nim/commit/tests/js/tjsffi.nim?h=devel&id=88d707cb88b3c0c93aed5e261beffa3a2e6d2c66'>88d707cb8 ^
536015ee7 ^










38ab51c44 ^
536015ee7 ^








1a60ffcf1 ^

536015ee7 ^



48a1a54d1 ^


38ab51c44 ^
48a1a54d1 ^











48a1a54d1 ^




03770daba ^
48a1a54d1 ^





38ab51c44 ^

48a1a54d1 ^



7ad115f53 ^
48a1a54d1 ^

03770daba ^

7ad115f53 ^
03770daba ^

aadbdd6b0 ^








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