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
2015-12-31Fixed constructor with custom white space textAlex Newman
2015-06-05Add support for varargs methods ('__arglist') to NR type system.Daniel Grunwald
2015-05-30Merge changes from ILSpy newdecompiler branchDaniel Grunwald
2015-03-25Moved the internal mcs to it's own namespace.Mike Krüger
2014-06-29Add VisitErrorNode() to IAstVisitor.Daniel Grunwald
2014-03-13Fixed bug in using declaration namespace name.Mike Krüger
2014-02-16Fix bug in AstNode.GetNodesBetween().Daniel Grunwald
2014-02-14Add IAstVisitor.VisitNullNode().Daniel Grunwald
2014-01-17Remove implicit conversion from AstType to Expression.Daniel Grunwald
2013-12-25Merge NRefactory changes from the SharpDevelop repository.Daniel Grunwald
2013-11-07Merge changes from SharpDevelop repository to NRefactory.Daniel Grunwald
2013-09-30Improved ConvertToLambdaExpressionIssue.Mike Krüger
2013-08-28Improved some code actions.Mike Krüger
2013-08-26Synced/Fixed 'RedundantLambdaParameterTypeIssue' Mike Krüger
2013-08-25Expressions can now be converted to statements implicitly.Mike Krüger
2013-08-25Added 'UnusedLabelIssue'.Mike Krüger
2013-08-24Added 'StringCompareToIsCultureSpecificIssue'.Mike Krüger
2013-08-23Fixed bug in invert condition.Mike Krüger
2013-08-22CS0029InvalidConversionIssue now offers an action to change the entityMike Krüger
2013-08-21Added actions to convert a method group to an anonymous method orMike Krüger
2013-08-19Use CastTo/CastAs instead of constructors - reverted CastExpressionMike Krüger
2013-08-19Fixed exception in EqualExpressionComparisonIssue.Mike Krüger
2013-08-19Fixed anonymous & lambda block formatting.Mike Krüger
2013-08-19Added ThisToken property to indexer declarations.Mike Krüger
2013-08-18Improved 'CanBeReplacedWithTryCastAndCheckForNullIssue'.Mike Krüger
2013-08-17Unbreak API.Mike Krüger
2013-08-17Added 'CanBeReplacedWithTryCastAndCheckForNullIssue' / Added some APIsMike Krüger
2013-08-17Improved 'EqualExpressionComparisonIssue' (it works now on Equals asMike Krüger
2013-08-17Added method to compare two conditions.Mike Krüger
2013-08-17Added 'ConvertIfDoToWhileIssue'.Mike Krüger
2013-08-15Fixed some issues with csharputil.Mike Krüger
2013-08-15Strong CsharpUtilleoowen19
2013-08-14New code action "Invert logical expression according to de morgan law"leoowen19
2013-08-13Fixed namespace declaration issue.Mike Krüger
2013-08-11Fixed bug in CS0029InvalidConversionIssue/builder methods.Mike Krüger
2013-08-08Added new overload for IsExpression (should now match AsExpression).Mike Krüger
2013-08-07Fixed some formatting issues.Mike Krüger
2013-08-05Fixed 'ChangeBaseTypes' function.Mike Krüger
2013-08-05Implemented EnumUnderlyingTypeIsIntIssue (does not work properly yet because ...Luís Reis
2013-08-02NewLineNode is no longer abstract, so code outside of NRefactory can instanti...Daniel Grunwald
2013-08-02Fix spellingDaniel Grunwald
2013-08-01Fixed some locations.Mike Krüger
2013-07-25Fixed some wrong locations in the AST.Mike Krüger
2013-07-25Added '#pragma' token to the preprocessor directive.Mike Krüger
2013-07-22Improved handling of pragma pre processor directives.Mike Krüger
2013-07-09Convert NoDefaultConstructorIssue into more general CS1729TypeHasNoConstructo...Daniel Grunwald
2013-06-28Implemented unicode new line support.Mike Krüger
2013-06-28Added support for unicode line separator char.Mike Krüger
2013-06-26Fixed attribute formatting.Mike Krüger