Simplify the profiler line in the spec file
[mono.git] / mcs / tests /
2010-12-13 Marek SafarNew test.
2010-12-13 Marek Safar[659038] Check interface hierarchy before reporting...
2010-12-13 Marek Safar[657862] Correctly scan for parent of base method override
2010-12-13 Marek Safar[659022] Resolve reduced expressions
2010-12-09 Marek SafarNew test
2010-12-07 Marek SafarTest update
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-03 Zoltan VargaAdd a 'check' target to mcs/tests.
2010-12-03 Marek SafarTest files update
2010-11-30 Marek SafarTests update
2010-11-30 Marek SafarEmit optional default value-type parameter using nullref
2010-11-30 Marek SafarNew test
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Marek SafarRemoved few custom attribute IsDefined calls
2010-11-26 Marek SafarImport constants using their raw values only
2010-11-26 Marek SafarNew test
2010-11-24 Marek SafarInflate imported type arguments types with type definit...
2010-11-24 Jb EvainPort mcs/tests to cecil-light
2010-11-23 Marek SafarRemove typeof comparisons
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Marek SafarDon't multiply fixed buffer size (it's done by runtime...
2010-11-22 Marek SafarEmit fixed buffers using standard api only
2010-11-22 Marek Safargroup all fixed buffer tests
2010-11-22 Marek SafarUpdated mcs tests failures
2010-11-22 Marek SafarMake generated assembly attributes container name unique
2010-11-22 Marek SafarImprove handling of netmodules. Fixes #504085
2010-11-22 Marek SafarAdd AssemblySpec to handle all assembly attributes...
2010-11-12 Marek SafarNew tests
2010-11-12 Marek SafarInflate nested non-generic interfaces inside generic...
2010-11-12 Marek SafarNew tests.
2010-11-11 Marek Safar[650850] Inflate all hoisted type parameter constraints
2010-11-11 Marek SafarSynchronize event add/remove using CAS
2010-11-10 Marek SafarImplement dynamic mutator over dynamic indexer
2010-11-10 Marek SafarMore tweaks for nullable binary operation
2010-11-10 Marek SafarFalse user-operator has priority over logical not user...
2010-11-10 Marek SafarFixes a logic error in filtering out operators like...
2010-11-10 Marek SafarLogical binary operarions with dynamic arguments have...
2010-11-09 Marek SafarImport declaring type base type when walking up the...
2010-11-08 Marek SafarEmit correctly EndInvoke parameters attributes and...
2010-11-08 Marek SafarFixed ambiguity for overload resolution between params...
2010-11-08 Marek Safar[651547] Check definitely assigned struct this access...
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Marek SafarOnly when importing nested types definition base type...
2010-11-04 Marek SafarAllow liften null as a given number of bit positions...
2010-11-04 Marek SafarAdd boxing for dynamic nullable conversion of coalescin...
2010-11-04 Marek SafarReject inaccessible members based on declaring type...
2010-11-04 Marek SafarInflate also event backing field
2010-11-04 Marek SafarAnother missing full dynamic type equality check
2010-11-03 Marek SafarImplement lock statement over generic type parameter
2010-11-03 Marek SafarReset lock_taken before entering Monitor.Enter
2010-11-03 Marek SafarExclusiveOr is not nullable bitwise boolean operator
2010-11-03 Marek SafarA candidate method can use dynamic in expanded form...
2010-11-03 Marek Safartypeof expression does not need unsafe context for...
2010-11-03 Marek SafarPass checked context to compound member access setters
2010-11-02 Marek SafarEmit lock statement using Monitor.Enter (object, ref...
2010-11-02 Marek SafarImplements indirect delegates invocation via dynamic...
2010-11-02 Marek SafarPass value type dynamic members as by-ref to persist...
2010-11-01 Marek SafarConvert dynamic assignment in checked context when set
2010-11-01 Marek SafarCheck for unfixed type arguments before calling overloa...
2010-11-01 Marek SafarSet correct result type for chained folded enum subtraction
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 SafarNew test.
2010-10-28 Marek SafarImplement type inference of dynamic arguments used...
2010-10-27 Marek SafarMore tests
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 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.
next