index
:
dotgnu-pnet/pnet.git
DotGNU Portable.NET engine, compilers and tools (pnet)
summary
refs
log
tree
commit
diff
path:
root
/
cscc
/
csharp
/
cs_internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-01
Add support for partial type declarations.
Klaus Treichel
1
-0
/
+3
2009-07-30
Store C# modifiers in the nodes instead of the attribute flags.
Klaus Treichel
1
-0
/
+52
2009-04-16
Add support for custom attributes attached to generic type parameters.
Klaus Treichel
1
-18
/
+0
2009-04-15
Move declaration of the new structs to cs_internal.h
Klaus Treichel
1
-0
/
+19
2008-10-19
Simplify ILNode_QualIdent by replacing right by the name directly.
Klaus Treichel
1
-1
/
+1
2007-10-23
Add some resolving of generic types.
Klaus Treichel
1
-18
/
+16
2007-10-14
Fix a bug with incorrect order of arrays of arrays. Do some preoaration for
Klaus Treichel
1
-0
/
+18
2007-09-20
Add support for declaring generic types and methods.
Klaus Treichel
1
-1
/
+4
2007-05-05
Make an interned string const char * and fix the resulting compiler warnings.
Klaus Treichel
1
-1
/
+1
2004-07-19
Add the "-fhidebysig" and "-fhidebyname" options to cscc; the latter can
Rhys Weatherley
1
-0
/
+5
2003-10-26
Handle special C# keywords like "get", "set", "add", "remove", and
Rhys Weatherley
1
-6
/
+0
2003-06-26
Report errors for "Finalize" methods that are not properly declared
Rhys Weatherley
1
-0
/
+1
2003-06-21
Add the CSLatin1Charset flag
Gopal V
1
-0
/
+5
2003-06-14
allow unsafe destructors
Gopal V
1
-0
/
+1
2003-05-31
Add the -fno-generics option to cscc
Gopal V
1
-0
/
+5
2003-05-29
Implement Base element access for C# (semanalysis) and IL (codegen)
Gopal V
1
-1
/
+1
2003-02-22
Build generic type references during the parse; rearrange expression trees
Rhys Weatherley
1
-0
/
+17
2002-11-21
Add the "DefaultMember" attribute to classes that have indexers.
Rhys Weatherley
1
-0
/
+6
2002-11-15
Enable use of global aliases
Gopal V
1
-0
/
+5
2002-11-09
Accept fully qualified types for non-using namespaces and ILSemAnalysisType c...
Jonathan Springer
1
-0
/
+6
2002-11-09
When a candidate method is found in a child class, ignore all candidates
Rhys Weatherley
1
-0
/
+5
2002-10-27
Fix Gopal's infamous 'class Foo{}...int Foo; Foo.Bar();' bug.
Jonathan Springer
1
-0
/
+3
2002-10-26
Add state to compiler so it knows when to resolve identifiers only as type.
Jonathan Springer
1
-2
/
+3
2002-06-23
Add some of the scaffolding that is necessary to process attributes for
Rhys Weatherley
1
-4
/
+25
2002-05-06
Implement non-static field initializers.
Rhys Weatherley
1
-0
/
+5
2002-05-06
Begin adding support for attribute semantic analysis.
Rhys Weatherley
1
-0
/
+10
2002-03-25
Add the "-fmetadata-only" option to the C# compiler; defer semantic
Rhys Weatherley
1
-0
/
+5
2002-03-17
Adjust #include lines to rectify annoying build problems on some systems.
Rhys Weatherley
1
-2
/
+2
2002-03-17
Detect duplicate methods and incorrect virtual method overrides.
Rhys Weatherley
1
-0
/
+6
2002-03-14
Add field initializers to static constructors.
Rhys Weatherley
1
-0
/
+5
2002-03-09
Move the bulk of the C# compiler plugin out of "cscc" and into "cscc/csharp".
Rhys Weatherley
1
-0
/
+187