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-01-24Fix .NET 4.5 configuration.Daniel Grunwald
2014-01-16Merge changes from SharpDevelop repository.Daniel Grunwald
2014-01-02Added test for the parser null ref exception.Mike Krüger
2013-11-07Merge changes from SharpDevelop repository to NRefactory.Daniel Grunwald
2013-08-21Fixed project files & added new refactoring assembly to the unitMike Krüger
2013-07-09Convert NoDefaultConstructorIssue into more general CS1729TypeHasNoConstructo...Daniel Grunwald
2013-07-04Fixed path to IKVM.Reflection in solution fileErik Källén
2013-06-18Moved Cecil & IKVM assembly loader to their own projects.Mike Krüger
2013-03-03XmlDocumentationProvider: Fix caching of lookup errors.Daniel Grunwald
2013-02-21Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unn...Daniel Grunwald
2013-01-07Changed directory name 'Mono.Cecil' to 'cecil' - that makes it easierMike Krüger
2012-07-28Add project configurations for .NET 4.5.Daniel Grunwald
2012-05-19Add back WinForms-based NRefactory.Demo.Daniel Grunwald
2012-05-07Solution: Set correct indent width.Mike Krüger
2012-04-12project compilationAlex Mizuki
2012-04-05* ICSharpCode.NRefactory.CSharp.csproj:Mike Krüger
2012-03-14Added little command line tool to test the AST roundtrip.Mike Krüger
2012-02-20Add ICSharpCode.NRefactory.Xml.Daniel Grunwald
2012-02-14Allow using AstType.ToTypeReference().Resolve(compilation.TypeResolveContext)...Daniel Grunwald
2012-01-07Add nuspec.Daniel Grunwald
2012-01-03Move ConversionResoleResult to ICSharpCode.NRefactory.Semantics.Daniel Grunwald
2011-12-09Add NRefactory.ConsistencyCheck with round-tripping test.Daniel Grunwald
2011-11-26Normalize newlinesDaniel Grunwald
2011-11-25Worked on enum context.Mike Krüger
2011-11-24Updated mcs/fixed some code completion cases.Mike Krüger
2011-09-03Move ICSharpCode.Editor into NRefactory.Daniel Grunwald
2011-09-03Move NRefactory.CSharp to separate assembly.Daniel Grunwald
2011-09-03Move ResolveResults to NR.SemanticsDaniel Grunwald
2011-09-02Fix bug that caused the wrong part to be removed from a compound class.Daniel Grunwald
2011-08-26Implemented resolver for LINQ queries.Daniel Grunwald
2011-08-25Fixed deserialization of XmlDocumentationProvider.Daniel Grunwald
2011-08-11Report resolve results back to the navigator.Daniel Grunwald
2011-06-05Add ICSharpCode.Editor assembly.Daniel Grunwald
2011-05-07deactivated uncompilable unit tests; added XmlIdentifier; removed old classesSiegfried Pammer
2011-05-07start implementing new VB AST; remove AST generatorSiegfried Pammer
2011-04-06Make pattern matching AST independent from C# AST.Daniel Grunwald
2011-03-27renamed VB.Dom to VB.AstSiegfried Pammer
2011-02-28Port NRefactory to .NET 3.5.Daniel Grunwald
2011-02-14Include Mono.Cecil in solution.Daniel Grunwald
2011-02-10C# Ast refactoring: introduce Role<T> and add setters.Daniel Grunwald
2010-12-07Type inference stuffDaniel Grunwald
2010-11-28Merge commit '4dbe96c' - NRefactory.VBSiegfried Pammer
2010-11-19Add NRefactory.Demo (TreeView for visualization of C# DOM)Daniel Grunwald
2010-11-19Add parser unit tests for expressions.Daniel Grunwald
2010-11-09Added some mono compatibility changes.Mike Krüger
2010-11-07removed subdirectory "VB"Siegfried Pammer
2010-11-07NRefactory.VB: cleaned Parser API and removed old C# constructsSiegfried Pammer
2010-11-07removed some C#-specific Dom classesSiegfried Pammer
2010-11-06NRefactory.VB: removed C# specific Dom classesSiegfried Pammer
2010-11-06initial commit of NRefactory.VBSiegfried Pammer