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
2014-11-30NRefactory 5.5 release5.5.0Daniel Grunwald
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-11-17Changed some default settings for code issues.Mike Krüger
2014-11-05Fixed bug in RedundantCastIssue.Mike Krüger
2014-10-30Fixed extension method lookup.Mike Krüger
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-11Made field protected.Mike Krüger
2014-09-03Fixed bug in unbound type argument parsing.Mike Krüger
2014-09-03Needed to disable ConvertToInitializerAction.Mike Krüger
2014-09-02Fixed hint path.Mike Krüger
2014-09-02Updated mcs.Mike Krüger
2014-09-01Fixed InternalsVisibleTo in DefaultUnresolvedAssembly.Mike Krüger
2014-08-29Merge changes from SharpDevelop to NRefactoryDaniel Grunwald
2014-08-29Add missing case CommentType.MultiLineDocumentation to TextWriterOutputFormat...Daniel 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-08-10Allow resolving portable library references even if the facade assembly conta...Daniel Grunwald
2014-08-10Protect against cyclic type forwarders.Daniel Grunwald
2014-08-10Revert GetClassTypeReference changes in 5118b41d36 (and following)Daniel Grunwald
2014-08-10Use flag operation in GetClassTypeReference.Mike Krüger
2014-08-10Fixed threading issue.Mike Krüger
2014-08-09Try to prevent infinite loop in resolving type references.Mike Krüger
2014-08-05Fixed type lookup in GetClassTypReference.Mike Krüger
2014-06-29Add VisitErrorNode() to IAstVisitor.Daniel Grunwald
2014-06-28Set DebugType in release builds to PdbOnly5.4.0Daniel Grunwald
2014-06-27Bump NRefactory version number to 5.4.Daniel Grunwald
2014-06-27ConsistencyCheck: Ensure mscorlib is added to the compilation (MSBuild doesn'...Daniel Grunwald
2014-06-27Fix missing FreezeList() call to DefaultUnresolvedTypeParameter.Freeze().Daniel Grunwald
2014-06-27Merge several bugfixes from SharpDevelop repository to NRefactory.Daniel Grunwald
2014-06-27Remove System.Runtime hack -- type forwarding should handle this case.Daniel Grunwald
2014-06-27Handle blob decoding errors in the type system instead of placing catch-all h...Daniel Grunwald
2014-06-27Mark DefaultAssemblyReference.Corlib as obsoleteDaniel Grunwald
2014-06-27Updated mcs.Mike Krüger
2014-06-10Fixed null checkMike Krüger
2014-06-05Merge pull request #405 from DavidKarlas/paramBugMike 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-30Disabled uncategorized/notworking code issues.Mike Krüger
2014-05-30Disabled notworking code issue.Mike Krüger
2014-05-30Remap failing system.runtime references to mscorlib.Mike Krüger
2014-05-30Fixed Bug 20125 - Fails to show abstract method when writing "override"Mike Krüger
2014-05-28Fixed little bug in resolver.Mike Krüger