summaryrefslogtreecommitdiff
path: root/cscc/csharp/cs_misc.tc
AgeCommit message (Expand)AuthorFilesLines
2009-10-29Implement stackalloc in C#Klaus Treichel1-13/+54
2007-10-14Fix a bug with incorrect order of arrays of arrays. Do some preoaration forKlaus Treichel1-11/+16
2005-10-192005-10-19 pfr <[email protected]>Klaus Treichel1-3/+7
2003-12-03ILNode_SizeOf: bug in the handling of "sizeof" which caused it toRhys Weatherley1-4/+0
2003-11-28Increment and decrement operators for pointer values.Rhys Weatherley1-21/+36
2003-11-26ILNode_NewExpression: report an error if "float[]" or "double[]" is usedRhys Weatherley1-0/+13
2003-02-26Correctly handle pointer types with the "sizeof" operator.Rhys Weatherley1-6/+12
2002-12-13Fix a warning.Rhys Weatherley1-1/+1
2002-12-12Filter destructor calls for System.ObjectGopal V1-0/+24
2002-12-10use ILNode_SemanalysisType for typeof argumentsGopal V1-1/+1
2002-11-16indirect checks for ILCoerce* and ILCast* functionsGopal V1-8/+8
2002-11-09Accept fully qualified types for non-using namespaces and ILSemAnalysisType c...Jonathan Springer1-13/+0
2002-10-27Fix Gopal's infamous 'class Foo{}...int Foo; Foo.Bar();' bug.Jonathan Springer1-0/+14
2002-09-03Change the usage of the "CSSemValue" type so that it is accessed via macrosRhys Weatherley1-48/+40
2002-08-06Implement array initializers in "new" expressions.Rhys Weatherley1-8/+86
2002-05-07Implement the "__makeref", "__reftype", and "__refvalue" operators.Rhys Weatherley1-0/+99
2002-04-30Semantic analysis and code generation for array "new" operator.Rhys Weatherley1-2/+101
2002-03-15Implement array initializers for fields and local variable declarations.Rhys Weatherley1-0/+25
2002-03-14Add field initializers to static constructors.Rhys Weatherley1-0/+12
2002-03-09Move the bulk of the C# compiler plugin out of "cscc" and into "cscc/csharp".Rhys Weatherley1-0/+309