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-06-28Set DebugType in release builds to PdbOnly5.4.0Daniel Grunwald
2014-06-27Bump NRefactory version number to 5.4.Daniel Grunwald
2014-06-27Fix missing FreezeList() call to DefaultUnresolvedTypeParameter.Freeze().Daniel Grunwald
2014-06-27Remove System.Runtime hack -- type forwarding should handle this case.Daniel Grunwald
2014-06-27Handle blob decoding errors in the type system instead of placing catch-all h...Daniel Grunwald
2014-06-27Mark DefaultAssemblyReference.Corlib as obsoleteDaniel Grunwald
2014-05-30Remap failing system.runtime references to mscorlib.Mike Krüger
2014-04-24Catches exception for the IsBrowsable extension method.Mike Krüger
2014-04-05Fixed potential blob reader exception.Mike Krüger
2014-03-13Documentation for IAmbienceDaniel Grunwald
2014-03-12Added new 'bold' display flag for code completion.Mike Krüger
2014-03-10Fix NullReferenceException in OwnedParameterReference.Resolve.Daniel Grunwald
2014-03-06Fixed add imports bug.Mike Krüger
2014-03-05Merge NRefactory changes from SharpDevelop repository.Daniel Grunwald
2014-03-04Fix #385 - Can't resolve indexer with protected access modifierDaniel Grunwald
2014-02-25Revert "Merged Hint & Suggestion severity. (These two are too close and"Mike Krüger
2014-02-25Merged Hint & Suggestion severity. (These two are too close andMike Krüger
2014-02-23Fix NullReferenceException when calling GetBaseMembers() on global method.Daniel Grunwald
2014-02-17Set XmlResolver=null to avoid looking up external DTDs.Daniel Grunwald
2014-02-16Merge NRefactory changes from SharpDevelop repository:Daniel Grunwald
2014-02-14Fix ICompilation.Import(ISymbol) for namespaces in extern alias.Daniel Grunwald
2014-02-14Handle errors if the XML file changes between the XmlDocumentationProvider ct...Daniel Grunwald
2014-02-06Fix typo in documentationUngureanu Marius
2014-02-04Optimized IsNewLine method.Mike Krüger
2014-02-03Merge NRefactory changes from SharpDevelopDaniel Grunwald
2014-01-27Fix file headers.Daniel Grunwald
2014-01-24Fix potential NullReferenceExceptions.Daniel Grunwald
2014-01-20Merge pull request #369 from erik-kallen/anonymous-type-inherited-methods-bugDaniel Grunwald
2014-01-16Add ConvertSymbol() to TypeSystemAstBuilder and IAmbience.Daniel Grunwald
2014-01-16Merge changes from SharpDevelop repository.Daniel Grunwald
2014-01-09Fix CS0126 and CS0127 issues with async methods.Daniel Grunwald
2014-01-02Fixed bug invoking inherited methods (eg. ToString()) on anonymous typesErik Källén
2013-12-13Remove the upcast in InheritanceHelper.GetBaseMembers()Daniel Grunwald
2013-11-22Added some parameter checks.Mike Krüger
2013-11-07Merge changes from SharpDevelop repository to NRefactory.Daniel Grunwald
2013-11-06Fix compiler warnings.Daniel Grunwald
2013-11-06Fix default value of optional nullable parameters.Daniel Grunwald
2013-11-04Expressions referring to fixed fields use pointer types.Daniel Grunwald
2013-10-14Added new display flagMike Krüger
2013-10-14Added new newline helper functions.Mike Krüger
2013-10-09Fixed bug in framework lookup.Mike Krüger
2013-09-19[NRefactory] Improved interning hash code function for parameters.Mike Krüger
2013-09-19Improved interning speed.Mike Krüger
2013-09-13NullValueAnalysis: Support IS_FALSE, IS_NULL and IS_NOT_NULL assertions.Luís Reis
2013-09-09Added GetAttributes method.Mike Krüger
2013-09-04Merged GSoc2013 MateY-IndentEngine branch from Matej MiklečićMike Krüger
2013-08-21Add missing IReadOnlyCollectionOfT to TypeInference.IsGenericInterfaceImpleme...Daniel Grunwald
2013-08-18Converted StaticMethodInvocationToExtensionMethod action to issue.Mike Krüger
2013-08-18Added ReplaceWithFirst/LastOrDefault issue.Mike Krüger
2013-08-17Added 'CanBeReplacedWithTryCastAndCheckForNullIssue' / Added some APIsMike Krüger