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-07-25Add some unit tests.Daniel Grunwald
2013-06-22Use AssemblyLoader.Create() in demo app.Daniel Grunwald
2013-03-19Add year to license headers.Daniel Grunwald
2013-01-05Add consistency check that mutates the AST and checks if pattern matching fin...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-07-31Implemented explicit conversions - invalid casts now resolve to Conversion.None.Daniel Grunwald
2012-07-30Rename CompilationUnit to SyntaxTree.Daniel Grunwald
2012-07-29Add visitor benchmark.Daniel Grunwald
2012-07-01Fixed resolving compile-time operations on enum types with an underlying type...Daniel Grunwald
2012-05-18Implemented IUnresolvedMember.Resolve().Daniel Grunwald
2012-05-16CSharpAstResolver now can resolve type members even when no parsedFile is spe...Daniel Grunwald
2012-02-23Add AXmlObject.CreateReader() method.Daniel Grunwald
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-19Fixed bugs related to ID strings.Daniel Grunwald
2012-02-15Fix "find references" for method group conversions in delegate creation expre...Daniel Grunwald
2012-02-15Add FindReferencesConsistencyCheck.Daniel Grunwald
2012-02-15CSharpAstResolver: add cancellation supportDaniel Grunwald
2012-02-15Fixed bug in 'BetterConversion' implementation - converting to Func<> delegat...Daniel Grunwald
2012-02-14When copying type parameters into inner classes, re-use the same ITypeParamet...Daniel Grunwald
2012-02-13Add some ToString() overrides for easier debuggingDaniel Grunwald
2012-02-13Add CSharpAstResolver.GetResolverStateAfter() and fixed an issue with the sca...Daniel Grunwald
2012-02-13Fixed the ResolveVisitor scanning logic and several related issues.Daniel Grunwald
2012-01-25Update roundtrip test.Daniel Grunwald
2011-12-09Added ResolverTest to consistency check and fixed some crashing bugs in the r...Daniel Grunwald
2011-12-09Add NRefactory.ConsistencyCheck with round-tripping test.Daniel Grunwald