crlf fix
[mono.git] / mcs / tests /
2010-10-27 Marek SafarCheck nested declaring types when testing member overrides
2010-10-24 Marek SafarNew test.
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 SafarAdd dynamic conversion to coalescing operator
2010-10-21 Marek SafarImplement closest override return type matching
2010-10-21 Marek SafarForget to re-add this test file
2010-10-20 Andrew JorgensenREADME.tests was deleted in d9c8bdf
2010-10-20 Marek SafarClean up test files
2010-10-20 Marek Safar[601801] Fixes for parsing nant documentation
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 SafarAdd more dynamic conversion restrictions
2010-10-15 Marek SafarMore tweaks to dynamic overload resolution
2010-10-15 Marek SafarA conditional expression with either dynamic side is...
2010-10-14 Marek SafarMore conversion tweaks for dynamic in using statement
2010-10-14 Marek SafarUse 2 phase dynamic load only for compound operations
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 Safar[645572] Import more type as possible dynamic types.
2010-10-12 Marek SafarDo not create a constant null value for runtime 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-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-05 Marek SafarNew test.
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 SafarNew test
2010-10-01 Marek SafarDynamic compound assignment breaks standard C# result...
2010-10-01 Marek SafarNull constant cannot be used for ref/out variables
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 SafarNew test.
2010-09-29 Marek SafarNew test.
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-21 Marek SafarNew tests.
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 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 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-15 Marek SafarNew test.
2010-09-15 Marek SafarEncode correctly all constants into a payload
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-13 Marek SafarAdd a test for arrays with dynamic elements.
2010-09-13 Marek SafarImplement foreach over nullable values.
2010-09-13 Marek SafarKeep only 1 using implementation and handle all nullabl...
2010-09-10 Marek SafarAlways compare original block for cloned versions.
2010-09-10 Marek SafarNew test.
2010-09-10 Marek SafarConverting the switch statement into normal statement...
2010-09-10 Marek SafarWhen doing member access left side lookup the arity...
2010-09-09 Marek SafarDon't recreate top-level destructor block, it carries...
2010-09-09 Marek SafarThe first push to make flow-analysis work for complex...
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-07 Jonathan PobstNormalize line endings.
2010-09-01 Marek SafarAdd ctor block to field initializers to avoid member...
2010-08-31 Marek SafarAdd support for indirect pointer type constants.
2010-08-31 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-31 Marek Safar[635714] Inconsistent accessibility between nested...
2010-08-27 Marek SafarImplement dynamic sites for hoisted mvar types
2010-08-27 Marek SafarCheck also modifier for identical ref/out parameters
2010-08-27 Marek SafarConsider parameter constraints when choosing applicable...
2010-08-27 Marek SafarAlways build type from compiler type when flagged
2010-08-27 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-27 Marek SafarNew test
2010-08-26 Marek SafarJagged arrays have to be imported not created
2010-08-26 Marek SafarRun event type detection on actual and not context...
2010-08-26 Marek SafarImport private event backing fields in dynamic context
2010-08-26 Marek SafarSpecial case unbox SLE conversion
2010-08-26 Marek SafarMaintain only one place with dynamic explicit conversions
2010-08-26 Marek SafarDefer null check to resolver
2010-08-25 Jonathan PryorFix explicitly-implemented interface member cref genera...
2010-08-25 Marek SafarImport private members too when using dynamic context
2010-08-25 Marek SafarProbing dynamic compatibility is identical to object
2010-08-24 Jonathan PryorImprove XML documentation support for generic type...
next