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-27ConsistencyCheck: Ensure mscorlib is added to the compilation (MSBuild doesn'...Daniel Grunwald
2014-06-27Merge several bugfixes from SharpDevelop repository to NRefactory.Daniel Grunwald
2014-03-04Fix #385 - Can't resolve indexer with protected access modifierDaniel Grunwald
2013-12-25Merge NRefactory changes from the SharpDevelop repository.Daniel Grunwald
2013-11-07Merge changes from SharpDevelop repository to NRefactory.Daniel Grunwald
2013-11-06Add some failing unit tests (issues #118 and #188)Daniel Grunwald
2013-08-26Fixed some compiler warnings.Mike Krüger
2013-08-02Fix crash in resolver when trying to resolve the warning-id PrimitiveExpressi...Daniel Grunwald
2013-07-25Add some unit tests.Daniel Grunwald
2013-06-22Use AssemblyLoader.Create() in demo app.Daniel Grunwald
2013-06-13Rename EntityType -> SymbolKindDaniel Grunwald
2013-06-11[build] Fix the OutputPath propertiesAlan McGovern
2013-05-08AXmlReader: Fix handling of XML namespaces and CDATA.Daniel Grunwald
2013-05-08Fix handling of empty elements in AXmlReader; and add support for comments.Daniel Grunwald
2013-03-19Add year to license headers.Daniel Grunwald
2013-02-21Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unn...Daniel Grunwald
2013-01-05Add consistency check that mutates the AST and checks if pattern matching fin...Daniel Grunwald
2013-01-05Fix pattern matching for ComposedType.BaseType.Daniel Grunwald
2012-12-07Both semicolon and comma are valid separators.Daniel Grunwald
2012-08-08Update solution-loading logic in ConsistencyCheck.Daniel Grunwald
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-07-31Simplify parser API.Daniel Grunwald
2012-07-31Implemented explicit conversions - invalid casts now resolve to Conversion.None.Daniel Grunwald
2012-07-31Rename 'cu' to 'syntaxTree'.Daniel Grunwald
2012-07-30Rename CompilationUnit to SyntaxTree.Daniel Grunwald
2012-07-29Optimized the AstNode.Descendants property.Daniel Grunwald
2012-07-29Add visitor benchmark.Daniel Grunwald
2012-07-28Add project configurations for .NET 4.5.Daniel Grunwald
2012-07-01Fixed resolving compile-time operations on enum types with an underlying type...Daniel Grunwald
2012-07-01Allow multiple occurrences of UnknownError.Daniel Grunwald
2012-06-22Add CompilerSettings class instead of using the one from Mono.CSharp.Daniel Grunwald
2012-06-21CSharpAstResolver: don't return the same ResolveResult for two different nodes.Daniel Grunwald
2012-06-16Add IType.GetAccessors().Daniel Grunwald
2012-06-06Simplify API for retrieving compiler errors/warnings.Daniel Grunwald
2012-05-18Fixed some issues resolving members.Daniel Grunwald
2012-05-18Implemented IUnresolvedMember.Resolve().Daniel Grunwald
2012-05-16Fix icsharpcode/NRefactory#32: ResolveResult for anonymous type creationDaniel Grunwald
2012-05-16CSharpAstResolver now can resolve type members even when no parsedFile is spe...Daniel Grunwald
2012-04-13Added formatting factory - formatting options should be created withMike Krüger
2012-04-03Fix build of NR.ConsistencyCheck.Daniel Grunwald
2012-03-16Documentation update.Daniel Grunwald
2012-03-15Fixed bug in CSharpAstResolver.GetExpectedType().Daniel Grunwald
2012-03-11Add StringBuilderDocument to NR.Editor.Daniel Grunwald
2012-02-23Add AXmlObject.CreateReader() method.Daniel Grunwald
2012-02-23* ICSharpCode.NRefactory.csproj:Mike Krüger
2012-02-21Put properly nested elements into AXmlElement.Daniel Grunwald
2012-02-21Implemented incremental tag soup parser.Daniel Grunwald
2012-02-20Add consistency check for incremental tag soup parserDaniel Grunwald
2012-02-20Use GlobalAssemblyInfo.cs for all projects.Daniel Grunwald