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-14Fixed completion bug.Mike Krüger
2015-06-05Add support for varargs methods ('__arglist') to NR type system.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-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-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-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-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-11Fix NullReferenceException in RedundantThisQualifierIssue.Daniel Grunwald
2014-03-10Fix constant folding for binary operators on enum values if mscorlib isn't lo...Daniel Grunwald
2014-03-10Suppress ExplicitConversionInForEachIssue if variable has unknown type.Daniel Grunwald
2014-03-06Ignored failing unit test.Mike Krüger
2014-03-05Merge NRefactory changes from SharpDevelop repository.Daniel Grunwald
2014-03-04Fix NamespaceDefinitionOverwritesTypeName unit test.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-28Fixed bug in 'ConvertToLambdaExpressionIssue'.Mike Krüger
2014-02-28Categorized some code issues.Mike Krüger
2014-02-28Fixed bug in 'DelegateSubtractionIssue'.Mike Krüger
2014-02-27Fixed 'IsInactiveConditionalMethod' in SemanticHighlightingVisitor.Mike Krüger
2014-02-25Fixed bug in xmldoc issue.Mike Krüger
2014-02-24Fixed 'Bug 17945 - Bad 'unnecessary cast' warning'.Mike Krüger
2014-02-19Added failing unit test.Mike Krüger