25 Commits (c5d3218834cdef63fc2861353524a629a00135be)

Author SHA1 Message Date
Siegfried Pammer ef50a1114f Fix another bug in TranslateObjectAndCollectionInitializer 9 years ago
Siegfried Pammer e0437896be TransformCollectionAndObjectInitializers: Support struct initializers, add more unit tests 9 years ago
Siegfried Pammer 7312654813 Rewrite of TransformCollectionAndObjectInitializers 9 years ago
Daniel Grunwald d8e8171b3c Re-enable foreach pattern 9 years ago
Daniel Grunwald b9b510d225 yield return decompiler: fix yield return in structs; fix local variables in finally block 9 years ago
Daniel Grunwald 904b4e768b Fix decompiling iterator method that consists only of "yield break;". 9 years ago
Daniel Grunwald 7277de6c08 More fixes for yield return decompilation. 9 years ago
Siegfried Pammer 41bcf920d3 Improved handling of captured variables. 10 years ago
Siegfried Pammer f24f1e007e Move correctness tests to single namespace 10 years ago
Daniel Grunwald f0a0ba8ac0 Fix some issues with missing casts for overload resolution and for boxing in attributes. 10 years ago
Daniel Grunwald d0f9b56738 #250: add test case that we box as the correct type 10 years ago
Daniel Grunwald 64bd447db4 Fix #217: cast both sides of reference comparison to object if necessary 10 years ago
Daniel Grunwald d39045981a Add test case for #180. 10 years ago
Daniel Grunwald ed3d4aba9d Run IntroduceExitPoints before loop detection, and let loop detection introduce its own exit points. 10 years ago
Siegfried Pammer 0524b4a353 Remove unused usings in solution; remove dead code; unify namespaces 10 years ago
Siegfried Pammer d8a2d41e83 Added support for ConditionalAttribute 10 years ago
Christoph Wille 1ce8349dd9 Adjust namespaces 10 years ago
Siegfried Pammer 557c5a5051 fix unit test; remove FastSerializer 10 years ago
Daniel Grunwald b558f0c0bd Avoid user-defined operators when reference comparison is desired. 10 years ago
Daniel Grunwald 8d2116dea7 Fix casts to type parameters. 10 years ago
Daniel Grunwald 4eb5e82613 Add a test case that demonstrates that if/switch detection and loop detection interact. 10 years ago
Daniel Grunwald 4a13491ff9 Improve switch simplifcation: combine case section with default block where possible 10 years ago
Daniel Grunwald f55a93011d Fix decompilation of PointerReferenceExpression 10 years ago
Daniel Grunwald 385048f32c Fix stackalloc[] decompilation. 10 years ago
Siegfried Pammer 6c57304684 Reorganize TestRunner-Tests 10 years ago