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
2013-08-15Preparing to handle try finally statementsLuís Reis
2013-06-18Fixed internals visible to attribute for the assembly loaders.Mike Krüger
2013-06-18Moved Cecil & IKVM assembly loader to their own projects.Mike Krüger
2013-03-19Add year to license headers.Daniel Grunwald
2013-01-06Merge some bugfixes from SharpDevelop to NRefactory.Daniel Grunwald
2012-10-08[Utils] Improve error handling in CompositeFormatStringParser.Simon Lindgren
2012-10-04Fix InvalidCastException on invalid compile-time constant casts.Daniel Grunwald
2012-09-10NRefactory changes from SharpDevelop: add IDocument.FileName and IAssembly.Fu...Daniel Grunwald
2012-09-07Add a mechanism to the FastSerializer that allows us to invalidate cached pro...Daniel Grunwald
2012-08-21Merge branch 'master' into simonlSimon Lindgren
2012-08-16Set NET_4_0 preprocessor symbol for mcs.Daniel Grunwald
2012-07-30Merge remote-tracking branch 'upstream/master' into simonlSimon Lindgren
2012-07-28Add failing unit test for CompilationUnit.ConditionalSymbols.Daniel Grunwald
2012-07-28Add project configurations for .NET 4.5.Daniel Grunwald
2012-07-28Add ITypeDefinition.GetInterfaceImplementation().Daniel Grunwald
2012-07-19[Utils] Don't allow escape sequences in numeric fields of format items.Simon Lindgren
2012-07-07[Utils] CompositeFormatStringParser: More error handling + refactoring of the...Simon Lindgren
2012-07-07[Utils] CompositeFormatStringParser: Handle unclosed format items betterSimon Lindgren
2012-07-06[Utils] Make CompositeFormatStringParser.Parse() wrap the segments in a class...Simon Lindgren
2012-07-05[Utils] Add more error checks to CompositeFormatStringParser.Simon Lindgren
2012-07-05[Utils] Some CompositeFormatStringParser cleanups.Simon Lindgren
2012-07-05[Utils] More error handling in CompositeFormatStringParser.Simon Lindgren
2012-07-05[Utils] Add lots of error checks to CompositeFormatStringParser.Simon Lindgren
2012-07-04[Utils] Add CompositeFormatStringParser and related classes.Simon Lindgren
2012-04-02[FastSerializer] Added bugfix from Marek Safar.Mike Krüger
2012-03-20Add support for IReadOnlyList<T>.Daniel Grunwald
2012-03-20Replace LazyInit.ReadBarrier() with LazyInit.VolatileRead().Daniel Grunwald
2012-03-11Add StringBuilderDocument to NR.Editor.Daniel Grunwald
2012-03-11DocumentScript bugfixes.Daniel Grunwald
2012-03-09Fixed some FxCop warnings.Daniel Grunwald
2012-02-23DefaultResolvedTypeDefinition: lazily initialize the list of members.Daniel Grunwald
2012-02-21Implemented incremental tag soup parser.Daniel Grunwald
2012-02-16Remove the thread-local cache; it seems to cause massive memory leaks.Daniel Grunwald
2011-12-23Remove some dead code.Daniel Grunwald
2011-11-25Fixed bug when resolving base constructor calls.Daniel Grunwald
2011-11-10C# Type System implementationDaniel Grunwald
2011-11-01Type system refactoring: split unresolved/resolved type systems.Daniel Grunwald
2011-10-07Fix infinite recursion when resolving the base type of "class Test : Test.Bas...Daniel Grunwald
2011-09-03Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharp...Daniel Grunwald
2011-09-03Move NRefactory.CSharp to separate assembly.Daniel Grunwald
2011-08-27FastSerializer: Add support for 'Fixed Instances', e.g. for serializing objec...Daniel Grunwald
2011-08-27Implemented "Find References".Daniel Grunwald
2011-08-26Reuse Conversions instance across multiple files by storing it in the CacheMa...Daniel Grunwald
2011-08-26Cache resolved SimpleTypeOrNamespaceReference/MemberTypeOrNamespaceReference,...Daniel Grunwald
2011-08-22Fix crash when serializing SimpleProjectContent.Daniel Grunwald
2011-08-17Add SerializationBinder-support to FastSerializer.Daniel Grunwald
2011-08-16Fix build for NRefactory.VB.Daniel Grunwald
2011-08-15Allow CecilProjectContent to be serialized. Add FastSerializer to NRefactory....Daniel Grunwald
2011-08-11Add GetMemberOptions.Daniel Grunwald
2011-08-08Put MIT license into the file headers.Daniel Grunwald