1080 Commits (0ca7612a0f6170e636e20a94d114535377968f06)

Author SHA1 Message Date
Mike Krüger 765d917d60 Revert "Revert "Implemented better way to handle extension method invocations."" 13 years ago
Mike Krüger 4cac2f0b36 Fixed completion bug. 13 years ago
Mike Krüger c26f61e813 Revert "Implemented better way to handle extension method invocations." 13 years ago
Mike Krüger bdc1fde9d6 Revert "Implemented reduced method model." 13 years ago
Mike Krüger aaf2b919f5 Implemented reduced method model. 13 years ago
Mike Krüger d4afc75413 Implemented better way to handle extension method invocations. 13 years ago
Mike Krüger 27913d73f1 AddAnotherAccessor action now works on auto properties. 13 years ago
Mike Krüger 52350b3cb0 Fixed resolve at location failure. 13 years ago
Mike Krüger 82fba3088f Fixed pre processor context completion. 13 years ago
Mike Krüger b7573edd66 Fixed broken unit test. 13 years ago
Mike Krüger 7a8d41e883 Updated mcs. 13 years ago
Mike Krüger f49dfb66ac Fixed XML comment bug. 13 years ago
Mike Krüger 8972fdff77 Fixed completion bug. 13 years ago
Mike Krüger 4152fc765f Added unit test that shows an issue with dynamic resolve results & 13 years ago
Mike Krüger 92a62059de Fixed constraint completion bug. 13 years ago
Mike Krüger 65706761dd Fixed completion bug. 13 years ago
Mike Krüger e29ddf05c8 Fixed bug in extract method. 13 years ago
Mike Krüger a741ec0dd8 Introduce constant action can now replace more than one occurence 13 years ago
Mike Krüger 243b39310e Fixed some convert foreach to for action bugs. 13 years ago
Mike Krüger ce739a62bf Fixed bug in declare local action. 13 years ago
Erik Källén 4c1dbb9adc Added information about built-in conversions before and after a user-defined conversion operator is applied 13 years ago
Daniel Grunwald 3d96f7c7ff Add fix action to ExplicitConversionInForEachIssue. 13 years ago
Daniel Grunwald 67d80c8834 CompareFloatWithEqualityOperatorIssue: don't show warning when comparing with infinities. 13 years ago
Daniel Grunwald f31aa291ae ParameterCanBeDemotedIssue: Remove 'ConstructHasLocalIndependentTyping' 13 years ago
Erik Källén 867dc8b407 Improved handling of sizeof(x) 13 years ago
Daniel Grunwald b3c2b0ce9d ResolveAtLocation: when resolving a method name within a delegate creation, produce MemberResolveResult instead of MethodGroupResolveResult. 13 years ago
Mike Krüger 11aa873815 Added alias resolve results that allows it to handle aliases more 13 years ago
Mike Krüger 4e104efc65 ParameterCanBeDemotedIssue no longer tries to demote arrays to ILists. 13 years ago
Mike Krüger ecc15dde9a Fixed bug in type system conversion (interface members can shadow 13 years ago
Mike Krüger ee0479e2ff Remove redundant empty argument list is now much less intrusive. 13 years ago
Mike Krüger 25445fcd55 DeclareLocalVariable can now remove redundant parens. 13 years ago
Mike Krüger 5c45761c90 Fixed variable inlining missing parentheses issues. 13 years ago
Mike Krüger eab84734b2 Fixed bug in create constructor action & implemented create enum value 13 years ago
Mike Krüger e00a9b8696 Fixed member lookup bug. 13 years ago
Daniel Grunwald 7c7a2ad588 Fix ArgumentException in StatementsToInitializerConverter. 13 years ago
Daniel Grunwald ba484d5a93 [OverloadResolution] Don't use specialized parameters of indexers or non-generic methods within generic methods for "more specific formal parameter" check; always use the original parameters like we do with generic methods. 13 years ago
Mike Krüger 0845f3ee03 Fixed completion bug. 13 years ago
Erik Källén a069866ae9 Return ambiguous conversions when no most specific source and/or destination could be found. 13 years ago
Erik Källén f186d27cc9 Return a CSharpInvocationResolveResult with the type overridden with Dynamic instead of a converted invocation 13 years ago
Erik Källén 32561557df Look at implicit and explicit user-defined conversion operators at the same time when performing an explicit conversion 13 years ago
Daniel Grunwald e29ca30daf More implicit conversion unit tests. 13 years ago
Daniel Grunwald d175871ede Add another explicit conversion test. 13 years ago
Daniel Grunwald c1b2b13b5d Ambiguous conversions don't cause overload resolution to pick a different overload. 13 years ago
Erik Källén a1337bc954 A new user-defined operator try 13 years ago
Daniel Grunwald 902f00ee7a Add support for user-defined conversions starting with a constant expression conversion. 13 years ago
Daniel Grunwald 7eeb0348fb Attempt that makes all the implicit conversions work 13 years ago
Daniel Grunwald 056a45df44 Fix a bug with type inference for nullables. 13 years ago
Daniel Grunwald 6c62a05f10 Fix crash in ConvertToInitializer context action. 13 years ago
Mike Krüger df57e1dad2 Fixed bug in type inference. 13 years ago
Mike Krüger cb54c370bd [Completion] Filtered shadowed members in parameter completion. 13 years ago