853 Commits (1d32c620f31d2afeeb3b71df452d27db8afcff20)

Author SHA1 Message Date
Daniel Grunwald 9af3c040f2 Fixed resolving compound assignment operators. 14 years ago
Daniel Grunwald f1a1ab32ad Added ResolverTest to consistency check and fixed some crashing bugs in the resolver. 14 years ago
Daniel Grunwald 93a5c13825 FindReferences: add support for searching in a different compilation than the entity is defined in. 14 years ago
Daniel Grunwald 92c8bd671a Fix NullReferenceException in DefaultResolvedField.ConstantValue when the field is not a constant. 14 years ago
Daniel Grunwald 1464b5d0b7 For IAssembly.GetTypeDefinition, treat ns==null the same as ns==string.Empty. 14 years ago
Mike Krüger 27f18d79b4 Fixed possible null reference exception. 14 years ago
Mike Krüger 9606b56130 Added GetTypeResolveContext to IParsedFile. 14 years ago
Mike Krüger b1bfe5c8b1 Added full name constructor to defaultunresolvedTypeDefinition. 14 years ago
Daniel Grunwald 36c9caec10 Add ICompilation.Import() extension methods. 14 years ago
Daniel Grunwald f410a2b5d5 Enum members are implicitly cast to the underlying type when used in an enum member initializer. 14 years ago
Mike Krüger 45bcad49fb Added getsubtype definitions helper method. 14 years ago
Mike Krüger a564ebbd37 Added easy to access enumerables for various member types. 14 years ago
Daniel Grunwald a71670f2bc Fixed some issues with code round-tripping; and added unit tests for some parser failures. 14 years ago
Daniel Grunwald bf88746a7a Added some failing parser tests for bugs discovered trying to roundtrip NRefactory itself. 14 years ago
Daniel Grunwald b0b9942522 Add ISolutionSnapshot for creating compilations for multiple projects from a single consistent snapshot. 14 years ago
Daniel Grunwald 4ccc313d46 Normalize newlines 14 years ago
Daniel Grunwald 4d4f1f42b7 Fixed various resolver bugs. 14 years ago
Daniel Grunwald c4ce9344f0 Fixed bug when resolving base constructor calls. 14 years ago
Daniel Grunwald 0b263b0b74 TypeSystemConvertVisitor: implemented ConvertInterfaceImplementation for methods and properties. 14 years ago
Daniel Grunwald f11eed9d15 Introduce a named unknown type (this allows TypeSystemAstBuilder to work better when there are resolve errors). 14 years ago
Daniel Grunwald e2cb5467c2 Adjust CodeDomConvertVisitor and DefiniteAssignmentAnalysis to new type system. 14 years ago
Mike Krüger 7e5380551b Updated mcs/fixed some code completion cases. 14 years ago
Daniel Grunwald 73438b7288 Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
Daniel Grunwald 9d7c018fb2 Adjusted C# resolver to refactored type system. 14 years ago
Daniel Grunwald c02e801b5d Introduce ResolvedUsingScope (serves as cache per using-scope; avoids resolving imported namespaces repeatedly). 14 years ago
Mike Krüger 5069b98f17 Fixed code completion bug. 14 years ago
Daniel Grunwald 54851a741f C# Type System implementation 14 years ago
Mike Krüger 98d1826a74 Added error expression as ast node. 14 years ago
Daniel Grunwald f9916d89ef WIP: Type system refactoring. 14 years ago
Mike Krüger 0ab566c3c0 Fixed "partial" context. 14 years ago
Daniel Grunwald f631199013 Type system refactoring: split unresolved/resolved type systems. 14 years ago
Daniel Grunwald 18e088e688 SpecializedMethod: Perform type substitution in the type parameter constraints. 14 years ago
Daniel Grunwald 69360a2c1c Implemented constraint inheritance. 14 years ago
Daniel Grunwald 57d55c651d Fixed resolving simple names within a generic class that refer to a non-generic inner class. 14 years ago
Mike Krüger a81096dff8 Included interfaces in type parameter base types. 14 years ago
Mike Krüger 2bc61057e9 Fixed some completion unit tests. 14 years ago
Mike Krüger e96dbbd777 Added 'UnknownTypeResolveResult'. 14 years ago
Mike Krüger 1c0ce1dc7c Added default parameters for type parameter count. 14 years ago
Mike Krüger f46609bcc8 Worked on basic nrefactory completion infrastructure. 14 years ago
Daniel Grunwald 9ddf9bc442 Combine C#-specific UnaryOperatorResolveResult/BinaryOperatorResolveResult and ConditionalOperatorResolveResult classes into a single language-independent OperatorResolveResult class. 14 years ago
Daniel Grunwald 4bbcf2dc11 Add "public ResolveResult Body { get; }" to LambdaResolveResult. 14 years ago
Mike Krüger 434ec17d9a Correctly set kind of compound types. 14 years ago
Daniel Grunwald 177fb85a00 Fix infinite recursion when resolving the base type of "class Test : Test.Base { public class Base {} }" 14 years ago
Daniel Grunwald 475f8381ef Make DefaultTypeDefinition.FullName cache thread-safe. 14 years ago
Mike Krüger 8c3899f134 Cached TypeDefiniton FullName. 14 years ago
Daniel Grunwald b7fcc55308 Re-enable resolver unit tests that failed due to the parser returning incorrect positions. 14 years ago
Daniel Grunwald 25176ef7d5 Fixed IMember.IsOverridable to return true for abstract members. 14 years ago
Daniel Grunwald 0c3d5e06d7 Fix bug in ParameterListComparer: the method signatures "Method<T>(T a)" and "Method<S>(S b)" were considered unequal. 14 years ago
Daniel Grunwald 4d73e48488 Add GetEffectiveBaseClass() and GetEffectiveInterfaceSet() to ITypeParameter, and fixed a bug in DefaultTypeParameter.IsReferenceType(). 14 years ago
Daniel Grunwald 24f8ae03d7 Add GetNewOffset() method to TextChangeEventArgs. 14 years ago