diff dmd/Id.d @ 130:60bb0fe4563e

dmdfe 2.037 first main iteration
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Thu, 09 Sep 2010 22:51:44 +0100
parents e28b18c23469
children af1bebfd96a4
line wrap: on
line diff
--- a/dmd/Id.d	Sun Sep 05 15:32:22 2010 +0400
+++ b/dmd/Id.d	Thu Sep 09 22:51:44 2010 +0100
@@ -79,7 +79,6 @@
 		ID( "coverage", "__coverage" ),
 		ID( "__vptr" ),
 		ID( "__monitor" ),
-		ID( "system" ),
 
 		ID( "TypeInfo" ),
 		ID( "TypeInfo_Class" ),
@@ -146,6 +145,9 @@
 		ID( "idup" ),
 
 		ID( "property" ),
+        ID( "safe" ),
+        ID( "trusted" ),
+        ID( "system" ),
 
 		// For inline assembler
 		ID( "___out", "out" ),
@@ -211,8 +213,12 @@
 		ID( "opIn_r" ),
 		ID( "opStar" ),
 		ID( "opDot" ),
+        ID( "opDispatch" ),
 		ID( "opImplicitCast" ),
-
+        ID( "pow", "opPow" ),
+        ID( "pow_r", "opPow_r" ),
+        //ID( "powass", "opPowAssign" ),
+    
 		ID( "classNew", "new" ),
 		ID( "classDelete", "delete" ),
 
@@ -272,6 +278,7 @@
 		ID( "cos" ),
 		ID( "tan" ),
 		ID( "_sqrt", "sqrt" ),
+        ID( "_pow", "pow" ),
 		ID( "fabs" ),
 
 		// Traits