899 Commits (17c1eeaf2b65ac1b3f02fe5ba73b50078cbd77aa)

Author SHA1 Message Date
Mike Krüger fab565a92d [Resolver] Local resolve result no longer returns a constant value for 13 years ago
Mike Krüger e7783d7808 Revert "[TypeSystem] Added a method to get only defined members with a filter" 13 years ago
Mike Krüger b728f40de6 Revert "Fix build." 13 years ago
Mike Krüger 0df4bec580 Fix build. 13 years ago
Mike Krüger aa324f018a [TypeSystem] Added a method to get only defined members with a filter 13 years ago
Mike Krüger 461dd2beea Added get parameter name method to parameter data provider. 13 years ago
Mike Krüger eaad50e8be [TypeSystem] Added C# style async modifier to methods. 13 years ago
erikkallen c615c9f730 Make 'await' resolve as in the C# 5.0 language specification. 13 years ago
Simon Lindgren a64d00953d [Utils] Improve error handling in CompositeFormatStringParser. 13 years ago
Daniel Grunwald 99bbb11ded Add 'ResultOfAsyncCallShouldNotBeIgnored' issue. 13 years ago
Daniel Grunwald 211c6a1b05 Implemented ITypeParameter.EffectiveInterfaceSet 13 years ago
Daniel Grunwald 5e01d285d0 Fix InvalidCastException on invalid compile-time constant casts. 13 years ago
Daniel Grunwald 59cc439a30 Added delegate compatibility check to method-group conversions. 13 years ago
Mike Krüger 97d224bbbd Fixed busy manager usage. 13 years ago
Mike Krüger 24e7b56613 Fixed cyclic constants. 13 years ago
Mike Krüger 2e2cecfeb7 Fixed little issue in interning provider. 13 years ago
Daniel Grunwald 80ba1b3dba Always set ArrayCreateResolveResult.SizeArguments. Closes #111. 13 years ago
Daniel Grunwald e2eef883e1 Add 'HasBody' property to IMethod. Closes #100. 13 years ago
Daniel Grunwald aa55c206e0 Add AbstractUnresolvedEntity.Clone() method. 13 years ago
Simon Lindgren 408b29847d [TypeSystem] Don't consider non-public members for interface implementors. 13 years ago
Daniel Grunwald 40bbafda16 Set NET_4_0 preprocessor symbol for mcs. 13 years ago
Daniel Grunwald 810c03a582 NRefactory 5.2.0 release 13 years ago
Daniel Grunwald 1f6c4f037e Update solution-loading logic in ConsistencyCheck. 13 years ago
Daniel Grunwald 16aa0c6c28 Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 13 years ago
Daniel Grunwald 4a6a43d0d1 Change output path - build everything into \bin\Debug in NRefactory directory (not into ICSharpCode.NRefactory subdirectory). 13 years ago
Daniel Grunwald 7a3b25b4dc Add WriteTextTo() method to ITextSource. 13 years ago
Daniel Grunwald 9a9485a49d Add ProjectReference class to NRefactory to simplify creating the type system for a solution with multiple projects. 13 years ago
Daniel Grunwald 087aee7fe8 Simplify parser API. 13 years ago
Daniel Grunwald 26409db2bb Implemented explicit conversions - invalid casts now resolve to Conversion.None. 13 years ago
Daniel Grunwald d4372bf954 Add DefaultAttribute. 13 years ago
Daniel Grunwald fb4436499e Remove outdated code contracts. 13 years ago
Daniel Grunwald d6b4420940 Introduced NamedArgumentResolveResult. 13 years ago
Daniel Grunwald 6bd0bfc5a8 Add failing unit test for CompilationUnit.ConditionalSymbols. 13 years ago
Daniel Grunwald 8728c08c68 Add project configurations for .NET 4.5. 13 years ago
Daniel Grunwald 3f782ce21c Add ITypeDefinition.GetInterfaceImplementation(). 13 years ago
Daniel Grunwald 7d5f1e0885 Make CecilResolvedAttribute.DecodeBlob() more robust. 13 years ago
Daniel Grunwald 7db1cbe11e Merge NRefactory changes from SharpDevelop repository: 13 years ago
Mike Krüger 5418c1cadd [NRefactory] Removed Browsable Attribute from GetEditorBrowsableState 13 years ago
Mike Krüger 6575de9f79 [Completion] Moved the browsable check helper methods to nrefactory. 13 years ago
Daniel Grunwald 519dc12eda Add IsKnownType() extension method. 13 years ago
Daniel Grunwald a3534f250d Add INamespace.ContributingAssemblies. 13 years ago
Daniel Grunwald bfe463b50d NRefactory 5.1.0 13 years ago
Daniel Grunwald 3ddf30c339 Fix icsharpcode/NRefactory#71: entity type for indexers (explicit interface implementations) 13 years ago
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