1663c9a Fix NamespaceDefinitionOverwritesTypeName unit test.
b6845ed Fixicsharpcode/NRefactory#385 - Can't resolve indexer with protected access modifier
16f49e7 Try to fix a namespace name lookup bug.
5aded3f Fixed bug in 'ConvertToLambdaExpressionIssue'.
61c10b1 Categorized some code issues.
2b54760 Fixed bug in 'DelegateSubtractionIssue'.
bae55fb Fixed 'IsInactiveConditionalMethod' in SemanticHighlightingVisitor.
2a7a8bb Fixed possible infinite loop.
8acf7df Fix CSharpAmbience output for classes in the global namespace.
830e7d6 Fixed bug in xmldoc issue.
df27cc6 Revert "Merged Hint & Suggestion severity. (These two are too close and"
fc6f5c7 Merged Hint & Suggestion severity. (These two are too close and doesn't really make sense to separate)
7eaf69e Fixed 'Bug 17945 - Bad 'unnecessary cast' warning'.
008b2b0 Fix potential NullReferenceException in TypeSystemAstBuilder.ConvertConstructor
b92cbff Fix potential InvalidCastException in AccessToClosureIssue.
5a31546 Fix NullReferenceException when calling GetBaseMembers() on global method.
b31436e Merge pull request icsharpcode/NRefactory#384 from DavidKarlas/master
93ab8b3 Fixing Constructor Initializer placement and new adding policies NewLineBeforeConstructorInitializerColon and NewLineAfterConstructorInitializerColon
a219cff Fixed a bug in constant value type system conversion.
5056b18 Fixed unit tests.
a31d543 Improved GetTypeForQueryVariable
f5d76b8 Removed resolveinvocationongiventarget call.
0dcf0a3 Added another work around for the query variable issue.
cdd1892 Revert "Try to use a syntactical approach for resolving lambda expressions."
ffdb464 Try to use a syntactical approach for resolving lambda expressions.
1bd7434 Added failing unit test.
be4d1c0 Improved CS0618UsageOfObsoleteMemberIssue
d20744e Set XmlResolver=null to avoid looking up external DTDs.
ff9fee2 Fix bug in AstNode.GetNodesBetween().
aa289c2 Fix potential NullReferenceException in OperatorIsCanBeUsedIssue.
9db72dc Fixicsharpcode/NRefactory#377 - NullReferenceException in NullAnalysisVisitor
db2c7b6 Add IAstVisitor.VisitNullNode().
95141c8 Fix ICompilation.Import(ISymbol) for namespaces in extern alias.
c05dbd0 Handle errors if the XML file changes between the XmlDocumentationProvider ctor call and the GetDocumentation call.
e763376 Fixed bug in FunctionNeverReturnsIssue.
168b76f Formatting options change: blank lines are now >minimum< blank lines. TODO: Add options for maximum blank lines to preserve.
fde2a06 Fixed bug in 'XmlDocIssue'.
1403af7 Added 'CS1105ExtensionMethodMustBeDeclaredStaticAction'.
acca096 Merge pull request icsharpcode/NRefactory#381 from mono-soc-2013/MateY-IndentEngine
505c974 Issue with preprocessor directives.
4730eca Added some indenting unit tests.
412b324 Fixed possible parser bug.
989abdd Fixed completion bug.
3582f57 Fixed bug in StaticEventSubscriptionIssue
bbe2d12 Merge pull request icsharpcode/NRefactory#380 from Therzok/patch-2
43b42c5 Merge pull request icsharpcode/NRefactory#379 from Therzok/patch-1
02278d8 Fix typo in documentation
f08bcdb Add StaticEventSubscription static check test
084d2de StaticEventSubscriptionIssue - Check if static
b7ab0b1 Implemented StaticEventSubscriptionIssue
aa291c5 Fixed construct fixer tests.
dd6db96 Fixed unit test bug.
6899688 Fixed constructfixer tests on windows.
3d42715 Improved display location for 'RedundantBoolCompareIssue'.
c1b8ab5 Removed IndentStateFactory. (Creating the classes direcly is a magnitude faster)
e7b490e Optimized IsNewLine method.
d95fdc2 Added some optimizations to the indent engine.
313235e Speed up indentation engine
540af30 Fixed indentation bug.
7db77a4 Added some more construct fix cases. Unfortunately the parser error recovery isn't good enough for implementing that feature.
bd6d6f1 Added c# ConstructFixer.
6837c57 Fix .NET 4.5 configuration.
0831ca2 Fix potential NullReferenceExceptions.
6d0ca7d Improved 'CS0618UsageOfObsoleteMemberIssue'.
cf1d410 Added CS0618UsageOfObsoleteMemberIssue.
15473ce Fixed Issue icsharpcode/NRefactory#372 'False positive in "Convert to |= expression issue"'.
e3d3917 Merge branch 'master' into erik-kallen-failing-test-mcs-16997
ba066e7 Updated mcs.
1d486ca Merge branch 'failing-test-mcs-16997' of github.com:erik-kallen/NRefactory into erik-kallen-failing-test-mcs-16997
bc83643 Merge pull request icsharpcode/NRefactory#369 from erik-kallen/anonymous-type-inherited-methods-bug
afec9f4 Remove implicit conversion from AstType to Expression.
570d0e1 CS0029InvalidConversionIssue: fields and local variables don't have a "return type", just a "type".
d9741f8 Swap actions in "The parameter '{0}' cannot be resolved" issue -- I think fixing an incorrect parameter name is the more common usecase.
d9121c4 Add ConvertSymbol() to TypeSystemAstBuilder and IAmbience.
ae68a95 Merge changes from SharpDevelop repository.
5487b2b Fixed null reference exception.
f1d2068 Fixed completion bug.
7d71b8f Fixed code completion bug.
f4fcc5d Fixed completion unit test.
284cfbf Fixed failing completion test.
6286e7c Also consider property getter/setter invocations in DoNotCallOverridableMethodsInConstructorIssue
4c5a047 added two failing code completion tests
571dd02 Fix CS0126 and CS0127 issues with async methods.
1240a5f Don't show "Field can be make readonly" for mutable structs
2cf57d9 Fixed bug in 'ExtractMethodAction'.
bfc6060 Fixed possible null reference in ConvertAnonymousDelegateToLambdaAction.
be458be Fixed bug in 'ConvertToAutoPropertyIssue'.
3552c47 Removed debug code.
13f8a1d Added indent support for the banner style.
d16dd0e Added indentation support for nextlineshifted 1&2 brace styles.
e867a35 Merge pull request icsharpcode/NRefactory#370 from mono-soc-2013/MateY-IndentEngine
e5db800 Small issue with scope.
e24561e Issue with continuation delta.
e0cfbd4 TestMethodContinuationCase3
fa6d1e1 Added failing method continuation test.
e4f8b23 Fixed formatting bug.
c5e3865 Fixed formatting bug.
7a187f1 Fixed a wrapping bug.
eed2858 Improved lambda parameter recognition.
9913aa2 Fixed bug in SegmentTrackingTokenWriter.
2a07aa9 Added test for the parser null ref exception.
ba1bdc7 Fixed bug invoking inherited methods (eg. ToString()) on anonymous types
578c9ae Fixed some issues in redundant unsafe context issue
67aada4 Failing test for https://bugzilla.xamarin.com/show_bug.cgi?id=16997
0f7b386 Fixed potential null reference exception in the C# parser.
3e88747 Fixed bug in ConvertToStaticTypeIssue
55ee1fd Fixed bug in format method recognition.