886 Commits (0bcf543bf1f63b148011dd0f237bd26c0845ea64)

Author SHA1 Message Date
Erik Källén f3d13eebdf Added property Conversion.IsConstantExpressionConversion 13 years ago
Daniel Grunwald 13dce76d36 Add Conversion.IsNullLiteralConversion (icsharpcode/NRefactory#59) 13 years ago
Daniel Grunwald 9640abde31 Add (failing) unit test for icsharpcode/NRefactory#73. 13 years ago
Daniel Grunwald d1f0807458 Use location from Cecil instead of providing it as an extra parameter to LoadAssembly(). 13 years ago
Daniel Grunwald 5a1f7d70f0 Fixed issues with CecilLoader.LazyLoad=true. 13 years ago
Daniel Grunwald ed0e4c5197 Fixed conversions from "dynamic" - these only exist from expressions, not from the type (this was causing subtle issues with type inference). 13 years ago
Mike Krüger 5f60958a7e [TypeSystem] Cecil loader can now take the loaded assembly location. 13 years ago
Mike Krüger 14addf402d [TypeSystem] Added SetLocation to IProjectContent. 13 years ago
Mike Krüger c032382855 [TypeSystem] Added location property to IAssembly. 13 years ago
Daniel Grunwald 58d7ac0ee6 Improved ToString() for methods. 13 years ago
Simon Lindgren 342c87a9ae [Utils] Don't allow escape sequences in numeric fields of format items. 13 years ago
Erik Källén 3963b40a4e Fix 13 years ago
Mike Krüger 62283e2640 [TypeSystem] Made error message more verbose. 13 years ago
Simon Lindgren 101294e394 [Utils] CompositeFormatStringParser: More error handling + refactoring of the code. 13 years ago
Simon Lindgren ef6302d99c [Utils] CompositeFormatStringParser: Handle unclosed format items better 13 years ago
Simon Lindgren d2474e5305 [Utils] Make CompositeFormatStringParser.Parse() wrap the segments in a class instead of just returning an IEnumerable. 13 years ago
Simon Lindgren 185779b2b5 [Utils] Add more error checks to CompositeFormatStringParser. 13 years ago
Simon Lindgren af7d2149c9 [Utils] Some CompositeFormatStringParser cleanups. 13 years ago
Simon Lindgren 7edf902fea [Utils] More error handling in CompositeFormatStringParser. 13 years ago
Simon Lindgren 1b96e9b091 [Utils] Add lots of error checks to CompositeFormatStringParser. 13 years ago
Simon Lindgren 11c428e10f [Utils] Add CompositeFormatStringParser and related classes. 13 years ago
Daniel Grunwald 0aa37bcf44 Add lazy-loading support to CecilLoader. 13 years ago
Daniel Grunwald 77283dc2f1 Merge minor changes from SharpDevelop repository (mostly additional documentation for ResolveResults). 13 years ago
Daniel Grunwald 5d2fee1b90 Add CompilerSettings class instead of using the one from Mono.CSharp. 13 years ago
Daniel Grunwald 585ae50c2f CSharpAstResolver: don't return the same ResolveResult for two different nodes. 13 years ago
Mike Krüger 839b19e814 [TyeSystem] Fixed bug in nested type property. 13 years ago
Daniel Grunwald 806869e563 Add IType.GetAccessors(). 13 years ago
Daniel Grunwald bf8932302f Add missing fields in KnownTypeReference. 13 years ago
Daniel Grunwald cdaf5751e6 Implement AnonymousType.ToTypeReference(). 13 years ago
Daniel Grunwald c6d8b93322 Move SimpleTypeResolveContext out of Implementation namespace. 13 years ago
erikkallen d46cbdbb06 Don't report a member as implementing an interface member if there is another explicit implementation of that interface member. 13 years ago
erikkallen 481397973a Support explicitly implemented events in the CecilLoader. 13 years ago
erikkallen 7640141783 Added support for explicit method and property implementations to the cecil loader. 13 years ago
erikkallen 18995bd372 Fixed InheritanceHelper to support explicit interface implementation of base accessors. 13 years ago
erikkallen fd39748fcf (Rather ugly) fix for indexer accessor's ImplementedInterfaceMembers. 13 years ago
erikkallen 7ce5de3873 (Rather ugly) fix ensure that accessor method are reported as implementing the corresponding accessor methods from interfaces. 13 years ago
Daniel Grunwald d6ed3b7726 Fixed resolving accessors. 13 years ago
Siegfried Pammer cd9c948375 Add ICollection, ICollection<T> and IList to KnownTypeReference. 13 years ago
Siegfried Pammer a9d876904b Implemented CSharpResolver.ResolveConditionFalse() for resolving operator false() calls. 13 years ago
Daniel Grunwald a77fa3103a Add IMethod.AccessorOwner. 13 years ago
Daniel Grunwald 731ddf7c39 Add ConversionResolveResult.CheckForOverflow 13 years ago
Daniel Grunwald 79f634cc40 Change TextChangeEventArgs.InsertedText and RemovedText from string to ITextSource. 13 years ago
Mike Krüger 33efe343d6 [Documentation] Added support for relative redirection targets. 13 years ago
Mike Krüger 73a44b2ddb [NRefactory] Be more verbose on cecil load error. 13 years ago
Daniel Grunwald 1640cb8c32 Set version number to 5.0.1; fixed some compiler warnings. 13 years ago
Daniel Grunwald cbb1fe5008 Fixed some issues resolving members. 13 years ago
Daniel Grunwald 180ed85c85 Implemented IUnresolvedMember.Resolve(). 13 years ago
mike 4add67930e [TypeSystem] Cecil loader no longer crashes loading gtk-sharp.dll on 13 years ago
Daniel Grunwald 282d3c3423 Fix icsharpcode/NRefactory#32: ResolveResult for anonymous type creation 13 years ago
Mike Krüger 7a3e68fb1d [TypeSystem] All attributes from partial method declarations are now 13 years ago