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
AgeCommit message (Expand)Author
2013-01-31Delegate dynamic parameters do not involve dynamic dispatch when matched on s...Marek Safar
2013-01-31Object and collection initializers cannot be used to instantiate a delegate.Marek Safar
2013-01-30Member lookup on type parameters has different ambiguity rules. Fixes #9776Marek Safar
2013-01-30Better error message for missing using clause in alias scope. Fixes #9813Marek Safar
2013-01-30Fix duplicate inaccessible error messageMarek Safar
2013-01-14Inflate explicit interface implementation generic method parameters in correc...Marek Safar
2013-01-14Fix stack overflow when reporting circular type errorsMarek Safar
2013-01-04Don't crash on C# invalid DefaultParameterValueMarek Safar
2013-01-04Add new testMarek Safar
2012-12-05Add new testMarek Safar
2012-11-23Add new testMarek Safar
2012-11-21Add new testMarek Safar
2012-11-20Add new testMarek Safar
2012-11-15Don't crash when imported constant is of unknown type. Fixes #8399Marek Safar
2012-11-15Handle type hidding via local variables and parameters. Fixes #8383Marek Safar
2012-11-13Do full check for missing type when importing class constraints. Fixes #5760Marek Safar
2012-10-29Add new testMarek Safar
2012-10-29Reject incomplete conversion unary user operators. Fixes #7935.Marek Safar
2012-10-09Don't include prepared catch block in ast when it's unfinishedMarek Safar
2012-10-08Handle more incomplete declarations with full astMarek Safar
2012-10-04Report warning when calling async method without wait in non-async context.Marek Safar
2012-09-25Add incomplete namespace declaration to ast. Fixes #7436Marek Safar
2012-09-17Don't report cascading unreachable warningsMarek Safar
2012-09-14Reject out of range constant conversion to nullable enum.Marek Safar
2012-09-12Guard again double pushback. Fixes #7006Marek Safar
2012-09-04Add incomplete params declation to ast. Fixes #6874Marek Safar
2012-09-04Better check for intermediate value modifications. Fixes #6763Marek Safar
2012-08-21Better error message for ref/out argument mismatchMarek Safar
2012-08-16Searching for an attributes in probing mode should not report errors for othe...Marek Safar
2012-08-09Remove DebuggerDisplay from nullable (it needs special debugger support)Marek Safar
2012-08-07Check same name collision in different namespace containers. Fixes #6378Marek Safar
2012-08-04Fix typoMarek Safar
2012-07-25Check assignment of delegates out parameters.Marek Safar
2012-07-18Fix return type check for delegates conversion using dynamic return typeMarek Safar
2012-07-16Better error message for missing using for extension methodsMarek Safar
2012-07-13Fix error test numberMarek Safar
2012-07-10Check type parameters constraints on best candidate only. Fixes #6056Marek Safar
2012-07-09Better error reporting for missing using directivesMarek Safar
2012-07-09Fix infinite loop when parsin unclosed generic type declaration argumentsMarek Safar
2012-07-09Better error messageMarek Safar
2012-07-03Fix dimension checking for array initializer expressionsScott Blomquist
2012-06-27Better error messageMarek Safar
2012-06-27Don't register namespace of predefined (optinal) typesMarek Safar
2012-06-21Write correct guid for hash algorithm to symbol filesMarek Safar
2012-06-14When checking override base method also check for declaring type visibilityMarek Safar
2012-06-06A return keyword must not be followed by any expression when delegate returns...Marek Safar
2012-05-21Emit warning for uninitialized structs. Fixes #4852Marek Safar
2012-05-16This instance is not available in base context for anynymous methodMarek Safar
2012-05-02Check warning number for nowarn option as wellMarek Safar
2012-04-25Issue error for recursive generic constructors. Fixes #4647Marek Safar