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-01-05Update NRefactory version number to 5.3.05.3.0Daniel Grunwald
2013-01-05Un-ignore some tests that were fixedDaniel Grunwald
2013-01-05Insert after last using instead of inserting before namespace declaration.Daniel Grunwald
2013-01-05Fixed issues with control flow analysis on incomplete AST.Daniel Grunwald
2013-01-05C# parser: preserve order of constraintsDaniel Grunwald
2013-01-04Fixed try catch statement position + failing test.Mike Krüger
2013-01-04Add "add using" context action.Daniel Grunwald
2013-01-04Merge pull request #132 from erik-kallen/decimal-constant-bugDaniel Grunwald
2013-01-03Merge pull request #128 from erik-kallen/await-csharp5-finalDaniel Grunwald
2013-01-03Fix InvalidCastException in InconsistentNamingIssue.Daniel Grunwald
2013-01-03Copy over some fixes from SD5.Daniel Grunwald
2013-01-02Fix incorrect XmlDoc commentDaniel Grunwald
2013-01-02DefaultSolutionSnapshot.AddCompilation now registers the project content for ...Daniel Grunwald
2013-01-02[CodeCompletion] Fixed variable hiding bug.Mike Krüger
2013-01-02[CodeCompletion] Added async to the type level keywords.Mike Krüger
2013-01-02[Completion] Added missing async/await keywords.Mike Krüger
2013-01-02[CodeCompletion] Completion engine now can generate import completionMike Krüger
2012-12-31Fixed completion bug.Mike Krüger
2012-12-31[Formatting] Fixed space within empty parentheses options.Mike Krüger
2012-12-31[CodeAction] Fixed bug in implement interface action.Mike Krüger
2012-12-31Fixed completion bug.Mike Krüger
2012-12-11[CodeActions] Extract method now works with comments.Mike Krüger
2012-12-10CecilLoader: Import fields with a DecimalConstantAttribute as 'const'Erik Källén
2012-12-09Test demonstrating that a const field of type decimal is not considered const...Erik Källén
2012-12-07Add Import() extension method for INamespaceDaniel Grunwald
2012-12-07Both semicolon and comma are valid separators.Daniel Grunwald
2012-12-07[Formatting] Worked on C# indent engine.Mike Krüger
2012-12-06[Formatter] Worked on a indent engine.Mike Krüger
2012-12-04[Completion] Added missing extern aliases to the completion list.Mike Krüger
2012-12-03[CodeCompletion] Fixed code completion bug.mkrueger
2012-12-03[CodeIssues] Did some performance optimizations of themkrueger
2012-11-29[Completion] Fixed completion bug.mkrueger
2012-11-29Fixed some compiler warnings.Mike Krüger
2012-11-28Fixed declaration begin for partial methods.Mike Krüger
2012-11-28[CodeCompletion] Fix bug with pre processor directives.Mike Krüger
2012-11-07Fixed await with generic awaiter types.Erik Källén
2012-11-07[Resolver] Local resolve result no longer returns a constant value forMike Krüger
2012-11-07Fixed orderby keyword.Mike Krüger
2012-11-07Ignored failing test.Mike Krüger
2012-11-07Updated mcs.Mike Krüger
2012-11-06[CodeIssues] Disabled AccessToXXXClosureIssue for now because ofMike Krüger
2012-11-06[CodeIssues] CallToVirtualFunctionFromConstructorIssue doesn't need toMike Krüger
2012-11-05[CodeIssues] Speed up inconsistent naming issue.Mike Krüger
2012-11-01Removed new line after generated category comment.Mike Krüger
2012-11-01[CodeActions] Added new property to improve the user experience byMike Krüger
2012-11-01[CodeAction] Improved create event invocator action.Mike Krüger
2012-11-01Improved type category comparison (was messed up with extensionMike Krüger
2012-10-31Revert "[TypeSystem] Added a method to get only defined members with a filter"Mike Krüger
2012-10-31Revert "Fix build."Mike Krüger
2012-10-31Fixed possible upcast exception.Mike Krüger