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
2014-09-11Made field protected.Mike Krüger
2014-08-27Fixed semantic highlighting issue.Mike Krüger
2014-08-27Fixed bug in semantic highlighting.Mike Krüger
2014-03-10Fix NullReferenceException in NullAnalysisVisitor.VisitObjectCreateExpressionDaniel Grunwald
2014-02-27Fixed 'IsInactiveConditionalMethod' in SemanticHighlightingVisitor.Mike Krüger
2014-02-26Fixed possible infinite loop.Mike Krüger
2014-02-14Fix #377 - NullReferenceException in NullAnalysisVisitorDaniel Grunwald
2014-01-24Fix potential NullReferenceExceptions.Daniel Grunwald
2014-01-02Fixed bug in format method recognition.Mike Krüger
2013-11-06Fix inconsistent newlines in several files.Daniel Grunwald
2013-10-17Implemented RedundantNotNullAttributeInNonNullableTypeIssue, which detects wh...Luís Reis
2013-10-04Fixed potential null reference exception in null value analysisMike Krüger
2013-09-25Fixed bug in null value analysisMike Krüger
2013-09-14Merge pull request #335 from mono-soc-2013/luiscubal-fix-14732Mike Krüger
2013-09-14Fixed bug #14732Luís Reis
2013-09-13NullValueAnalysis: Support IS_FALSE, IS_NULL and IS_NOT_NULL assertions.Luís Reis
2013-09-13NullValueAnalysis: Implemented JetBrains.Annotations assertion attributes.Luís Reis
2013-09-13NullValueAnalysis: Fixed do...while statement handling.Luís Reis
2013-09-13NullValueAnalysis: Implemented out/ref annotations.Luís Reis
2013-09-13NullValueAnalysis: Implemented JetBrains.Annotations NotNull and MayBeNull at...Luís Reis
2013-09-10NullValueAnalysis: Improved accuracy of analysis of non-nullable types.Luís Reis
2013-09-08NullValueAnalysis: Improve accuracy of GetVariableStateBefore/AfterStatement.Luís Reis
2013-09-08NullValueAnalysis: Register result of default() expressions.Luís Reis
2013-09-08Fixed another bug in NullValueAnalysis -- also related to comparisons between...Luís Reis
2013-09-08NullValueAnalysis: Fixed bug reported by miniBill: comparison with non-null v...Luís Reis
2013-09-07NullValueAnalysis: Removed obsolete assertion.Luís Reis
2013-09-07Improved null value analysisLuís Reis
2013-09-06NullValueAnalysis: Analysis now detects when a variable is not local.Luís Reis
2013-09-06NullValueAnalysis: Implement VisitorResult.ThrowsException.Luís Reis
2013-09-05NullValueAnalysis: Check if cancellation has been requestedLuís Reis
2013-09-03NullValueAnalysis: Implemented linq group by clause.Luís Reis
2013-09-03NullValueAnalysis: Added support for unsafe blocks.Luís Reis
2013-09-03Removed debug code.Mike Krüger
2013-09-03Fixed too many false positives in null reference issue.Mike Krüger
2013-09-03NullValueAnalysis: Improved support for as expressions.Luís Reis
2013-09-03NullValueAnalysis: Added support for fixed(...) {} statements.Luís Reis
2013-09-03Fixed bugs in null analysis: Added support for for statements with no conditi...Luís Reis
2013-08-29NullValueAnalysis: Added support for using statements.Luís Reis
2013-08-26Fixed some compiler warnings.Mike Krüger
2013-08-26Removed debug code/fixed null reference in ReachabilityAnalysis.Mike Krüger
2013-08-25NullValueAnalysis: Introduced fast mode -- slighly less accurate mode that wo...Luís Reis
2013-08-23Semantic highlighting now recognizes invocations of partial methodsMike Krüger
2013-08-21Merge pull request #290 from mono-soc-2013/luiscubal-linq-null-analysisMike Krüger
2013-08-21NullValueAnalysis: Fixed a few bugs that caused exception when batch analysin...Luís Reis
2013-08-21NullValueAnalysis: Renamed some parameters (previous name was misleading and ...Luís Reis
2013-08-20[CodeIssues] Don't suggest removing 'else' keyword if it would cause a name c...Simon Lindgren
2013-08-20[CodeIssues] Add some support for analyzing declaration spaces.Simon Lindgren
2013-08-19Fixed bug in semantic highlighting.Mike Krüger
2013-08-18Improved Null analysis: Fixed null reference bug, added missing GetHashCode m...Luís Reis