annotate commands.txt @ 189:a4c9de8e39b3

Now compileable with dmd2.053
author Abscissa
date Wed, 08 Jun 2011 02:21:32 -0400
parents cd48cb899aee
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
1 -version=DMDV2
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
2 -version=TX86
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
3 -version=MARS
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
4 -version=TARGET_WINDOS
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
5 -version=_WIN32
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
6 -version=WindowsXP
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
7 -version=DumbClone
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
8 -version=STRUCTTHISREF
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
9 -version=CCASTSYNTAX
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
10 -version=CARRAYDECL
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
11 -version=BREAKABI
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
12 -version=SEH
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
13 -version=OMFOBJ
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
14 -version=SNAN_DEFAULT_INIT
96
acd69f84627e further work
Trass3r
parents: 79
diff changeset
15 -version=SARRAYVALUE
179
cd48cb899aee Updated to dmd2.040
korDen
parents: 178
diff changeset
16 -version=MODULEINFO_IS_STRUCT
74
7e0d548de9e6 Switch Arrays of Dsymbols to the new templated Vector type
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 73
diff changeset
17 -ofbin\ddmd.exe
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
18 bridge.obj
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
19 ddmd.def
75
cfa3747ebe4c Changed dmd to ddmd in the "usage" message and added "ported to D by community" to desription to distinguish from pure dmd build
korDen
parents: 74
diff changeset
20 dmd.lib
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
21 main.d
70
6bdecc3f4569 Get rid of win32 bindings
korDen
parents: 68
diff changeset
22 dbg\CallStackInfo.d
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
23 dbg\Debug.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
24 dbg\symbol\CodeView.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
25 dbg\image\PE.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
26 dmd\AggregateDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
27 dmd\VarExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
28 dmd\Tuple.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
29 dmd\UnrolledLoopStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
30 dmd\SwitchErrorStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
31 dmd\NewAnonClassExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
32 dmd\StructLiteralExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
33 dmd\StaticIfCondition.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
34 dmd\BoolExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
35 dmd\ShlAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
36 dmd\ShrAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
37 dmd\UshrAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
38 dmd\CatAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
39 dmd\Port.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
40 dmd\declaration\MATCH.d
63
cab4c37afb89 A bunch of implementations
korDen
parents: 56
diff changeset
41 dmd\interpret\Util.d
7
89cc05dbdae1 Implementing TemplateAliasParameter and TemplateValueParameter
dkoroskin <>
parents: 3
diff changeset
42 dmd\templates\Util.d
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
43 dmd\expression\Util.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
44 dmd\expression\Add.d
142
3685b521ed05 + Bool()
Trass3r
parents: 140
diff changeset
45 dmd\expression\Bool.d
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
46 dmd\expression\Xor.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
47 dmd\expression\Ptr.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
48 dmd\expression\Min.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
49 dmd\expression\And.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
50 dmd\expression\Shr.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
51 dmd\expression\Not.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
52 dmd\expression\Mod.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
53 dmd\expression\Mul.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
54 dmd\expression\Com.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
55 dmd\expression\Ushr.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
56 dmd\expression\Shl.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
57 dmd\expression\Div.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
58 dmd\expression\Cmp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
59 dmd\expression\Identity.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
60 dmd\expression\ArrayLength.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
61 dmd\expression\Equal.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
62 dmd\expression\Or.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
63 dmd\expression\Neg.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
64 dmd\expression\Cat.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
65 dmd\expression\Slice.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
66 dmd\expression\Index.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
67 dmd\expression\shift_optimize.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
68 dmd\expression\util\arrayTypeCompatible.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
69 dmd\condition\util\findCondition.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
70 dmd\OverExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
71 dmd\Cast.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
72 dmd\TupleExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
73 dmd\ArrayLengthExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
74 dmd\TypeInfoConstDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
75 dmd\TypeInfoInvariantDeclaration.d
135
af1bebfd96a4 dmd 2.038
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 130
diff changeset
76 dmd\TypeInfoWildDeclaration.d
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
77 dmd\TypeInfoSharedDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
78 dmd\TypeInfoStructDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
79 dmd\TypeInfoInterfaceDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
80 dmd\TypeInfoEnumDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
81 dmd\TypeInfoClassDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
82 dmd\TypeInfoArrayDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
83 dmd\TypeInfoDelegateDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
84 dmd\TypeInfoTypedefDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
85 dmd\TypeInfoPointerDeclaration.d
65
9ce5d450c318 new file added
korDen
parents: 63
diff changeset
86 dmd\TypeInfoStaticArrayDeclaration.d
68
ee3a9f34dc48 final bits of codegen implementation to compile Phobos
korDen
parents: 65
diff changeset
87 dmd\TypeInfoAssociativeArrayDeclaration.d
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
88 dmd\DsymbolExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
89 dmd\GlobalExpressions.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
90 dmd\NewExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
91 dmd\PeelStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
92 dmd\HaltExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
93 dmd\SymOffExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
94 dmd\type\Util.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
95 dmd\SymbolExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
96 dmd\Optimize.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
97 dmd\DotVarExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
98 dmd\DeclarationExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
99 dmd\TraitsExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
100 dmd\ComplexExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
101 dmd\ErrorExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
102 dmd\AssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
103 dmd\DotExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
104 dmd\AliasDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
105 dmd\DefaultInitExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
106 dmd\FileInitExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
107 dmd\LineInitExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
108 dmd\AnonDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
109 dmd\AliasThis.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
110 dmd\AlignDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
111 dmd\AnonymousAggregateDeclaration.d
130
60bb0fe4563e dmdfe 2.037 first main iteration
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 96
diff changeset
112 dmd\Parameter.d
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
113 dmd\FuncExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
114 dmd\ArrayLiteralExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
115 dmd\AssocArrayLiteralExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
116 dmd\AssertExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
117 dmd\IsExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
118 dmd\TypeExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
119 dmd\StringExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
120 dmd\NullExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
121 dmd\RealExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
122 dmd\ThisExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
123 dmd\ScopeExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
124 dmd\Array.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
125 dmd\DotIdExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
126 dmd\FileExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
127 dmd\SuperExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
128 dmd\TypeidExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
129 dmd\CompileExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
130 dmd\IdentifierExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
131 dmd\DollarExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
132 dmd\AndAndExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
133 dmd\DotTemplateInstanceExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
134 dmd\OrExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
135 dmd\PostExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
136 dmd\CallExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
137 dmd\SliceExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
138 dmd\ArrayExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
139 dmd\AddrExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
140 dmd\UAddExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
141 dmd\XorExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
142 dmd\CommaExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
143 dmd\BinExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
144 dmd\CondExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
145 dmd\OrOrExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
146 dmd\AndExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
147 dmd\InExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
148 dmd\EqualExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
149 dmd\CmpExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
150 dmd\ShlExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
151 dmd\AddExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
152 dmd\CatExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
153 dmd\MinExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
154 dmd\MulExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
155 dmd\ModExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
156 dmd\DivExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
157 dmd\ShrExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
158 dmd\UshrExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
159 dmd\CastExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
160 dmd\DeleteExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
161 dmd\ComExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
162 dmd\NotExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
163 dmd\UnaExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
164 dmd\NegExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
165 dmd\PtrExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
166 dmd\IntegerExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
167 dmd\AddAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
168 dmd\AndAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
169 dmd\DivAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
170 dmd\MinAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
171 dmd\ModAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
172 dmd\MulAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
173 dmd\OrAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
174 dmd\XorAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
175 dmd\IdentityExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
176 dmd\ArrayInitializer.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
177 dmd\ArrayScopeSymbol.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
178 dmd\ArrayTypes.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
179 dmd\AsmStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
180 dmd\AttribDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
181 dmd\BUILTIN.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
182 dmd\BaseClass.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
183 dmd\BreakStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
184 dmd\CaseRangeStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
185 dmd\CaseStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
186 dmd\Catch.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
187 dmd\ClassDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
188 dmd\ClassInfoDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
189 dmd\CompileDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
190 dmd\CompileStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
191 dmd\CompoundDeclarationStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
192 dmd\CompoundStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
193 dmd\Condition.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
194 dmd\ConditionalDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
195 dmd\ConditionalStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
196 dmd\ContinueStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
197 dmd\CppMangleState.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
198 dmd\CtorDeclaration.d
189
a4c9de8e39b3 Now compileable with dmd2.053
Abscissa
parents: 179
diff changeset
199 dmd\DDMDExtensions.d
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
200 dmd\DVCondition.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
201 dmd\Dchar.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
202 dmd\DebugCondition.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
203 dmd\DebugSymbol.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
204 dmd\Declaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
205 dmd\DeclarationStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
206 dmd\DefaultStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
207 dmd\DeleteDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
208 dmd\DoStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
209 dmd\DocComment.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
210 dmd\Dsymbol.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
211 dmd\DsymbolTable.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
212 dmd\DtorDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
213 dmd\EnumDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
214 dmd\EnumMember.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
215 dmd\Escape.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
216 dmd\ExpInitializer.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
217 dmd\ExpStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
218 dmd\Expression.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
219 dmd\File.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
220 dmd\FileName.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
221 dmd\ForStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
222 dmd\ForeachRangeStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
223 dmd\ForeachStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
224 dmd\FuncAliasDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
225 dmd\FuncDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
226 dmd\FuncLiteralDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
227 dmd\Global.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
228 dmd\GotoCaseStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
229 dmd\GotoDefaultStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
230 dmd\GotoStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
231 dmd\HdrGenState.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
232 dmd\ILS.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
233 dmd\IRState.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
234 dmd\Id.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
235 dmd\Identifier.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
236 dmd\IfStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
237 dmd\Import.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
238 dmd\Initializer.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
239 dmd\InlineCostState.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
240 dmd\InlineDoState.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
241 dmd\InlineScanState.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
242 dmd\IntRange.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
243 dmd\InterState.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
244 dmd\InterfaceDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
245 dmd\InvariantDeclaration.d
79
43073c7c7769 updated to 2.035
Trass3r
parents: 75
diff changeset
246 dmd\Json.d
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
247 dmd\LINK.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
248 dmd\LabelDsymbol.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
249 dmd\LabelStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
250 dmd\Lexer.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
251 dmd\Library.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
252 dmd\LinkDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
253 dmd\Loc.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
254 dmd\Lstring.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
255 dmd\MATCH.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
256 dmd\Macro.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
257 dmd\Module.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
258 dmd\ModuleDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
259 dmd\ModuleInfoDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
260 dmd\NewDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
261 dmd\ObjModule.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
262 dmd\OnScopeStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
263 dmd\OutBuffer.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
264 dmd\OverloadSet.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
265 dmd\PREC.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
266 dmd\PROT.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
267 dmd\Package.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
268 dmd\Param.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
269 dmd\Parser.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
270 dmd\PostBlitDeclaration.d
130
60bb0fe4563e dmdfe 2.037 first main iteration
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 96
diff changeset
271 dmd\PowExp.d
135
af1bebfd96a4 dmd 2.038
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 130
diff changeset
272 dmd\PowAssignExp.d
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
273 dmd\PragmaDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
274 dmd\PragmaStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
275 dmd\ProtDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
276 dmd\RET.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
277 dmd\ReturnStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
278 dmd\STC.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
279 dmd\Scope.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
280 dmd\ScopeDsymbol.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
281 dmd\ScopeStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
282 dmd\Section.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
283 dmd\Statement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
284 dmd\StaticAssert.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
285 dmd\StaticAssertStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
286 dmd\StaticCtorDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
287 dmd\StaticDtorDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
288 dmd\StaticIfDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
289 dmd\StorageClassDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
290 dmd\String.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
291 dmd\StringEntry.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
292 dmd\StringTable.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
293 dmd\StringValue.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
294 dmd\StructDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
295 dmd\StructInitializer.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
296 dmd\SwitchStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
297 dmd\SymbolDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
298 dmd\SynchronizedStatement.d
179
cd48cb899aee Updated to dmd2.040
korDen
parents: 178
diff changeset
299 dmd\SharedStaticCtorDeclaration.d
cd48cb899aee Updated to dmd2.040
korDen
parents: 178
diff changeset
300 dmd\SharedStaticDtorDeclaration.d
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
301 dmd\TOK.d
130
60bb0fe4563e dmdfe 2.037 first main iteration
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 96
diff changeset
302 dmd\TRUST.d
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
303 dmd\TY.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
304 dmd\TemplateAliasParameter.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
305 dmd\TemplateDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
306 dmd\TemplateInstance.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
307 dmd\TemplateMixin.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
308 dmd\TemplateParameter.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
309 dmd\TemplateThisParameter.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
310 dmd\TemplateTupleParameter.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
311 dmd\TemplateTypeParameter.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
312 dmd\TemplateValueParameter.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
313 dmd\ThisDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
314 dmd\ThrowStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
315 dmd\Token.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
316 dmd\TryCatchStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
317 dmd\TryFinallyStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
318 dmd\TupleDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
319 dmd\Type.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
320 dmd\TypeAArray.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
321 dmd\TypeArray.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
322 dmd\TypeBasic.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
323 dmd\TypeClass.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
324 dmd\TypeDArray.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
325 dmd\TypeDelegate.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
326 dmd\TypeEnum.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
327 dmd\TypeFunction.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
328 dmd\TypeIdentifier.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
329 dmd\TypeInfoDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
330 dmd\TypeInstance.d
79
43073c7c7769 updated to 2.035
Trass3r
parents: 75
diff changeset
331 dmd\TypeNewArray.d
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
332 dmd\TypeNext.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
333 dmd\TypePointer.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
334 dmd\TypeQualified.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
335 dmd\TypeReference.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
336 dmd\TypeReturn.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
337 dmd\TypeSArray.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
338 dmd\EnumUtils.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
339 dmd\TypeSlice.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
340 dmd\TypeStruct.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
341 dmd\TypeTuple.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
342 dmd\TypeTypedef.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
343 dmd\TypeTypeof.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
344 dmd\TypedefDeclaration.d
56
51605de93870 TupleExp.optimize
korDen
parents: 34
diff changeset
345 dmd\TypeInfoTupleDeclaration
73
ef02e2e203c2 Updating to dmd2.033
korDen
parents: 71
diff changeset
346 dmd\TypeInfoFunctionDeclaration
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
347 dmd\UnionDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
348 dmd\UnitTestDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
349 dmd\Utf.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
350 dmd\Util.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
351 dmd\DotTemplateExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
352 dmd\DelegateExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
353 dmd\RemoveExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
354 dmd\TemplateExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
355 dmd\DotTypeExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
356 dmd\IndexExp.d
178
e3afd1303184 Many small bugs fixed
korDen
parents: 157
diff changeset
357 dmd\TObject.d
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
358 dmd\VarDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
359 dmd\VersionCondition.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
360 dmd\VersionSymbol.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
361 dmd\VoidInitializer.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
362 dmd\VolatileStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
363 dmd\WhileStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
364 dmd\WithScopeSymbol.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
365 dmd\WithStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
366 dmd\backend\Blockx.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
367 dmd\backend\enum_t.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
368 dmd\backend\Symbol.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
369 dmd\backend\Util.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
370 dmd\backend\TYPE.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
371 dmd\backend\TYM.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
372 dmd\backend\mTY.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
373 dmd\backend\block.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
374 dmd\backend\code.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
375 dmd\backend\glue.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
376 dmd\backend\dt_t.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
377 dmd\backend\elem.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
378 dmd\backend\func_t.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
379 dmd\backend\Cstate.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
380 dmd\backend\TYFL.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
381 dmd\backend\RTLSYM.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
382 dmd\backend\symtab_t.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
383 dmd\backend\Classsym.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
384 dmd\backend\con_t.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
385 dmd\backend\cse_t.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
386 dmd\backend\struct_t.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
387 dmd\backend\OPER.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
388 dmd\backend\StringTab.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
389 dmd\backend\DT.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
390 dmd\backend\Configv.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
391 dmd\backend\iasm.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
392 dmd\backend\rel.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
393 dmd\backend\LIST.d
140
31c086f76669 dmd.lib now only contains the backend
Trass3r
parents: 135
diff changeset
394 dmd\codegen\Util.d
31c086f76669 dmd.lib now only contains the backend
Trass3r
parents: 135
diff changeset
395 dmd\codegen\linkhelper.d