10300 Commits (b842abccbdf4f5e348872e3ce5b64ef5fd101d0b)
 

Author SHA1 Message Date
Mike Krüger b0332c6d9d Added IsInside methods to the AstNode. 14 years ago
Daniel Grunwald e5217c2c13 Fixed bug in 'BetterConversion' implementation - converting to Func<> delegates is better than converting to Action<> delegates. 14 years ago
Daniel Grunwald c6ecab1c48 Implemented support for InternalsVisibleToAttribute. 14 years ago
Daniel Grunwald cb84adabc6 Fixed parsing undocumented expressions. 14 years ago
Daniel Grunwald 46254b3b0d Add support for resolving "operator true". 14 years ago
Daniel Grunwald 862e9500db When the specified reflection name is not assembly-qualified, ReflectionHelper.ParseReflectionName() will now produce an ITypeReference that looks in all referenced assemblies (not just in CurrentAssembly). 14 years ago
Daniel Grunwald 77ea4dae30 Report more types of invalid equality comparisons as errors. 14 years ago
Daniel Grunwald bb822e94d4 Allow using AstType.ToTypeReference().Resolve(compilation.TypeResolveContext) - this will now resolve in the global namespace. 14 years ago
Mike Krüger 27a91ccd69 Fixed bug in protected member logic. 14 years ago
Mike Krüger 6b45af2de2 Fixed 14 years ago
Daniel Grunwald f3541d4747 Fixed accessing protected members through type parameters. 14 years ago
Daniel Grunwald 9f5f18eeb2 Fixed resolving "condition ? byte : 0". 14 years ago
Daniel Grunwald 7971ad21f9 Check IType.Kind instead of using SpecialType.X.Equals(). 14 years ago
Daniel Grunwald c20807e31c Fixed return type of members of generic enums. 14 years ago
Daniel Grunwald 67d19127f5 Fixed bug in reachability analysis when lambda/anonymous method contains a condition or switch statement. 14 years ago
Daniel Grunwald 1a7ca154b4 Allow conversion of anonymous method with unreachable endpoint to Func<T>. 14 years ago
Daniel Grunwald 822fda7e36 Handle T[] -> T* and string -> char* conversions in fixed statement initializers. 14 years ago
Daniel Grunwald 0f2b0c380e Fixed lambda type inference in delegate creation expressions. ("new Func<int, int>(a => a)") 14 years ago
Daniel Grunwald aa2e97f564 When copying type parameters into inner classes, re-use the same ITypeParameter instance. 14 years ago
Daniel Grunwald 57a59341a5 Revert "Fixed type system converter case reported from "erik-kallen"." 14 years ago
Mike Krüger 006d18a067 Resolve at location can now give back the AstNode. 14 years ago
Mike Krüger 6054ed469a Added unattached attributes to the AST. 14 years ago
Mike Krüger 426ce5dccf Removed some ignore attributes. 14 years ago
Mike Krüger 9f9a26b236 Updated mcs. 14 years ago
Mike Krüger c4dfb27626 Fixed type system converter case reported from "erik-kallen". 14 years ago
Daniel Grunwald 8efd32e815 Don't crash when trying to decode invalid attribute/secdecl blobs. 14 years ago
Siegfried Pammer 5ff4462b2b NRefactory 5: do not throw exceptions if there's no cecil reference for entity 14 years ago
Daniel Grunwald fb0c292380 Fix icsharpcode/NRefactory#13 - Indexer accessors do not get correct parameters. 14 years ago
Daniel Grunwald 5c9dfb9896 Fixed IUnresolvedTypeDefinition.Resolve() and IAssembly.GetTypeDefinition(IUnresolvedTypeDefinition) to always retrieve the correct version of the type definition for the compilation, even if the IUnresolvedTypeDefinition is a different version. 14 years ago
Daniel Grunwald c5c5192f38 Add documentation to methods for creating type references that describe the expected ITypeResolveContext for resolving those type references. 14 years ago
Daniel Grunwald 6d7abd9b0f Use AstType.ToTypeReference() instead of TypeSystemConvertVisitor.ConvertType(). 14 years ago
Daniel Grunwald 13ac45ebf7 Add AstType.ToTypeReference() method. 14 years ago
Daniel Grunwald c5c1337aee Add failing unit test for using-statement with multiple variable declarations. 14 years ago
Daniel Grunwald 79b8b00d29 Fix bug in output type inference for explicitly typed lambdas. 14 years ago
Daniel Grunwald cdfa794e37 Add some ToString() overrides for easier debugging 14 years ago
Daniel Grunwald e441980154 Fixed parsing "bool.TrueString". 14 years ago
Daniel Grunwald d44077aa59 Add CSharpAstResolver.GetResolverStateAfter() and fixed an issue with the scanning logic in ResolveVisitor. 14 years ago
Mike Krüger dce53cb312 Fixed code completion bug. 14 years ago
Mike Krüger 20b94208f1 Took out error message. 14 years ago
Daniel Grunwald 3d21a80e7d Fixed the ResolveVisitor scanning logic and several related issues. 14 years ago
PeterForstmeier 731dc8870d Sql Server 2005 is back 14 years ago
Daniel Grunwald a3ff017e9e When a simple-name refers to an instance field in the current class, set TargetResult=new ThisResolveResult(). 14 years ago
Matt Ward 06677cc8e3 Use fully qualified assembly references for ASP.NET MVC assemblies in project templates. 14 years ago
Siegfried Pammer c6e87d5b03 remove unused code from ConnectionWizardWindow and properly implement exception handling 14 years ago
PeterForstmeier 620f473b2a Cleanup 14 years ago
Daniel Grunwald 5eb2d97b33 Register parsed files in project content. 14 years ago
PeterForstmeier 7a340184f8 Database Tools, Fix: http://community.sharpdevelop.net/forums/p/12955/37213.aspx#37213 14 years ago
PeterForstmeier f02b774342 ToolTip Style in DependencyMatrix 14 years ago
PeterForstmeier 844feec8a9 Debugcode in reporting 14 years ago
Siegfried Pammer 12546f8bd9 fix SD-1772 - Goto dialog: add back using dot notation 14 years ago