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-09Fix CS0126 and CS0127 issues with async methods.Daniel Grunwald
2013-11-07Merge changes from SharpDevelop repository to NRefactory.Daniel Grunwald
2013-06-22Use AssemblyLoader.Create() in demo app.Daniel Grunwald
2013-06-18Moved Cecil & IKVM assembly loader to their own projects.Mike Krüger
2013-05-08NR.Demo: show details for Conversion objectsDaniel Grunwald
2013-05-08Fix compiler warningsDaniel Grunwald
2013-04-08Fix crash in CSDemo when nodes use TextLocation.Empty.Daniel Grunwald
2013-03-19Add year to license headers.Daniel Grunwald
2013-02-21Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unn...Daniel Grunwald
2012-09-04Demo: show parser errors in message boxDaniel Grunwald
2012-08-22Merge remote-tracking branch 'upstream/master' into manshengMansheng Yang
2012-08-15[Demo] Reverted an unnecessary changeMansheng Yang
2012-08-12Merge remote-tracking branch 'upstream/master' into manshengMansheng Yang
2012-08-10Remove redundant call to ValidateMethodConstraints().Daniel Grunwald
2012-08-09Merge remote-tracking branch 'upstream/master' into manshengMansheng Yang
2012-08-03Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresol...Daniel Grunwald
2012-08-03Change output path - build everything into \bin\Debug in NRefactory directory...Daniel Grunwald
2012-08-01Merge remote-tracking branch 'upstream/master' into manshengMansheng Yang
2012-07-31Simplify parser API.Daniel Grunwald
2012-07-30Rename CompilationUnit to SyntaxTree.Daniel Grunwald
2012-07-28Add project configurations for .NET 4.5.Daniel Grunwald
2012-06-23Simplify Demo app.Daniel Grunwald
2012-06-22Add CompilerSettings class instead of using the one from Mono.CSharp.Daniel Grunwald
2012-06-06Simplify API for retrieving compiler errors/warnings.Daniel Grunwald
2012-05-19Add back WinForms-based NRefactory.Demo.Daniel Grunwald
2012-04-12project compilationAlex Mizuki
2012-02-25CSharpOutputVisitor is now using the IAstVisitor with void return type.Daniel Grunwald
2012-02-20Use GlobalAssemblyInfo.cs for all projects.Daniel Grunwald
2012-01-31Fixed FindReferences on attributes.Daniel Grunwald
2011-12-08FindReferences: add support for searching in a different compilation than the...Daniel Grunwald
2011-11-26Merge type system refactoring into NRefactory master.Daniel Grunwald
2011-11-24Updated mcs/fixed some code completion cases.Mike Krüger
2011-11-19Make CSharpResolveVisitor internal and expose CSharpAstResolver instead.Daniel Grunwald
2011-11-01Type system refactoring: split unresolved/resolved type systems.Daniel Grunwald
2011-10-15FieldDeclaration/EventDeclaration/VariableDeclarationStatement now resolve to...Daniel Grunwald
2011-09-16Add CodeDomConvertVisitor.Daniel Grunwald
2011-09-03Removed more target framework profiles.Mike Krüger
2011-09-03Move NRefactory.CSharp to separate assembly.Daniel Grunwald
2011-09-03Move ResolveResults to NR.SemanticsDaniel Grunwald
2011-09-02Merge NRefactory changes from SharpDevelop into NRefactory repository.Daniel Grunwald
2011-08-31Add IndexOf() method to ITextSource.Daniel Grunwald
2011-08-27Implemented "Find References".Daniel Grunwald
2011-08-25Fixed deserialization of XmlDocumentationProvider.Daniel Grunwald
2011-08-10Apply license header to unit tests.Daniel Grunwald
2011-08-08Implemented type inference for implicitly typed lambdas.Daniel Grunwald
2011-08-07Add unit tests for TypeSystemAstBuilder.Daniel Grunwald
2011-08-05NRefactory bug fixes:Daniel Grunwald
2011-06-10Add IParsedFile to type system.Daniel Grunwald
2011-05-07add missing CSDemo filesSiegfried Pammer
2011-05-07- fixed bugs/missing features in ExpressionFinder.atgSiegfried Pammer