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
2022-03-08Add .NET 6.0 target frameworkHEADmasterMatt Ward
2021-08-24Allow building with .NET 6Lluis Sanchez
2015-06-04Fix dirty builds all the time from doc fileDaniel Cazzulino
2014-06-28Set DebugType in release builds to PdbOnly5.4.0Daniel Grunwald
2014-02-03Merge NRefactory changes from SharpDevelopDaniel Grunwald
2014-01-09Fix CS0126 and CS0127 issues with async methods.Daniel Grunwald
2013-11-07Merge changes from SharpDevelop repository to NRefactory.Daniel Grunwald
2013-09-04Merged GSoc2013 MateY-IndentEngine branch from Matej MiklečićMike Krüger
2013-08-17Added 'CanBeReplacedWithTryCastAndCheckForNullIssue' / Added some APIsMike Krüger
2013-08-15Preparing to handle try finally statementsLuís Reis
2013-07-04Added framework lookup class.Mike Krüger
2013-06-28Implemented unicode new line support.Mike Krüger
2013-06-18Moved Cecil & IKVM assembly loader to their own projects.Mike Krüger
2013-06-16Move UnresolvedAttributeBlob / BlobReader / etc. out of CecilLoader.Daniel Grunwald
2013-06-15Add IParameter.Owner property; and add compilation.Import(ISymbol).Daniel Grunwald
2013-06-14Implemented basic rename feature.Mike Krüger
2013-06-13Add TypeGraphDaniel Grunwald
2013-06-13Add TypeGraphNode to NRefactory; and move AbiComparer from NR.CSharp.Analysis...Daniel Grunwald
2013-06-13Introduce ISymbol as a common super-interface of IEntity, INamespace, IVariab...Daniel Grunwald
2013-06-11[build] Fix the OutputPath propertiesAlan McGovern
2013-06-03Added first implementation of an ikvm assembly loader (no cecil loaderMike Krüger
2013-05-18Moved Severity/IssueMarker to NRefactory. This eliminates aMike Krüger
2013-03-21Code actions can now be bound to an ast node.Mike Krüger
2013-02-21Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unn...Daniel Grunwald
2013-02-07Revert "Revert "Implemented better way to handle extension method invocations.""Mike Krüger
2013-02-06Revert "Implemented better way to handle extension method invocations."Mike Krüger
2013-02-06Implemented better way to handle extension method invocations.Mike Krüger
2013-01-27Improved handling of sizeof(x)Erik Källén
2013-01-10Attempt that makes all the implicit conversions workDaniel Grunwald
2012-09-12Rename 'ExtensionMethods' to 'TypeSystemExtensions'.Daniel Grunwald
2012-09-11Add 'FullTypeName' struct, and use it to represent type names.Daniel Grunwald
2012-08-21Merge branch 'master' into simonlSimon Lindgren
2012-08-16Set NET_4_0 preprocessor symbol for mcs.Daniel Grunwald
2012-08-09Merge branch 'master' into simonlSimon Lindgren
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-03Add ProjectReference class to NRefactory to simplify creating the type system...Daniel Grunwald
2012-07-30Merge remote-tracking branch 'upstream/master' into simonlSimon Lindgren
2012-07-29Add DefaultAttribute.Daniel Grunwald
2012-07-29Introduced NamedArgumentResolveResult.Daniel Grunwald
2012-07-28Add project configurations for .NET 4.5.Daniel Grunwald
2012-07-28Add ITypeDefinition.GetInterfaceImplementation().Daniel Grunwald
2012-07-24[Completion] Moved the browsable check helper methods to nrefactory.Mike Krüger
2012-07-04[Utils] Add CompositeFormatStringParser and related classes.Simon Lindgren
2012-06-16Add IType.GetAccessors().Daniel Grunwald
2012-06-15Move SimpleTypeResolveContext out of Implementation namespace.Daniel Grunwald
2012-03-17Fix icsharpcode/NRefactory#18: ResolveResult for object creationDaniel Grunwald
2012-03-11Add StringBuilderDocument to NR.Editor.Daniel Grunwald
2012-03-11Add DocumentScript that implements Script using a mutable document.Daniel Grunwald
2012-03-09Fixed some FxCop warnings.Daniel Grunwald