Set correct result type for chained folded enum subtraction
[mono.git] / mcs / mcs /
2010-11-01 Marek SafarSet correct result type for chained folded enum subtraction
2010-11-01 Marek SafarCheck binary header using right methods.
2010-10-29 Marek SafarMerge branch 'marek'
2010-10-29 Marek SafarMake dynamic array access index expresions in checked...
2010-10-29 Marek SafarIgnore private methods in batch import
2010-10-28 Marek SafarFix emitted code for predefined or/and operation betwee...
2010-10-28 Marek SafarAdd more type parameter checks for inherited constraints.
2010-10-28 Marek SafarImplement type inference of dynamic arguments used...
2010-10-28 Marek SafarUse correct location for unexpected type parameter
2010-10-27 Marek SafarReorder MethodBase::Attributes usage
2010-10-27 Marek Safar[649448] Compare original goto block for cloned blocks.
2010-10-27 Marek Safar[648360] When inflating nested generic type use same...
2010-10-27 Marek SafarMake the static field readonly
2010-10-27 Marek SafarMake static fields readonly
2010-10-27 Marek Safarcrlf fix
2010-10-27 Marek SafarRevert unwanted changes
2010-10-27 Marek SafarCheck nested declaring types when testing member overrides
2010-10-27 Marek SafarDelay expensive inflator construction for type paramete...
2010-10-25 Marek SafarRecover from invalid implicit lambda block
2010-10-25 Marek SafarAdd more details to timing debugging
2010-10-25 Marek SafarMake setting a position out of the buffer size actually...
2010-10-24 Marek SafarAdd missing v3 language version
2010-10-22 Marek SafarUse faster MemberKind when checking for a nested type
2010-10-22 Marek SafarInclude parent type parameters when inflating nested...
2010-10-22 Marek SafarMove nested declaration looup to TypeContainer
2010-10-22 Marek SafarAdd dynamic conversion to coalescing operator
2010-10-21 Marek SafarImplement closest override return type matching
2010-10-20 Marek Safar[601801] Fixes for parsing nant documentation
2010-10-20 Marek SafarCheck for name conflicts between parent members and...
2010-10-20 Marek Safar[647845] Don't skip parent types when looking for simpl...
2010-10-20 Marek SafarMore work on ambiguous named arguments
2010-10-20 Marek SafarMore optional parameter VB compatibility fixes
2010-10-19 Marek SafarRestore altered arguments when overload resolution...
2010-10-18 Marek Safar[512754] Overload resolution with named or optional...
2010-10-15 Marek Safar[646997] Correctly emit platform ILOnly flag
2010-10-15 Marek SafarExtension method argument cannot exercise numeric conve...
2010-10-15 Marek SafarAdd more dynamic conversion restrictions
2010-10-15 Marek SafarClean up few more warnings
2010-10-15 Marek SafarMore tweaks to dynamic overload resolution
2010-10-15 Marek SafarA conditional expression with either dynamic side is...
2010-10-15 Marek SafarDon't define same parameter more than once.
2010-10-14 Marek SafarMore conversion tweaks for dynamic in using statement
2010-10-14 Marek Safar[646298] Compile multiple interface event declarators
2010-10-14 Marek SafarUse 2 phase dynamic load only for compound operations
2010-10-13 Marek SafarHasDynamicElement became available use it when building...
2010-10-13 Marek Safar[645992] When importing dynamic type arguments dynamic...
2010-10-13 Marek SafarDynamic type is never better than other types in overlo...
2010-10-12 Marek SafarMore fixes for implicit conversions of nullable types...
2010-10-12 Marek SafarKeep parsing after invalid contstructor declaration
2010-10-12 Marek Safar[645572] Import more type as possible dynamic types.
2010-10-12 Marek SafarReport correct error message for compound lifted binary...
2010-10-12 Marek SafarFold duplex conversion casts into a expression to emit...
2010-10-11 Marek SafarCompound assignments over reference type array cannot...
2010-10-10 Marek Safar[645232] Implement ITypeDefinition for internal types.
2010-10-08 Marek SafarDon't assume the system.object does not have any fields
2010-10-08 Marek Safar[642975] Fix initializer of partially static multidimen...
2010-10-08 Marek Safar[644673] Import of modules got broken
2010-10-08 Marek SafarAllow imported members cache to be setup in 2 phases...
2010-10-07 Marek SafarFix compound event assigments with dynamic side effect
2010-10-07 Marek Safar[644507] Don't use nested type cache until declaring...
2010-10-07 Marek SafarFix compound assigments with dynamic side effect
2010-10-06 Marek SafarVerify type parameter constraints type parameters
2010-10-06 Marek SafarFixes allowed interface method modifiers
2010-10-05 Marek SafarInflate imported nested type correctly.
2010-10-05 Marek SafarCompare all type arguments for nested generic types.
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-01 Marek Safarref/out arguments are always of static type
2010-10-01 Marek SafarKeep imported indexer parameters (they can contain...
2010-10-01 Marek SafarImplement compound assignment over null value
2010-10-01 Marek SafarDynamic compound assignment breaks standard C# result...
2010-10-01 Marek Safarvoid is never of type object
2010-10-01 Marek SafarInitialize both disposable and local variable for dynam...
2010-09-30 Marek SafarMore awkward nullable binary expressions which are...
2010-09-30 Marek SafarImplement binary user operators over nullable not lifte...
2010-09-30 Marek SafarDynamic compound assignment can be used as an expressio...
2010-09-29 Marek HabersackMerge branch 'bugfix'
2010-09-29 Marek Safar[642437] Nested types have to check type arguments...
2010-09-29 Marek SafarSkip inaccessible nested types for member access expres...
2010-09-29 Marek SafarInflate custom site container delegates correctly.
2010-09-29 Marek SafarOptional parameters can be of a user value type
2010-09-29 Marek SafarIgnore imported not visible internal types
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-25 Marek SafarImplemented more combinations of nullable boolean logic...
2010-09-25 Marek SafarBetter error message for syntax error in namespace...
2010-09-21 Marek SafarDon't restore unused flags
2010-09-21 Marek Safar[640722] Consider delegate parameters when checking...
2010-09-21 Marek Safar[640709] Don't reuse method parameters for base proxy...
2010-09-21 Marek Safar[640699] Reduced compound expressions need explicit...
2010-09-21 Marek SafarImplement postfix operations involving an implicit...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-20 Marek SafarDon't check inferred dynamic type arguments against...
2010-09-20 Marek SafarMore missing conversions between object and dynamic
2010-09-20 Marek Safar[640285] Initialize this in current block instead of...
2010-09-20 Marek SafarParse secondary static like expression as a non-cast
2010-09-17 Marek SafarUser operators are resolved in a batch, pick up the...
2010-09-17 Marek SafarMake the dynamic sites container name really unique
2010-09-17 Marek SafarFixes preference of a user-defined conversion operators...
2010-09-17 Marek SafarFixes cloning of a variable declarator.
2010-09-17 Marek SafarImplement predefined binary enum operators involving...
2010-09-17 Marek SafarRecover wrong invalid character constants.
next