Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/tests
AgeCommit message (Expand)Author
2011-07-20Honour command line checked option during emit phaseMarek Safar
2011-07-19Fix resolving referenced extension methods used in nested namespaceMarek Safar
2011-07-19Emit valid code for nullable mutators used as an expressionMarek Safar
2011-07-15Await support for more expressionsMarek Safar
2011-07-14Add await support for more expressionsMarek Safar
2011-07-13Implement await for new expressionsMarek Safar
2011-07-13Await for array access expressionMarek Safar
2011-07-12Modify few emits to deal with await expressionMarek Safar
2011-07-07Initial skeleton of secondary approach of await stack handlingMarek Safar
2011-07-05Reuse fields used by hoisted stack slotsMarek Safar
2011-07-04Stack forwarder don't not need explicit this when one of the arguments is thisMarek Safar
2011-07-01Implement stack persistance for nested asyncMarek Safar
2011-06-29Remove redundant local variable copyMarek Safar
2011-06-20Don't emit reaonly. prefix for reference loadsMarek Safar
2011-06-14Add async better expression converionMarek Safar
2011-06-14Add warning for mistyped documentation type parametersMarek Safar
2011-06-14Implement async type inferenceMarek Safar
2011-06-13Implement async for lambda expressionsMarek Safar
2011-06-10Implement assignment of await expressionMarek Safar
2011-06-09Fix capturing of lambda's this under async contextMarek Safar
2011-06-06Add more test filesMarek Safar
2011-06-06[697296] Fix documentation output for jagged arraysMarek Safar
2011-06-06Add some caching for generic taskMarek Safar
2011-06-02Initial async support for simple TaskMarek Safar
2011-05-31Better testMarek Safar
2011-05-31[697236] Generic type parameter attributes can precede variance modifiersMarek Safar
2011-05-26New test.Marek Safar
2011-05-20Pass first async testMarek Safar
2011-05-16[692149] Fixed ordering of named arguments list when starting with positional...Marek Safar
2011-05-04[691531] Variance conversion requires type parameters to be reference typesMarek Safar
2011-04-27Fixes a race when disposing iteratorsMarek Safar
2011-04-26[689593] Unwrap array element type when checking return type type-inferenceMarek Safar
2011-04-21Don't warn about uninitialized struct fieldsMarek Safar
2011-04-21Add new testMarek Safar
2011-04-20[688651] Fix nullable enum values used with probing operatorMarek Safar
2011-04-19New testMarek Safar
2011-04-18Remove unnecessary future optionMarek Safar
2011-04-15More fun with value type constraintsMarek Safar
2011-04-15New testMarek Safar
2011-04-15Change ImplicitReferenceConversion not to relly on broken IsValueTypeMarek Safar
2011-04-13Emit correct number of dimensions for empty array initializer of multi-dimens...Marek Safar
2011-04-12[686290] Inflate correctly imported nested type used from same typeMarek Safar
2011-04-08Import correctly forwarded generic type definitionsMarek Safar
2011-04-06Remove redundant accessibility checksMarek Safar
2011-04-05Fixes parsiong of coalescing operator on nullable typeMarek Safar
2011-04-05Speed up var expression type resolutionMarek Safar
2011-04-04[684600] Treat all value types equallyMarek Safar
2011-04-04Pointer member access can use type argumentsMarek Safar
2011-04-01[684342] Use correct constant underlying type when detecting decimal valueMarek Safar
2011-04-01Check name collision between namespaces and typesMarek Safar