877 Commits (a348bbd9680422bd77c4ec1b2e261bdc3e4d961b)
 

Author SHA1 Message Date
Mike Krüger ea6e15c28d Fixed method/operator semicolons. 14 years ago
Mike Krüger ab28842b04 Added base type comma tokens. 14 years ago
Mike Krüger 9b28b2821d Fixed colon / optional commas in type delcarations. 14 years ago
Mike Krüger 96195ac0ef fixed +-1 issue. 14 years ago
Mike Krüger 0ee81980ec * Log.cs: 14 years ago
Mike Krüger bd01cadd93 Fixed parameter comma locations. 14 years ago
Mike Krüger f302311c5a Fixed positioning error. 14 years ago
Daniel Grunwald 02b1e158d4 Fix unit tests after moving CSharpAmbienceTests to different namespace. 14 years ago
Siegfried Pammer e6d84ff111 moved Ambience to NRefactory 14 years ago
Siegfried Pammer 49c5c791fd implement all different members in CSharpAmbience output 14 years ago
Siegfried Pammer 5beb702c2e implement CSharpAmbience for ITypeDefinition 14 years ago
Daniel Grunwald 952696941a Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly) 14 years ago
Daniel Grunwald 2f4f82c72b Merge changes from NRefactory into SharpDevelop newNR branch. 14 years ago
Daniel Grunwald 9de8c14c02 Fixed resolving event declarations. 14 years ago
Daniel Grunwald dfc98609ce Move ICSharpCode.Editor into NRefactory. 14 years ago
Daniel Grunwald b7a17c206e Adjust unit tests to InvocationResolveResult changes. 14 years ago
Daniel Grunwald b5b2408cbc Move NRefactory.CSharp to separate assembly. 14 years ago
Daniel Grunwald e37dc4b6c7 Move ResolveResults to NR.Semantics 14 years ago
Mike Krüger 8e78ca4d3c Use path combine. 14 years ago
Mike Krüger 447558f2c0 Fixed parser test set up for non windows systems. 14 years ago
Daniel Grunwald 611c310eb2 Change IConstantValue API to use ResolveResult. 14 years ago
Daniel Grunwald 6bc485fa1b Merge NRefactory changes from SharpDevelop into NRefactory repository. 14 years ago
Daniel Grunwald ea42e6354b Fix bug that caused the wrong part to be removed from a compound class. 14 years ago
Daniel Grunwald e73c0785e3 Make Find References multi-threaded. 14 years ago
Mike Krüger e7d9bf64e4 Fixed attribute section tests. 14 years ago
Mike Krüger 957c48eede Fixed query expression tests. 14 years ago
Mike Krüger 02fe3e32e5 Fixed array create expression tests. 14 years ago
Daniel Grunwald e926745da6 Fixed resolver bugs that caused unit test errors. 14 years ago
Daniel Grunwald bb0311375c Allow recursive synchronization (e.g. for calling GetTypes() on a single project content while a composite project content is synchronized) 14 years ago
Daniel Grunwald 683d3535b1 Implemented "Find references" 14 years ago
Daniel Grunwald a06110c255 Rename ParsedFile to CSharpParsedFile. 14 years ago
Daniel Grunwald 8885484971 Add IndexOf() method to ITextSource. 14 years ago
Daniel Grunwald be53547366 Merge branch '4.1' into newNR 14 years ago
Daniel Grunwald 558e1585eb Fix resolver crashes 14 years ago
Daniel Grunwald 46676a45fb Add GetInterestingFileNames to FindReferences. 14 years ago
Daniel Grunwald 7f11fe3be0 Fixed bugs that caused some nodes not to be resolved in a "resolve all" run. 14 years ago
Daniel Grunwald 42bc87ba02 Change ResolveVisitor to report the location of conversions. 14 years ago
Daniel Grunwald 4cc64bb9b8 Fixed resolving LINQ group joins. 14 years ago
Daniel Grunwald 5b17740bea Use explicit interface implementation in ResolveVisitor to make it clear what the public API is supposed to be. 14 years ago
Daniel Grunwald f807e6166f TypeSystemAstBuilder: when a type reference cannot be resolved but is a C# type reference, output the original C# code that was used to created the type reference. 14 years ago
Daniel Grunwald 023e13b21d Merge changes from SharpDevelop into the main NRefactory repository. 14 years ago
Daniel Grunwald b193dc91a5 FastSerializer: Add support for 'Fixed Instances', e.g. for serializing object graphs that have references to a singleton. 14 years ago
Daniel Grunwald a5865bdd8e Implemented "Find References". 14 years ago
Daniel Grunwald 33abc64eec Replace AstNode.GetResolvableNodeAt() with the ResolveAtLocation helper class. 14 years ago
Daniel Grunwald a93fd14efb Adjust unit tests and fix bugs introduced by caching. 14 years ago
Daniel Grunwald 2b3d66998b Add ITypeResolveContext.GetKnownTypeDefinition() for efficiently retrieving built-in types. 14 years ago
Daniel Grunwald 8a05ada508 Don't keep the per-using scope and per-type definiton caches around longer than necessary. 14 years ago
Daniel Grunwald ecdf195bde Cache simple name lookups more aggressively. 14 years ago
Daniel Grunwald 50f70415c4 Cache resolved CSharpConstantValue. 14 years ago
Daniel Grunwald 47eb18363e Reuse Conversions instance across multiple files by storing it in the CacheManager. 14 years ago