23 Commits (5c585e110bde023e4d50a4fcbe72f66e17061c82)

Author SHA1 Message Date
Daniel Grunwald a1f613e274 ResolveVisitor: skip tokens and comments 14 years ago
Daniel Grunwald b52a348373 More work on lambda expressions. 14 years ago
Daniel Grunwald 43b5897b21 Add support for user-defined operators. 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 daf0f21607 Fixed some bugs related to conversions of type parameters. 14 years ago
Daniel Grunwald 41b4385d7c Port NRefactory to .NET 3.5. 15 years ago
Daniel Grunwald d0ce6198f6 Reuse Conversions instance from overload resolution for type inference. 15 years ago
Daniel Grunwald f7b16a70fb Implemented support for extension methods. 15 years ago
Daniel Grunwald 452cbf51be Add some GeneralScope unit tests. 15 years ago
Daniel Grunwald 51c01bce67 Add "Resolve" button to NRefactory.Demo. 15 years ago
Daniel Grunwald 2f91b65b74 Add more SimpleNameLookupTests. 15 years ago
Daniel Grunwald 176f97354c Fixed overload resolution bug 15 years ago
Daniel Grunwald fca6e78a50 Integrate type inference into overload resolution 15 years ago
Daniel Grunwald fe78216ca4 Started implementing type inference. 15 years ago
Mike Krüger c286969aa8 Added some changes to work around mcs bugs. 15 years ago
Daniel Grunwald 2634564ad2 Rename Util to Utils; added replaced "object CacheToken" with "CacheManager CacheManager" 15 years ago
Daniel Grunwald 24e7c50e32 Fixed issues with LogicalAnd and LogicalOr operators. 15 years ago
Daniel Grunwald ca28cd6478 Add support for multiplication, division, modulus and addition operators. 15 years ago
Daniel Grunwald d66df1965d Fixed operator overload resolution bug. 15 years ago
Daniel Grunwald 8792c243cb Added unit tests for unary operators, and implemented overload resolution. 15 years ago