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
2021-08-24Allow building with .NET 6Lluis Sanchez
2016-11-25Fix TypeGuessing (don't unintentionally create ref locals)Daniel Grunwald
2015-12-31Fixed incorrect members orderingAlex Newman
2015-06-05Add support for varargs methods ('__arglist') to NR type system.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
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
2014-06-27Updated mcs.Mike Krüger
2014-05-30Fixed Bug 20125 - Fails to show abstract method when writing "override"Mike Krüger
2014-04-30Fixed parser bug when using ParseExpressionDavid Karlaš
2014-04-30Fixed parser bug.Mike Krüger
2014-03-17Updated mcsMike Krüger
2014-02-11Fixed possible parser bug.Mike Krüger
2014-01-21Updated mcs.Mike Krüger
2014-01-13Fixed failing completion test.Mike Krüger
2014-01-02Added test for the parser null ref exception.Mike Krüger
2013-11-14Updated mcs/fixed parser bug.Mike Krüger
2013-11-06Fix compiler warnings.Daniel Grunwald
2013-09-13Fixed completion bug.Mike Krüger
2013-09-12Added work around for a parser behavior.Mike Krüger
2013-09-03Formatted csharp parser.Mike Krüger
2013-09-02Fixed code issues in CSharpParser.csMike Krüger
2013-08-20Improve the formatterSimon Lindgren
2013-08-02Converted CS1520 issue to action.Mike Krüger
2013-08-02Merge branch 'luiscubal-error-experiment' of github.com:mono-soc-2013/NRefact...Mike Krüger
2013-08-02NewLineNode is no longer abstract, so code outside of NRefactory can instanti...Daniel Grunwald
2013-08-02Fix C# parser crash on "new int[sections.]"Daniel Grunwald
2013-08-02Fix spellingDaniel Grunwald
2013-08-01Fixed some locations.Mike Krüger
2013-07-30Merge branch 'query-expression-join-with-cast' of github.com:erik-kallen/NRef...Mike Krüger
2013-07-30Merged.Mike Krüger
2013-07-25Fixed query expansion of "from a in arr1 join C b in arr2 ..."Erik Källén
2013-07-25Fixed some wrong locations in the AST.Mike Krüger
2013-07-25Added '#pragma' token to the preprocessor directive.Mike Krüger
2013-07-22Improved handling of pragma pre processor directives.Mike Krüger
2013-07-19Merged mcs / fixed failing unit test.Mike Krüger
2013-07-18Updated mcs/fixed completion unit tests.Mike Krüger
2013-07-11Fixed location of multiple fixed field initializers.Mike Krüger
2013-07-11Corrected fixed field initializer bracket locations.Mike Krüger
2013-07-09Fix compiler warnings.Daniel Grunwald
2013-07-09CS1520 code issue and auto-fix.Luís Reis
2013-06-28Bumped mcs.Mike Krüger
2013-06-26Fixed attribute formatting.Mike Krüger
2013-06-14AST CHANGE: NamespaceDeclarations now contain the namespace name asMike Krüger
2013-06-14Fixed possible parser exception.Mike Krüger
2013-06-13Removed empty expression / fixed potential bug where unary operatorMike Krüger