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-12-03Fixed unit test.Mike Krüger
2015-12-03Fixed 'Bug 36333 - Xamarin hangs after a few seconds of usage'.Mike Krüger
2015-10-27Merge pull request #505 from guoxiao/masterMike Krüger
2015-10-27Remove .DS_StoreGuo Xiao
2015-09-21Update release configuration to generate pdbsMarius Ungureanu
2015-08-25Fixed test project file.Mike Krüger
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-05IkvmLoader: fix attributes on type parametersDaniel Grunwald
2015-06-05Add support for varargs methods ('__arglist') to NR type system.Daniel Grunwald
2015-06-05Run unit tests on travisDaniel Grunwald
2015-06-05Add travis.ymlDaniel Grunwald
2015-06-05Consistently use 'null' DeclaringType for top-level entities.Daniel Grunwald
2015-06-05Revert "Fixing DeclaringType property to match documentation and return Unkno...Daniel Grunwald
2015-06-05NRefactory.Tests: look for nunit-2.6.2 in addition to nunit-2.5.10, for compa...Daniel Grunwald
2015-06-04Merge pull request #490 from kzu/masterMike Krüger
2015-06-04Make the Mono.Cecil private for input/output detectionDaniel Cazzulino
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-31Merge pull request #487 from DavidKarlas/masterDaniel Grunwald
2015-05-31Fixed AstBuilder to not set "private" modifier on members which are explicit ...David Karlaš
2015-05-31Fixing DeclaringType property to match documentation and return UnknownType i...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-30InheritanceHelper: skip private base membersDaniel Grunwald
2015-05-30Fix accessibility of properties overriding just one accessor.Daniel Grunwald
2015-05-30Fix CecilLoader.ReadTypeReference() for generic parameters appearing in metho...Daniel Grunwald
2015-05-30Fix decoding attribute arguments where an array is passed to a parameter of t...Daniel Grunwald
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-05-29Fix output path of ICSharpCode.NRefactory.Cecil.csprojDaniel Grunwald
2015-05-18Disabled unit tests that fail on roslyn.Mike Krüger
2015-04-22Merge branch '5.5'Daniel Grunwald
2015-04-22NRefactory 5.5.1 release (for ILSpy)5.5.1Daniel Grunwald
2015-04-22Properly handle encoding in XmlDocumentationProvider (see icsharpcode/ILSpy#485)Daniel Grunwald
2015-04-22CSharpOutputVisitor: don't put newline between 'else' and 'if'Daniel Grunwald
2015-04-22Properly handle encoding in XmlDocumentationProvider (see icsharpcode/ILSpy#485)Daniel 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
2015-01-05Fix nunit reference.Mike Krüger
2015-01-02Fixed some code issue checks in partial classes.Mike Krüger
2014-11-30NRefactory 5.5 release5.5.0Daniel Grunwald