1300 Commits (08e6a88db02881beac9a4ac74fbfe6ebf680c2f2)
 

Author SHA1 Message Date
Daniel Grunwald 06b143bea6 Member lookup: Fix IsAccessible bug for protected static members. 14 years ago
Daniel Grunwald ea3e312438 Implemented grouping overloads by declared type. 14 years ago
Pent Ploompuu 10a6608222 Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Daniel Grunwald 7a2c59ae4a Add GetMemberOptions. 14 years ago
Daniel Grunwald f79b0a77f3 Resolver: array create expressions 14 years ago
Daniel Grunwald 2c49c71081 Report resolve results back to the navigator. 14 years ago
Daniel Grunwald 69ae15aee3 Add support for partial classes. 14 years ago
Daniel Grunwald c9c204439f Fix type inference and overload resolution when a class type parameter gets substituted by a method type parameter. 14 years ago
Daniel Grunwald 5c585e110b Apply license header to unit tests. 14 years ago
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 cd99dce77b Fix bugs caused by the introduction of user-defined operators. 14 years ago
Daniel Grunwald 43b5897b21 Add support for user-defined operators. 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 6792a0c76a Report which kind of conversion was found. 14 years ago
Daniel Grunwald d59fd2bc56 C# Resolver: preparations for lambda support 14 years ago
Daniel Grunwald e17ba7462a Add unit tests for TypeSystemAstBuilder. 14 years ago
Daniel Grunwald fd8050a035 Merge changes from SharpDevelop into the main NRefactory repository. 14 years ago
Daniel Grunwald b97543acb2 A few small API changes for NRefactory. 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 21d2121ae5 CecilLoader: add support for reading module attributes, security declarations and marshal information. 14 years ago
Daniel Grunwald 18fb49ca7c Add TypeKind enum. 14 years ago
Siegfried Pammer 472daa9919 remove old files 14 years ago
Siegfried Pammer 588557e892 fix case sensitivity in IsKeyword check 14 years ago
Siegfried Pammer 3e37fb24a9 fix output of object initializers 14 years ago
Daniel Grunwald bb2f93a24b NRefactory bug fixes: 14 years ago
Daniel Grunwald 3e75554294 gitignore for ICSharpCode.Editor 14 years ago
Daniel Grunwald 849ed04c0a Merge NRefactory changes from ILSpy into the main NRefactory repository. 14 years ago
Daniel Grunwald 89ba05f335 C# calls indexers "Item", not "Items". 14 years ago
Daniel Grunwald 7a9bb563ab InsertParenthesesVisitor: insert parenthesis in "(new int[1])[0]" 14 years ago
Daniel Grunwald 811784e303 Re-implemented IType.GetMembers() to avoid redundant specialization. 14 years ago
Daniel Grunwald 877ebf8bdb Remove operator == from AstNodeCollection. 14 years ago
Mike Krüger c15615db82 fix bug in remove braces action. 14 years ago
Daniel Grunwald 2ce741b35e Keep ITextEditor in the IDE (comment out the copy in ICSharpCode.Editor) 14 years ago
Mike Krüger 3ba911830f fixed bug where parameter is null. 14 years ago
Mike Krüger 58b8d06922 Visit empty expressions. 14 years ago
Pent Ploompuu ddc5d8ae50 Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Siegfried Pammer 1398d8a39d add missing space after Case keyword 14 years ago
Siegfried Pammer a854421669 corrected spelling of Overrides-modifier; convert virtual to Overridable and override to Overrides 14 years ago
Daniel Grunwald 6abb0a1efc IDocument now derives from IServiceProvider. 14 years ago
Daniel Grunwald cb70bceece Add strong-name to NRefactory; small API changes for ICSharpCode.Editor. 14 years ago
Daniel Grunwald fa6afb250a Fix ResolveVisitor.VisitArrayCreateExpression. 14 years ago
Matt Ward b0819ac4f9 Supporting installing a NuGet package into selected projects in one step. 14 years ago
Siegfried Pammer c428246d2c use Is/IsNot for reference equality checks; add extension attribute for extension methods 14 years ago
Siegfried Pammer 0346512595 remove shared modifier from module members 14 years ago