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
2016-11-25Add 'ref T' AstType syntax node. This allows generating code for C# 7 'ref lo...Daniel Grunwald
2016-06-26Fix resolving '0 - Enum'Daniel Grunwald
2015-06-05Add support for varargs methods ('__arglist') to NR type system.Daniel Grunwald
2015-06-05Consistently use 'null' DeclaringType for top-level entities.Daniel Grunwald
2014-10-30Fixed extension method lookup.Mike Krüger
2014-08-27Fixed completion bug.Mike Krüger
2014-06-29Add VisitErrorNode() to IAstVisitor.Daniel Grunwald
2014-05-28Fixed little bug in resolver.Mike Krüger
2014-05-02Fixed issue in ResolveAtLocation.Mike Krüger
2014-03-31CSharpResolver: return ErrorResolveResult instead of crashing when given an i...Daniel Grunwald
2014-03-13Fix icsharpcode/NRefactory#386: A using statement referring to a missing nest...Daniel Grunwald
2014-03-10Fix ArgumentOutOfRangeException in ResolveVisitor.VisitArrayCreateExpression().Daniel Grunwald
2014-03-10Fix constant folding for binary operators on enum values if mscorlib isn't lo...Daniel Grunwald
2014-03-05Merge NRefactory changes from SharpDevelop repository.Daniel Grunwald
2014-03-04Fix #385 - Can't resolve indexer with protected access modifierDaniel Grunwald
2014-03-03Try to fix a namespace name lookup bug.Mike Krüger
2014-02-19Fixed unit tests.Mike Krüger
2014-02-19Improved GetTypeForQueryVariableMike Krüger
2014-02-19Removed resolveinvocationongiventarget call.Mike Krüger
2014-02-19Added another work around for the query variable issue.Mike Krüger
2014-02-19Revert "Try to use a syntactical approach for resolving lambda expressions."Mike Krüger
2014-02-19Try to use a syntactical approach for resolving lambda expressions.Mike Krüger
2014-02-16Merge NRefactory changes from SharpDevelop repository:Daniel Grunwald
2014-02-14Add IAstVisitor.VisitNullNode().Daniel Grunwald
2014-02-03Merge NRefactory changes from SharpDevelopDaniel Grunwald
2014-01-27Fix file headers.Daniel Grunwald
2014-01-16Merge changes from SharpDevelop repository.Daniel Grunwald
2014-01-09Fix CS0126 and CS0127 issues with async methods.Daniel Grunwald
2013-12-13Remove the upcast in InheritanceHelper.GetBaseMembers()Daniel Grunwald
2013-11-06Fix #331: Resolver shouldn't use private extension methodsDaniel Grunwald
2013-11-06Merge pull request #346 from erik-kallen/overload-resolution-anonymous-methodsDaniel Grunwald
2013-11-06Revert IsUnresolvableNode() and adjust ResolveAtLocation.Daniel Grunwald
2013-10-16ResolveAtLocation now handles operatorsMike Krüger
2013-10-04Fixed bug in get search scopes.Mike Krüger
2013-09-29Do not check delegate types for being better conversion targets when the corr...Erik Källén
2013-09-10Implemented find references for parameters.Mike Krüger
2013-08-21Revert #268 (it was causing problems when the type arguments were not explici...Daniel Grunwald
2013-08-21Add missing IReadOnlyCollectionOfT to TypeInference.IsGenericInterfaceImpleme...Daniel Grunwald
2013-08-19Fix #281: Type inference fails when an exact inference is made to one type, a...Daniel Grunwald
2013-08-19Fixed bug in ResolveAtLocation.Mike Krüger
2013-08-16Fixed some compiler warnings.Mike Krüger
2013-08-15Fixed issue involving method type parameter constraintsErik Källén
2013-08-02Converted CS1520 issue to action.Mike Krüger
2013-08-02Merge branch 'luiscubal-error-experiment' of github.com:mono-soc-2013/NRefact...Mike Krüger
2013-08-02Fix processing of explicit conversions.Daniel Grunwald
2013-08-02Fix crash when lifting a user-defined operator in a generic struct.Daniel Grunwald
2013-08-02Fix crash in resolver when trying to resolve the warning-id PrimitiveExpressi...Daniel Grunwald
2013-07-30Merge pull request #220 from mono-soc-2013/luiscubal-idisposable-interfacesMike Krüger
2013-07-25Fix resolving binary operators on enums when nullables and user-defined conve...Daniel Grunwald
2013-07-25Fixed failing unit test.Mike Krüger