annotate commands.txt @ 178:e3afd1303184

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