61 Commits (a1f613e2749b85bc488b0c9cb5d2fe0b48ae2449)

Author SHA1 Message Date
Daniel Grunwald a1f613e274 ResolveVisitor: skip tokens and comments 14 years ago
Daniel Grunwald 4372b610ee Fixed lambda type inference for nested (curried) lambdas. 14 years ago
Daniel Grunwald b52a348373 More work on lambda expressions. 14 years ago
Daniel Grunwald 37626e1bc7 Expose conversions as part of the ResolveResult. 14 years ago
Daniel Grunwald f86a014b9c Put MIT license into the file headers. 14 years ago
Daniel Grunwald e51e3a95cb Add InvocationResolveResult. 14 years ago
Daniel Grunwald 8c8caf76f6 Implemented type inference for implicitly typed lambdas. 14 years ago
Daniel Grunwald d59fd2bc56 C# Resolver: preparations for lambda support 14 years ago
Daniel Grunwald a9a6e1680d Add ID string provider + a few resolver bugfixes 14 years ago
Daniel Grunwald 77c7d08b9a Implemented disambiguation for identical simple names and type names. (e.g. "public Color Color;") 14 years ago
Daniel Grunwald 18fb49ca7c Add TypeKind enum. 14 years ago
Daniel Grunwald bb2f93a24b NRefactory bug fixes: 14 years ago
Daniel Grunwald fa6afb250a Fix ResolveVisitor.VisitArrayCreateExpression. 14 years ago
Mike Krüger 3d5b2842a8 fixed bug in anonymous array create expression resolving. 14 years ago
Mike Krüger 04ecdd7bfd Added support for anonymous arrays. 14 years ago
Mike Krüger 0a9b6c744d Implemented simple array create expression resolving. 14 years ago
Mike Krüger 3be8d6cd91 Fixed bug with GetElementType. 14 years ago
Mike Krüger 79b9582964 Fixed failing attribute unit tests. 14 years ago
Mike Krüger a11458e203 Worked on attribute resolving. 14 years ago
Mike Krüger 5c398f2698 fixed return types of anonymous type properties. 14 years ago
Mike Krüger c458e0603d Implemented anonymous types. 14 years ago
Mike Krüger 26946f003a Added DeclarationRegion property to IVariable. 14 years ago
Daniel Grunwald 7615720130 ResolveVisitor: Handle type arguments on IdentifierExpression and MemberReferenceExpression. 14 years ago
Daniel Grunwald 3435eec015 Add ResolveVisitor.GetResolverStateBefore(AstNode). 14 years ago
Mike Krüger 51f924f752 Renamed ITypeDefinition.InnerClasses -> NestedTypes (for more 14 years ago
Daniel Grunwald 878dbbff0b Fixed some issues in resolver; enable resolver unit tests. 14 years ago
Daniel Grunwald 1c51b3ab05 Type storage: Fixed handling of namespaces that have sub-namespaces but do not directly contain classes. 14 years ago
Daniel Grunwald 9a35ee4404 Applied some of the optimizations suggested by Kris Vandermotten. #150 14 years ago
Daniel Grunwald eb24135e41 Implemented IConstantValue for C#. 15 years ago
Daniel Grunwald b8330bebd6 Remove parent pointer from ITypeParameter and enable sharing type parameters. 15 years ago
Mike Krüger 9fedc310ac Handled undocumented expressions. 15 years ago
Daniel Grunwald ccfd4ea12c Evaluate constant expressions in definite assignment analysis. 15 years ago
Daniel Grunwald 41b4385d7c Port NRefactory to .NET 3.5. 15 years ago
Daniel Grunwald 3b6fe6ff0d Adjust resolver to AST changes and disable failing unit tests. 15 years ago
Daniel Grunwald defd42696d AST bugfixes. 15 years ago
Daniel Grunwald b51f5a651f Add pattern matching for MemberDeclarations. 15 years ago
Daniel Grunwald a20e80a09c Add tests for InsertParenthesesVisitor. 15 years ago
Daniel Grunwald 6df268a693 Introduce IAstVisitor interface. 15 years ago
Daniel Grunwald 54c454b0f8 Split EventDeclaration in normal one (can declare multiple events) and CustomEventDeclaration (with add/remove blocks, can only declare a single event). 15 years ago
Daniel Grunwald bf49569c22 Rename Dom->Ast. 15 years ago
Daniel Grunwald 0f01f3be17 C# Ast refactoring: introduce Role<T> and add setters. 15 years ago
Daniel Grunwald 0a71f0911d Added hack to support some simple type references. 15 years ago
Daniel Grunwald eaee5bf5ee Use static instances on KnownTypeReference for the built-in C# types. 15 years ago
Daniel Grunwald 3ae0b71496 Renamed VariableResolveResult to LocalResolveResult and added some unit tests. 15 years ago
Daniel Grunwald b9f9caaa9c Added some unit tests and fixed some bugs. 15 years ago
Daniel Grunwald dc8d4cadcb Use (Namespace,Name) pair instead of FullName. 15 years ago
Daniel Grunwald 7e530a90ac Fixed some bugs; added support for type references to TypeSystemConvertVisitor. 15 years ago
Daniel Grunwald 36af836115 Add PrimitiveType/SimpleType/MemberType. 15 years ago
Mike Krüger 396c2b3931 Updated AST & mcs. 15 years ago
Daniel Grunwald 24eb146c74 Add 'CommonTypeInference'. 15 years ago