summary refs log tree commit diff stats
path: root/compiler/semdata.nim
Commit message (Collapse)AuthorAgeFilesLines
* removed flawed thread analysis passAraq2014-04-201-2/+0
|
* propagate semExpr flags in macro/template expansionZahary Karadjov2014-04-061-1/+1
|
* fixed parens around getSysType argumentsJimmie Houchin2014-03-251-1/+1
|
* reference implementation of a vector swizzle libraryZahary Karadjov2014-03-201-0/+21
| | | | | 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 #715 againZahary Karadjov2014-03-161-1/+1
| | | | the regression was caused by the introduction of "generic" lambdas
* fix tsemistaticZahary Karadjov2014-03-111-0/+3
|
* split the inline and closure iterators into different symbol kinds for ↵Zahary Karadjov2014-03-061-1/+1
| | | | easier discrimination between them
* quite messy implementation of generic lambdas, needs reworking; fixes #715Zahary Karadjov2014-02-171-0/+1
|
* fix some regressions caused by tyTypeDesc[tyNone]Zahary Karadjov2014-02-151-1/+0
|
* fixes #797; generic procs can be used in places expecting matching concrete ↵Zahary Karadjov2014-02-111-0/+2
| | | | proc types
* tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is ↵Araq2014-02-051-0/+1
| | | | required for skipTypes
* fixes #844Araq2014-02-021-1/+1
|
* progress towards fixing tgenericshardcasesZahary Karadjov2014-01-061-5/+10
|
* introduce tyFromExpr; fixes #618Zahary Karadjov2014-01-041-0/+4
|
* Merge branch 'upstream' into develZahary Karadjov2013-12-291-1/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * integrate the logic of fixupProcType into ReplaceTypeVarsZahary Karadjov2013-12-291-8/+6
| |
| * better integration of tyStatic into typeRelZahary Karadjov2013-12-251-0/+5
| |
| * wip type class reforms (the compiler bootstraps fine)Zahary Karadjov2013-12-251-0/+15
| | | | | | | | | | | | * replace tfAny and tfAll with tyAnd and tyOr * integrate matchTypeClass into typeRel * introduce tyBuiltInTypeClass to handle types such as tuple, object, proc, etc
* | case consistency: cs:partial bootstraps on windowsAraq2013-12-291-2/+2
| |
* | case consistency: next stepsAraq2013-12-291-3/+3
| |
* | case consistency part 4Araq2013-12-271-5/+5
| |
* | case consistency part 1Araq2013-12-271-16/+16
| |
* | Merge branch 'master' into vm2Araq2013-12-051-1/+3
|\| | | | | | | | | Conflicts: compiler/sem.nim
| * simple unit test and better documentation for the user defined type classesZahary Karadjov2013-11-171-1/+2
| |
| * improvements for the `is` operator; implemented the type lifting rule in ↵Zahary Karadjov2013-11-171-0/+1
| | | | | | | | user-defined type classes
* | compiler bootstraps with new VMAraq2013-10-151-1/+1
|/
* improvements for TR macrosAraq2013-09-171-0/+1
|
* working code for simple cases of user-defined type classesZahary Karadjov2013-08-251-0/+6
|
* pass-through of static int generic params to arrays when late instantiation ↵Zahary Karadjov2013-08-231-5/+5
| | | | is disabled
* remerge "Fixes #267"Zahary Karadjov2013-08-191-0/+5
|
* bugfix: pragmas allowed for implicit genericsAraq2013-06-291-3/+3
|
* Revert "fixes #267"Araq2013-05-271-5/+0
| | | | This reverts commit 7fccdedcb5d1e583039b2ea2ae6564412a0f5104.
* fixes #267Zahary Karadjov2013-05-261-0/+5
|
* merged the persistent scopes work with the delayed proc compilation strategyZahary Karadjov2013-05-121-8/+4
|\
* | get rid of TOverloadIter.stackPtrZahary Karadjov2013-05-121-0/+2
| |
* | get rid of the SymTab* procs in astalgoZahary Karadjov2013-05-121-19/+10
| |
* | switch to a linked list of scopesZahary Karadjov2013-05-111-0/+15
|/
* new parser worksAraq2013-04-201-1/+1
|
* improvements for destructorsAraq2013-04-081-1/+2
|
* fixes a long-standing bug about procvar checkingAraq2013-03-251-1/+1
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* lazy operand sem'checking (beware)Araq2013-03-021-1/+6
|
* remove any traces of the old global generics cacheZahary Karadjov2013-01-271-27/+5
|
* temporary debugging code for the memory leak investigationZahary Karadjov2012-11-281-1/+1
|
* store the instantiation cache in the generic symbolZahary Karadjov2012-11-281-7/+9
|
* CaaS in-memory cachingZahary Karadjov2012-11-281-4/+6
| | | | | removed some redundant filepath params and variables and switched to canonical paths in most places
* almost every pragma is allowed in a 'push' pragmaAraq2012-11-201-0/+1
|
* nimbuild should work againAraq2012-11-011-0/+1
|
* fixes #194Araq2012-09-201-1/+4
|
* first steps towards term rewriting macrosAraq2012-08-301-6/+13
|
n> ^
fedc69f61 ^

299390a58 ^
03ba0f3e2 ^



b4844a189 ^
c53ad1b39 ^
cb79bf9f1 ^
752cddb91 ^

f191059e5 ^
632aece19 ^
990dc2d71 ^
ec0f982ed ^






c53ad1b39 ^


c53ad1b39 ^





c53ad1b39 ^

d10973adb ^

6a8a409f1 ^
d10973adb ^








d10973adb ^
61a442bb0 ^
d10973adb ^


3005955d2 ^





e194037ea ^







3005955d2 ^
e194037ea ^
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