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
path: root/doc
AgeCommit message (Collapse)Author
2014-02-03Merge NRefactory changes from SharpDevelopDaniel Grunwald
* Add ICodeContext interface * Fix icsharpcode/SharpDevelop#320: C# Ambience does not escape parameter names
2013-01-05Update NRefactory version number to 5.3.05.3.0Daniel Grunwald
2012-08-03Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the ↵Daniel Grunwald
unresolved type system.
2012-03-16Documentation update.Daniel Grunwald
2012-02-20Add ICSharpCode.NRefactory.Xml.Daniel Grunwald
2012-02-19Add documentation about XML documentation.Daniel Grunwald
2012-01-07Add nuspec.Daniel Grunwald
Changed project settings to produce xml-doc and debug symbols in release configuration.
2011-11-01Type system refactoring: split unresolved/resolved type systems.Daniel Grunwald
2011-08-10Apply license header to unit tests.Daniel Grunwald
Add parser unit tests for ObjectCreateExpression.
2011-03-01Fix some parser issues.Daniel Grunwald
2010-10-09Added CastTests.Daniel Grunwald
Constant folding: fixed implicit conversions and casts to use C# semantics
2010-08-06Add ConstructedType.Daniel Grunwald
2010-07-27Create empty projectDaniel Grunwald