28 Commits (2e9d137e30feda52bc7247ade2b2b5bdeea14bec)

Author SHA1 Message Date
Daniel Grunwald 6ac9b813e6 Fix nondeterministic VBPretty test failure. 2 weeks ago
Christoph Wille fe9f6db3ee Emit C# 7.1 default literals where the context supplies the type 4 weeks ago
Christoph Wille faee2e29e0 Branch the VBAnonymousTypes fixture for legacy vbc codegen 1 month ago
Siegfried Pammer 247cc1f3ed Declare VB anonymous types that C# anonymous types cannot express 1 month ago
Siegfried Pammer 0f10ee1b9b Add VBPretty fixtures for VB anonymous types and queries 1 month ago
Siegfried Pammer 4c04e01882 Cover virtual, overloaded, and renamed-Implements parameterized properties 2 months ago
Siegfried Pammer 832090c08d Emit parameterized-property accessors as ordinary methods 2 months ago
Siegfried Pammer 4783fe1d34 Add VBPretty spec for VB.NET parameterized properties 2 months ago
Siegfried Pammer 7a8a978963 Add CompilerOptions.UseRoslyn4_14_0 5 months ago
Peter Crabtree e1e16b64f5 dev: Strip BOM mark from text files 1 year ago
Siegfried Pammer ffcd468d22 Fix #1572: parameters of lambdas and local functions are renamed, if there are with names from outer scopes collisions. 2 years ago
ElektroKill 28e9123634
Fix removal of attributes injected by the legacy VB compiler 4 years ago
ElektroKill 8813d254f8
Add VBPretty test case for VB yield return decompilation 4 years ago
ElektroKill 908a85e8a8
Fix using statement formatting 4 years ago
ElektroKill 341074aa58
Extend VBPretty Async test code 4 years ago
ElektroKill 684be5c13a
Fix VBPretty Async test 4 years ago
ElektroKill 02cf1d3fe2
Add unit test 4 years ago
ElektroKill a5febb3e4f
Add support for VB.NET automatic events 4 years ago
Daniel Grunwald f02fc5c50e VB marks lambdas as [SpecialName] 4 years ago
Siegfried Pammer bc5d078feb Fix #1698: Readonly auto properties from VB.NET are not properly decompiled 5 years ago
Siegfried Pammer cc19e9043e Fix #603: Single element arrays should not span multiple lines 6 years ago
Siegfried Pammer 3a7c69e5b9 Fix #2192: Add support for VB.NET delegate construction 6 years ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 6 years ago
Siegfried Pammer 6973dec0ef Fix #1906: RRs for default expressions of primitive types should use the correct constant value. 7 years ago
Daniel Grunwald 832c18f0be Fix #1809: Support VB Select on string. 7 years ago
Daniel Grunwald df13f0ce01 Fix #1605: Inline ref locals more aggressively; this is necessary for VB compound assignments. 7 years ago
Siegfried Pammer 98416b03dd Add VBPrettyTestRunner 9 years ago