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
2015-06-05Consistently use 'null' DeclaringType for top-level entities.Daniel Grunwald
2015-03-25Moved the internal mcs to it's own namespace.Mike Krüger
2014-11-29Merge NRefactory changes from SharpDevelop to NRefactory repository.Daniel Grunwald
2014-11-28Took a less intrusive approach for disableing high memory usage rules.Mike Krüger
2014-11-28Disabled code issues that uses CF graphs.Mike Krüger
2014-10-27Fixed sort usings.Mike Krüger
2014-09-03Needed to disable ConvertToInitializerAction.Mike Krüger
2014-08-29Merge changes from SharpDevelop to NRefactoryDaniel Grunwald
2014-06-27Merge several bugfixes from SharpDevelop repository to NRefactory.Daniel Grunwald
2014-06-10Fixed null checkMike Krüger
2014-03-10Fix NullReferenceException in AddArgumentNameAction.Daniel Grunwald
2014-03-10Fixed bug in CopyCommentsFromInterfaceMike Krüger
2014-03-10Fixed potiental crash in ConvertImplicitToExplicitImplementationActionMike Krüger
2014-02-16Merge NRefactory changes from SharpDevelop repository:Daniel Grunwald
2014-02-12Added 'CS1105ExtensionMethodMustBeDeclaredStaticAction'.Mike Krüger
2014-01-17Remove implicit conversion from AstType to Expression.Daniel Grunwald
2014-01-08Fixed bug in 'ExtractMethodAction'.Mike Krüger
2014-01-08Fixed possible null reference inMike Krüger
2013-12-25Merge NRefactory changes from the SharpDevelop repository.Daniel Grunwald
2013-11-26Fixed bug in 'ConvertToAutoPropertyIssue'.Mike Krüger
2013-11-26Fixed bug in RemoveBackingStoreActionMike Krüger
2013-11-11Fixed RemoveBackingStoreActionMike Krüger
2013-11-11Fixed bug in implement abstract/interface members.Mike Krüger
2013-10-18Enhanced 'GenerateSwitchLabelsAction'.Mike Krüger
2013-10-15Fixed 'AutoLinqSumAction' location.Mike Krüger
2013-10-15Corrected 'MoveToOuterScopeAction' location.Mike Krüger
2013-10-15Corrected 'IterateViaForeachAction' locations.Mike Krüger
2013-10-15Fixed some action & issue locations.Mike Krüger
2013-10-04Fixed bug in extract method.Mike Krüger
2013-10-01Fixed bug in convert foreach to for.Mike Krüger
2013-10-01Fixed bug in 'ConvertToAutoPropertyIssue'.Mike Krüger
2013-09-30Fixed bug in 'ConvertAnonymousDelegateToLambdaAction'.Mike Krüger
2013-09-30Improved ConvertToLambdaExpressionIssue.Mike Krüger
2013-09-29Added 'ConvertToAutoPropertyIssue'.Mike Krüger
2013-09-28Fixed 'Bug 10858 - Extract Method should use return, not out'Valéry Sablonnière
2013-09-27Changed severity of some actions.Mike Krüger
2013-09-27Fixed bug in missing interface member issue.Mike Krüger
2013-09-25Added actions to convert to/from HasFlag call.Mike Krüger
2013-09-24Fixed bug in 'MissingInterfaceMemberImplementationIssue'.Mike Krüger
2013-09-18Removed debug message.Mike Krüger
2013-09-18Fixed little issue in implement interface action.Mike Krüger
2013-09-16Added 'CodeGenerationService' - needs to be added to the refactoringMike Krüger
2013-09-14ConvertForeachToForAction now supports enumerators.Mike Krüger
2013-09-07SuggestUseVarKeywordEvidentIssue now checks the language version.Mike Krüger
2013-09-06Slight change in refactoring script making it easier to implement.Mike Krüger
2013-09-06Fixed bug in 'ConvertIfStatementToSwitchStatementAction'.Mike Krüger
2013-09-03Fixed some possible null reference exceptions.Mike Krüger
2013-09-02[Refactoring] Rework the refactoring api so that ActionProviders and IssuePro...Simon Lindgren
2013-09-01Replace with postfix action can now transform i = i + 1 case as well.Mike Krüger
2013-09-01Added operator assignment <--> assignment actions.Mike Krüger