Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-05Merge NRefactory changes from SharpDevelop repository.Daniel Grunwald
2014-02-21Fixed a bug in constant value type system conversion.Mike Krüger
2014-02-16Merge NRefactory changes from SharpDevelop repository:Daniel Grunwald
2014-01-24Fix potential NullReferenceExceptions.Daniel Grunwald
2013-12-25Merge NRefactory changes from the SharpDevelop repository.Daniel Grunwald
2013-11-06Properties have compiler-generated bodies. (be consistent between parsed TS a...Daniel Grunwald
2013-11-06Fix default value of optional nullable parameters.Daniel Grunwald
2013-09-29Added 'PolymorphicFieldLikeEventInvocationIssue'.Mike Krüger
2013-08-02Fix resolving "class Test : Base<Test.Inner> { public class Inner {} }".Daniel Grunwald
2013-07-11Started support for fixed fields.Mike Krüger
2013-06-14AST CHANGE: NamespaceDeclarations now contain the namespace name asMike Krüger
2013-06-13Rename EntityType -> SymbolKindDaniel Grunwald
2013-06-13Introduce ISymbol as a common super-interface of IEntity, INamespace, IVariab...Daniel Grunwald
2013-05-11Remove constructors from CSharpUnresolvedFile - they could be mistaken to loa...Daniel Grunwald
2013-05-11Make comment nodes for XML documentation part of the EntityDeclaration.Daniel Grunwald
2013-03-19Add year to license headers.Daniel Grunwald
2013-03-18Remove IUnresolvedFile.GetTypeResolveContextDaniel Grunwald
2013-01-27Improved handling of sizeof(x)Erik Källén
2013-01-26Remove unresolved references from new Alias*ResolveResult.Daniel Grunwald
2013-01-25Added alias resolve results that allows it to handle aliases moreMike Krüger
2013-01-24Fixed bug in type system conversion (interface members can shadowMike Krüger
2013-01-04Add "add using" context action.Daniel Grunwald
2013-01-03Copy over some fixes from SD5.Daniel Grunwald
2012-10-23[TypeSystem] Added C# style async modifier to methods.Mike Krüger
2012-10-04Add support for empty namespaces in the C# type system.Daniel Grunwald
2012-09-17Always set ArrayCreateResolveResult.SizeArguments. Closes #111.Daniel Grunwald
2012-09-14Revert "[AST] Handled protected and/or internal on AST level."Daniel Grunwald
2012-09-13[AST] Handled protected and/or internal on AST level.Mike Krüger
2012-09-11Implement ICompilationProvider in a few more places where we have the compila...Daniel Grunwald
2012-09-11ICompilation.Import(IType): added support for importing open generic typesDaniel Grunwald
2012-09-11Add 'FullTypeName' struct, and use it to represent type names.Daniel Grunwald
2012-09-10NRefactory changes from SharpDevelop: add IDocument.FileName and IAssembly.Fu...Daniel Grunwald
2012-09-10Change ISupportsInterning so that objects are interned immediately after they...Daniel Grunwald
2012-09-07Add a mechanism to the FastSerializer that allows us to invalidate cached pro...Daniel Grunwald
2012-09-04Avoid looking for inner classes when resolving a class constraint.Daniel Grunwald
2012-08-22Add 'HasBody' property to IMethod. Closes #100.Daniel Grunwald
2012-08-14Fixed issue with duplicate using directives.erikkallen
2012-08-03Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresol...Daniel Grunwald
2012-07-30Rename CompilationUnit to SyntaxTree.Daniel Grunwald
2012-07-27Fix icsharpcode/NRefactory#86: method declaration with attributes fails to re...Daniel Grunwald
2012-07-25C# type system convert visitor: do not include attributes in IEntity.RegionDaniel Grunwald
2012-07-22Add INamespace.ContributingAssemblies.Daniel Grunwald
2012-07-21Implemented C# cref parser.Daniel Grunwald
2012-06-16Add IType.GetAccessors().Daniel Grunwald
2012-06-14Another one of those x.IsOverride = y.IsOverridable issues.erikkallen
2012-06-14Fixed bugs with events: 1) Assignment of IsOverride to IsOverridable, and 2) ...erikkallen
2012-06-10Add IMethod.AccessorOwner.Daniel Grunwald
2012-05-18Implemented IUnresolvedMember.Resolve().Daniel Grunwald
2012-05-16CSharpAstResolver now can resolve type members even when no parsedFile is spe...Daniel Grunwald
2012-05-07[TypeSystem] UsingScope now uses as operator for casts.Mike Krüger