220 Commits (7d674c929051d3ae98d94d38e09a5bd471bb09c8)

Author SHA1 Message Date
Daniel Grunwald f23eee362a Add .gitattributes and normalize newlines 12 years ago
Siegfried Pammer 74238630cf fix #367 - VB output issues 12 years ago
Siegfried Pammer a52e0b2e64 fix #397 - Incorrect code generated for adding event handler in VB.NET. 12 years ago
Siegfried Pammer 6347c22404 fix #366 13 years ago
Daniel Grunwald d24cb3ff2e Fixed disassembling and decompiling negative zeroes. 13 years ago
Daniel Grunwald 2edcaa2c44 Initial implementation of async/await decompiler. 13 years ago
Daniel Grunwald 5d3a812ac0 Fix NullReferenceException in AstMethodBodyBuilder introduced by the bugfix for #282. 13 years ago
Daniel Grunwald 979f7d018a Traverse the dominator tree in depth-first order when finding conditions. This reduces the number of gotos produced for complex control flow. 13 years ago
Daniel Grunwald e124cbc771 Update to AvalonEdit 4.2.0.8549. 14 years ago
Daniel Grunwald 49c92cfba8 Adjust ILSpy to new NRefactory version. 14 years ago
Daniel Grunwald 09b0db5cd4 Add strong name to all ILSpy assemblies. 14 years ago
Artur Zgodziński f8ee8ae828 simplified switch sections by removing redundant blocks. 14 years ago
Artur Zgodziński 1627337fcc changed formatting of the C# Case statement 14 years ago
Daniel Grunwald f450aca351 C# AST: when setting a string property to null or an empty string, remove the corresponding identifier token. 14 years ago
Daniel Grunwald 81bb822fdb Adjust ILSpy to NRefactory changes. 14 years ago
Siegfried Pammer 7bf95a6f4f fix out parameter output in CSharpToVBConverterVisitor 14 years ago
Siegfried Pammer 31e71509fd remove old files 14 years ago
Siegfried Pammer b940799a95 fix case sensitivity in IsKeyword check 14 years ago
Siegfried Pammer d2b564dca2 fix output of object initializers 14 years ago
Daniel Grunwald f5f1522cfc InsertParenthesesVisitor: insert parenthesis in "(new int[1])[0]" 14 years ago
Siegfried Pammer 9bfb3edc2a add missing space after Case keyword 14 years ago
Siegfried Pammer 6e86570127 corrected spelling of Overrides-modifier; convert virtual to Overridable and override to Overrides 14 years ago
Siegfried Pammer eb7948af70 use Is/IsNot for reference equality checks; add extension attribute for extension methods 14 years ago
Siegfried Pammer 9df1c1c293 remove shared modifier from module members 14 years ago
Siegfried Pammer 918b015f44 convert static classes to modules 14 years ago
Siegfried Pammer d5672db69b fix output of Inherits/Implements clauses 14 years ago
Siegfried Pammer 212b993859 convert increment/decrement operator overloads to op_Increment/op_Decrement methods 14 years ago
Siegfried Pammer 08dfa88aa3 map true/false operator to IsTrue/IsFalse 14 years ago
Siegfried Pammer e1a331170a improve conversion of special characters in string literals 14 years ago
Siegfried Pammer a20a97359d fix bug in checked statement handling 14 years ago
Siegfried Pammer 6418a36780 fix InvalidCastException in For-Next detection 14 years ago
Daniel Grunwald e4fad36341 Mark ICSharpCode.NRefactory.VB as AnyCPU. 14 years ago
Siegfried Pammer 3e009aaa1b add folding 14 years ago
Siegfried Pammer d54c9d5330 implement conversion of attribute targets 14 years ago
Siegfried Pammer 7542cc72bb relicense NR.VB under MIT X11 license 14 years ago
Siegfried Pammer 3526e79db6 implement query expression AST 14 years ago
Siegfried Pammer 9c4b29665d implemented AnonymousObjectCreationExpression 14 years ago
Siegfried Pammer 7d8d3195f0 add EmptyExpression conversion, improve fixed-Statement conversion 14 years ago
Siegfried Pammer a6719771a6 implemented unchecked/checked expression, pointer access and so on 14 years ago
Siegfried Pammer 28e5c76d21 implemented fixed using GCHandle 14 years ago
Siegfried Pammer 71b808dc3d convert C#ˈs undocumented expressions to method calls 14 years ago
Siegfried Pammer 797018f3f3 convert anonymous methods to multiline sub lambdas 14 years ago
Siegfried Pammer 6e7b1d27fb add conversion of DllImports to ExternalMethodDeclarations 14 years ago
Siegfried Pammer e2364cbfc2 convert dtor to Finalize Sub 14 years ago
Siegfried Pammer 3e729ee910 improve conversion of event declarations 14 years ago
Siegfried Pammer e06ddae674 add ContinueStatement 14 years ago
Siegfried Pammer c19010f989 added conversion to VB ForStatement 14 years ago
Siegfried Pammer dd8e2a2a51 started implementation of QueryExpression 14 years ago
Siegfried Pammer 01326a8db6 make AddressOfExpression a UnaryOperatorExpression, move expressions to separate files, implement LambdaExpression 14 years ago
Siegfried Pammer e9982832ae implement GoToStatement 14 years ago