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
2012-07-22NRefactory 5.1.05.1.0Daniel Grunwald
2012-07-22Avoid NullReferenceExceptions now that MethodGroupResolveResult.TargetResult ...Daniel Grunwald
2012-07-22Merge pull request #80 from erik-kallen/DynamicImprovementsNewTryDaniel Grunwald
2012-07-22Fix icsharpcode/NRefactory#71: entity type for indexers (explicit interface i...Daniel Grunwald
2012-07-22Test demonstrating issue with EntityType for indexers that explicitly impleme...Erik Källén
2012-07-22Add unit test for named attribute argument.Daniel Grunwald
2012-07-22Add (failing) unit test for icsharpcode/NRefactory#56.Daniel Grunwald
2012-07-22Merge pull request #81 from erik-kallen/IsConstantExpressionConversionDaniel Grunwald
2012-07-22Added property Conversion.IsConstantExpressionConversionErik Källén
2012-07-22Fixed issues pointed out by Daniel.Erik Källén
2012-07-22Documentation for MethodListWithDeclaringTypeDaniel Grunwald
2012-07-21Add (failing) unit tests for icsharpcode/NRefactory#45Daniel Grunwald
2012-07-21Change "string[] Conditionals" to "IList<string> ConditionalSymbols"Daniel Grunwald
2012-07-21Implementation of featureErik Källén
2012-07-21Tests for the improved dynamic handling.Erik Källén
2012-07-21Add Conversion.IsNullLiteralConversion (icsharpcode/NRefactory#59)Daniel Grunwald
2012-07-21Fix icsharpcode/NRefactory#60: Implicit type parameter conversionDaniel Grunwald
2012-07-21Implemented C# cref parser.Daniel Grunwald
2012-07-21Use directly specific corlib implementation for GetAllBaseTypesTest so that t...Daniel Grunwald
2012-07-21Add (failing) unit test for icsharpcode/NRefactory#73.Daniel Grunwald
2012-07-21Merge pull request #77 from erik-kallen/MembersInDerivedInterfacesShouldNotIm...Daniel Grunwald
2012-07-21Fix #75: conversion between delegate typesDaniel Grunwald
2012-07-21Fix icsharpcode/NRefactory#76: definite assignment analysis ignores false par...Daniel Grunwald
2012-07-21CSharpParser: when parsing part of a compilation unit, detach the resulting n...Daniel Grunwald
2012-07-21Fixed conditional symbol bug.Mike Krüger
2012-07-21Use location from Cecil instead of providing it as an extra parameter to Load...Daniel Grunwald
2012-07-21Fixed issues with CecilLoader.LazyLoad=true.Daniel Grunwald
2012-07-21Fixed conversions from "dynamic" - these only exist from expressions, not fro...Daniel Grunwald
2012-07-20[Parser] Added conditional symbols to the compilation unit.Mike Krüger
2012-07-20[TypeSystem] Cecil loader can now take the loaded assembly location.Mike Krüger
2012-07-20[TypeSystem] Added SetLocation to IProjectContent.Mike Krüger
2012-07-20[Completion] Fixed get extension method call in parameter completion.Mike Krüger
2012-07-20[TypeSystem] Added location property to IAssembly.Mike Krüger
2012-07-20Fixed get extension method call. Mike Krüger
2012-07-20Improved ToString() for methods.Daniel Grunwald
2012-07-20Fixed bug when passing an extension method as a method group to a generic fun...Daniel Grunwald
2012-07-20Revert f01a4b2 and 58c4ec8.Daniel Grunwald
2012-07-19[CodeCompletion] No longer show static enum members on enum typesMike Krüger
2012-07-19[Resolver] Fixed type inference use case.Mike Krüger
2012-07-19[CodeAction] Fixed getter/setters of the implementedMike Krüger
2012-07-19[CodeActions] Implemented abstract members action/Improved implementMike Krüger
2012-07-18[CodeAction] Implement interface now tends to implement the moreMike Krüger
2012-07-18[CodeActions] Finished first implement interface implementation.Mike Krüger
2012-07-17Checked for possible null refrence exception.Mike Krüger
2012-07-17[Completion] Fixed completion bug.Mike Krüger
2012-07-16[CodeAction] Fixed extract method unit test.Mike Krüger
2012-07-16[CodeAction] Fixed most extract method tests.Mike Krüger
2012-07-13[Completion] Filter out System.Void typeMike Krüger
2012-07-12FixErik Källén
2012-07-12Failing test.Erik Källén