246 Commits (5ae6c44d8c391488e8ca96e10481242c397a72a8)

Author SHA1 Message Date
Daniel Grunwald 418f7090cb Fixed resolving NamedExpressions in anonymous type creation expressions. 14 years ago
Mike Krüger 7dda083aa5 Added name context test suite. 14 years ago
Mike Krüger c453405dcf Updated code completion to the latest type system changes. 14 years ago
Daniel Grunwald 4db74d9da0 Fixed roundtripping of preprocessor directives. 14 years ago
Daniel Grunwald 4ccc313d46 Normalize newlines 14 years ago
Mike Krüger bcde6f1af6 Worked on enum context. 14 years ago
Mike Krüger 7e5380551b Updated mcs/fixed some code completion cases. 14 years ago
Mike Krüger 4376927d99 Renamed file. 14 years ago
Mike Krüger 11a9ce2287 Added context action unit tests. 14 years ago
Mike Krüger 1bc609ff79 Added pre processor "if"/"elif" contexts. 14 years ago
Daniel Grunwald f631199013 Type system refactoring: split unresolved/resolved type systems. 14 years ago
Mike Krüger bf3fdb3659 Added variable statement declaration tests. 14 years ago
Mike Krüger 86b3da295f Added object initializer tests & fixed them. 14 years ago
Mike Krüger b74cfbb11a Added switch context handling. 14 years ago
Mike Krüger ed86963b5a Failed assertions now fail unit tests. 14 years ago
Mike Krüger 0320a66587 Added monodevelop code completion tests. 14 years ago
Daniel Grunwald 0c3d5e06d7 Fix bug in ParameterListComparer: the method signatures "Method<T>(T a)" and "Method<S>(S b)" were considered unequal. 14 years ago
Daniel Grunwald 4d73e48488 Add GetEffectiveBaseClass() and GetEffectiveInterfaceSet() to ITypeParameter, and fixed a bug in DefaultTypeParameter.IsReferenceType(). 14 years ago
Daniel Grunwald 7ff012f1a5 Fixed some issues in the CodeDomConvertVisitor. 14 years ago
Daniel Grunwald fd8f8cf6cb Adjust AST for async/await. 14 years ago
Mike Krüger 64b7dff80c Removed more target framework profiles. 14 years ago
Siegfried Pammer e6d84ff111 moved Ambience to NRefactory 14 years ago
Daniel Grunwald dfc98609ce Move ICSharpCode.Editor into NRefactory. 14 years ago
Daniel Grunwald b5b2408cbc Move NRefactory.CSharp to separate assembly. 14 years ago
Daniel Grunwald 33abc64eec Replace AstNode.GetResolvableNodeAt() with the ResolveAtLocation helper class. 14 years ago
Daniel Grunwald 3fdf0ee6c6 Implemented resolver for LINQ queries. 14 years ago
Daniel Grunwald fb8d152fcf Fixed deserialization of XmlDocumentationProvider. 14 years ago
Daniel Grunwald b1804fd9df Add position-checking unit test to NRefactory. 14 years ago
Daniel Grunwald 12d7961e39 Add SerializationBinder-support to FastSerializer. 14 years ago
Daniel Grunwald 769c0ae2e0 Allow CecilProjectContent to be serialized. Add FastSerializer to NRefactory.Utils. 14 years ago
Daniel Grunwald f79b0a77f3 Resolver: array create expressions 14 years ago
Daniel Grunwald 5c585e110b Apply license header to unit tests. 14 years ago
Daniel Grunwald e17ba7462a Add unit tests for TypeSystemAstBuilder. 14 years ago
Daniel Grunwald a9a6e1680d Add ID string provider + a few resolver bugfixes 14 years ago
Daniel Grunwald fa6afb250a Fix ResolveVisitor.VisitArrayCreateExpression. 14 years ago
Daniel Grunwald 344476efbb Fix contracts. 15 years ago
Daniel Grunwald eb24135e41 Implemented IConstantValue for C#. 15 years ago
Mike Krüger 2e82144ec9 * TypeDeclarationTests.cs: 15 years ago
Daniel Grunwald d022808047 Fixed parsing of enum member declarations. 15 years ago
Mike Krüger c01ba21f1e Converted the unit tests. 15 years ago
Daniel Grunwald 735cb8595e Fix issues in definite assignment analysis. 15 years ago
Daniel Grunwald 41b4385d7c Port NRefactory to .NET 3.5. 15 years ago
Daniel Grunwald a24999d720 Add InsertParenthesesVisitor 15 years ago
Daniel Grunwald 54c454b0f8 Split EventDeclaration in normal one (can declare multiple events) and CustomEventDeclaration (with add/remove blocks, can only declare a single event). 15 years ago
Daniel Grunwald a665e39680 Add lots of resolver unit tests. 15 years ago
Daniel Grunwald b9f9caaa9c Added some unit tests and fixed some bugs. 15 years ago
Daniel Grunwald 88b00cc33e Added a few unit tests. 15 years ago
Daniel Grunwald 3bcab64569 Type inference stuff 15 years ago
Daniel Grunwald 24eb146c74 Add 'CommonTypeInference'. 15 years ago
Daniel Grunwald 6b282eaf3e Add TypeMembers unit tests. 15 years ago