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
2022-03-08Add .NET 6.0 target frameworkHEADmasterMatt Ward
2021-08-24Allow building with .NET 6Lluis Sanchez
2017-10-30Fix case sensitivity error importing Microsoft.CSharp.targetsJo Shields
2016-11-25Fix TypeGuessing (don't unintentionally create ref locals)Daniel Grunwald
2016-11-25Add 'ref T' AstType syntax node. This allows generating code for C# 7 'ref lo...Daniel Grunwald
2016-11-23CSharpOutputVisitor: use policy.CatchNewLinePlacement and policy.FinallyNewLi...Daniel Grunwald
2016-11-22CSharpOutputVisitor: respect policy.ElseNewLinePlacementDaniel Grunwald
2016-07-26TypeSystemAstBuilder: Add missing TypeResolveResult-annotation to DelegateDec...Siegfried Pammer
2016-07-26Output space between modifiers and destructor tilde.Daniel Grunwald
2016-07-23InsertParenthesesVisitor: Add parentheses to PrimitiveExpression if its value...Siegfried Pammer
2016-07-09Even in readability mode, don't parenthesize casts of castsDaniel Grunwald
2016-06-26Fix resolving '0 - Enum'Daniel Grunwald
2016-06-22Add TypeSystemAstBuilder.NameLookupMode.Daniel Grunwald
2016-06-19CSharpOutputVisitor: fix '__arglist()'Daniel Grunwald
2016-06-16Fix TypeSystemAstBuilder: Outer type arguments should not be added to nested ...Siegfried Pammer
2015-12-31Merge pull request #508 from purenewman/patch-1Mike Krüger
2015-12-31Merge pull request #509 from purenewman/patch-2Mike Krüger
2015-12-31Fixed constructor with custom white space textAlex Newman
2015-12-31Fixed incorrect null checkAlex Newman
2015-12-31Fixed incorrect members orderingAlex Newman
2015-10-27Remove .DS_StoreGuo Xiao
2015-08-20Fixed issue "CSharpOutputVisitor methods should be virtual #499"Mike Krüger
2015-08-14Fixed completion bug.Mike Krüger
2015-06-13add missing ResolveResult annotation in ConvertTypeDefinitionSiegfried Pammer
2015-06-09TypeSystemAstBuilder: implement AddResolveResultAnnotations for type membersSiegfried Pammer
2015-06-07TypeSystemAstBuilder: fix ShowTypeParameterConstraintsDaniel Grunwald
2015-06-05Add support for varargs methods ('__arglist') to NR type system.Daniel Grunwald
2015-06-05Consistently use 'null' DeclaringType for top-level entities.Daniel Grunwald
2015-06-04Fix dirty builds all the time from doc fileDaniel Cazzulino
2015-06-03Don't output accessibility for static constructors.Daniel Grunwald
2015-05-31Fixed AstBuilder to not set "private" modifier on members which are explicit ...David Karlaš
2015-05-31Fix naming of property, event and method for explicit implementation of inter...David Karlaš
2015-05-31Fixed setting base type for enumsDavid Karlaš
2015-05-30TypeSystemAstBuilder: don't show attributes by defaultDaniel Grunwald
2015-05-30NRefactory portion of David Karlaš's ILSpy/newdecompiler changesDaniel Grunwald
2015-05-30Merge changes from ILSpy newdecompiler branchDaniel Grunwald
2015-04-22CSharpOutputVisitor: don't put newline between 'else' and 'if'Daniel Grunwald
2015-03-25Moved the internal mcs to it's own namespace.Mike Krüger
2015-03-13Fixed some c#6 parsing bugs.Mike Krüger
2015-02-06Handle some body block == null cases.Mike Krüger
2015-01-28Updated mcs (c#6 support).Mike Krüger
2015-01-09Fixed indentation bug.Mike Krüger
2014-11-29Merge NRefactory changes from SharpDevelop to NRefactory repository.Daniel Grunwald
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-02Updated mcs.Mike Krüger
2014-08-29Merge changes from SharpDevelop to NRefactoryDaniel Grunwald