summary refs log tree commit diff stats
path: root/compiler/sem.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #2216Araq2015-02-261-9/+0
|
* temptyseqs works againAraq2015-02-101-2/+4
|
* nimsuggest improvementsAraq2015-01-301-7/+19
|
* preparations for C++ template supportAraq2015-01-231-3/+3
|
* better error message for 'invalid type'Araq2015-01-231-2/+8
|
* fixes #1708, fixes #871Araq2014-12-281-0/+20
|
* fixes #1120Araq2014-12-251-1/+0
|
* implemented 'experimental' switchAraq2014-12-051-3/+0
|
* fixes #1562, fixes #1543Araq2014-11-201-1/+1
|
* nicer error messages (untested)Araq2014-10-261-2/+1
|
* nimfix now in its own directory; single file mode now the defaultAraq2014-10-051-2/+2
|
* deepCopy is instantiated when its corresponding type is instantiatedAraq2014-09-261-0/+2
|
* improvements for nimfixAraq2014-09-101-0/+1
|
* nimfix can fix obsolete statement commentsAraq2014-09-081-0/+3
|
* updated the compiler to use the new symbol namesAraq2014-08-281-1/+1
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* progress on 'spawn'Araq2014-08-101-1/+1
|
* better error messages for macro instantiationsAraq2014-07-101-0/+3
|
* fixes #1285Araq2014-06-301-1/+1
|
* Merge pull request #1281 from Araq/new_spawnAndreas Rumpf2014-06-161-1/+2
|\ | | | | New spawn
| * Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-011-1/+2
| |\
| | * progress for the 'parallel' statementAraq2014-05-141-1/+2
| | |
* | | Fixed #1172 (for real)Clay Sweetser2014-06-011-3/+7
|/ /
* | Renamed considerAccents to considerQuotedIdentClay Sweetser2014-05-261-2/+2
| |
* | Renamed 'considerAcc' to 'considerAccents' for clarityClay Sweetser2014-05-241-2/+2
|/ | | | | Added documentation string to 'considerAccents' Modified renderParamType's assertion to allow nkAcc nodes.
* removed flawed thread analysis passAraq2014-04-201-8/+2
|
* implemented region pointersAraq2014-04-091-2/+2
|
* propagate semExpr flags in macro/template expansionZahary Karadjov2014-04-061-8/+11
|
* reference implementation of a vector swizzle libraryZahary Karadjov2014-03-201-0/+3
| | | | | This also provides the initial steps towards support for type class "filtered" type inference fixes an "ordinal type expected" ICE, related to the use of static params
* fix tsemistaticZahary Karadjov2014-03-111-3/+15
|
* further improvements for static generic params; activate the hardest test casesZahary Karadjov2014-03-101-1/+2
|
* fix #909Zahary Karadjov2014-03-091-0/+4
|
* new VM is getting stableAraq2014-02-241-1/+1
|
* quite messy implementation of generic lambdas, needs reworking; fixes #715Zahary Karadjov2014-02-171-0/+1
|
* fixes #712Araq2014-02-141-1/+2
|
* fixes #797; generic procs can be used in places expecting matching concrete ↵Zahary Karadjov2014-02-111-0/+1
| | | | proc types
* tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is ↵Araq2014-02-051-1/+3
| | | | required for skipTypes
* better html generator for the tester; fixes some VM bugsAraq2014-01-171-11/+18
|
* introduce tyFromExpr; fixes #618Zahary Karadjov2014-01-041-0/+8
|
* migrate the static param handling to ReplaceTypeVars; fix tgenericvariantZahary Karadjov2013-12-301-4/+7
|
* Merge branch 'upstream' into develZahary Karadjov2013-12-291-14/+41
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgutils.nim compiler/msgs.nim compiler/sem.nim compiler/semexprs.nim compiler/seminst.nim compiler/semmagic.nim compiler/semstmts.nim compiler/semtypes.nim compiler/semtypinst.nim compiler/sigmatch.nim compiler/types.nim compiler/vmgen.nim lib/core/macros.nim lib/system.nim tests/reject/tenummix.nim web/news.txt
| * make more tests greenZahary Karadjov2013-12-291-10/+9
| |
| * better integration of tyStatic into typeRelZahary Karadjov2013-12-251-0/+10
| |
* | case consistency: cs:partial bootstraps on windowsAraq2013-12-291-8/+8
| |
* | case consistency: next stepsAraq2013-12-291-2/+2
| |
* | case consistency part 4Araq2013-12-271-15/+15
| |
* | case consistency part 1Araq2013-12-271-1/+1
| |
* | templates can access hidden fieldsAraq2013-12-251-23/+9
| |
* | tcnstseq works againAraq2013-12-231-3/+11
| |
* | Merge branch 'master' into vm2Araq2013-12-051-16/+37
|\| | | | | | | | | Conflicts: compiler/sem.nim
3c7b61839b950389c2d49d'>^
08fc6e5c ^
cbcc3a1e ^










e087f6d4
2b52e9e6 ^





a90a9a40 ^

e087f6d4
ab8b1f12 ^
e087f6d4




9c63ba04 ^



e087f6d4






9c63ba04 ^



e087f6d4
57bfc74f ^









0cb11571 ^







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