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-22CSharpOutputVisitor: respect policy.ElseNewLinePlacementDaniel Grunwald
2016-06-26Don't make the compiler evaluate the expected result using compile-time const...Daniel Grunwald
2016-06-26Fix resolving '0 - Enum'Daniel Grunwald
2016-06-19CSharpOutputVisitor: fix '__arglist()'Daniel Grunwald
2015-08-25Fixed test project file.Mike Krüger
2015-08-14Fixed completion bug.Mike Krüger
2015-06-05IkvmLoader: fix attributes on type parametersDaniel Grunwald
2015-06-05Add support for varargs methods ('__arglist') to NR type system.Daniel Grunwald
2015-06-05NRefactory.Tests: look for nunit-2.6.2 in addition to nunit-2.5.10, for compa...Daniel Grunwald
2015-05-30InheritanceHelper: skip private base membersDaniel Grunwald
2015-05-30Fix accessibility of properties overriding just one accessor.Daniel Grunwald
2015-05-18Disabled unit tests that fail on roslyn.Mike Krüger
2015-03-25Moved the internal mcs to it's own namespace.Mike Krüger
2015-01-28Updated mcs (c#6 support).Mike Krüger
2015-01-09Fixed indentation bug.Mike Krüger
2015-01-05Fix nunit reference.Mike Krüger
2015-01-02Fixed some code issue checks in partial classes.Mike Krüger
2014-11-29Merge NRefactory changes from SharpDevelop to NRefactory repository.Daniel Grunwald
2014-10-27Fixed sort usings.Mike Krüger
2014-09-23Fixed 'Bug 23047 - Completion is not working for is statement'.Mike Krüger
2014-09-02Fixed hint path.Mike Krüger
2014-09-02Updated mcs.Mike Krüger
2014-08-29Merge changes from SharpDevelop to NRefactoryDaniel Grunwald
2014-08-27Fixed semantic highlighting issue.Mike Krüger
2014-08-27Fixed bug in semantic highlighting.Mike Krüger
2014-08-27Fixed completion bug.Mike Krüger
2014-08-26Fixed bug in ConvertToLambdaExpressionIssue.Mike Krüger
2014-06-05Fixing parameter code completion after using '>' e.g. if(a>b)Method(David Karlaš
2014-06-03Ignored failing unit test.Mike Krüger
2014-06-03Fixed 'Bug 20110 - [Forms] Autocomplete doesn't work for theMike Krüger
2014-06-03Fixed another completion bug case.Mike Krüger
2014-06-03Fixed completion bug.Mike Krüger
2014-05-06Fixed bug in inconsistent naming tests.Mike Krüger
2014-05-05Fixed issue 389.Matej Miklečić
2014-04-30Fixed parser bug when using ParseExpressionDavid Karlaš
2014-04-30Fixed parser bug.Mike Krüger
2014-04-08Optimize some Linq.Marius Ungureanu
2014-04-08[CodeIssues] Add simplified versions Math functions.Marius Ungureanu
2014-03-28Improved resolving of target method for ParameterInfo so it can be triggered ...David Karlaš
2014-03-28Reverting Pull #390David Karlaš
2014-03-27Always displaying first parameter discription in ParameterInfo tooltipDavid Karlaš
2014-03-20Fixed Bug 18463Matej Miklečić
2014-03-20Added failing unit test.Mike Krüger
2014-03-15Fix icsharpcode/SharpDevelop#404: Crash in CSharpCompletionEngine.GetLineInde...Daniel Grunwald
2014-03-13Fix icsharpcode/NRefactory#386: A using statement referring to a missing nest...Daniel Grunwald
2014-03-13Re-enable NameLookupTests.NamespaceDefinitionOverwritesTypeNameDaniel Grunwald
2014-03-13Fixed bug in using declaration namespace name.Mike Krüger
2014-03-13Fixed bug in in IndentBlocksInsideExpressions option.Mike Krüger
2014-03-13Added 'IndentBlocksInsideExpressions' formatting option.Mike Krüger
2014-03-11Fix NullReferenceException in RedundantThisQualifierIssue.Daniel Grunwald