681 Commits (eb2f024b8b5662ff24a1eb0db38c410e284f63d8)

Author SHA1 Message Date
Siegfried Pammer 5dfc6132d9 Fix #1443: ProxyCallReplacer replacing non-proxy-calls with arbitrary calls. 6 years ago
Siegfried Pammer 7671ac6fe4 Fix switch on nullable for Roslyn. Ignore switch on bool because it is indistinguishable from if (bool). 6 years ago
Siegfried Pammer d42cf99a8c Fix dynamic transforms because https://github.com/dotnet/roslyn/issues/27800 was fixed. 7 years ago
Daniel Grunwald 72508b5777 Add test for C# 8 nullable reference types; and fix some bugs. 7 years ago
Daniel Grunwald af69c03442 Enable ValueTypes.cs pretty test 7 years ago
Daniel Grunwald 482da77893 Reenable LiftedOperators tests. 7 years ago
Daniel Grunwald 3fac3c07a2 Upgrade Roslyn for tests to 3.0.0-beta3. 7 years ago
Daniel Grunwald be1ef7dca2 Re-generate the IL for test cases with Roslyn 2.10.0. 7 years ago
Siegfried Pammer f05c1bb466 Fix build break; only escape _ if it is a type name. Add basic Discards tests. 7 years ago
Daniel Grunwald d677ee6254 Escape identifier "_" to avoid ambiguities with discard patterns. 7 years ago
Daniel Grunwald 2f35374d7d Support "where T : unmanaged" constraints. 7 years ago
Siegfried Pammer 94cd891609 Add support for ReadOnlySpan<T> initialization pattern. 7 years ago
Siegfried Pammer 545be6d133 Fix CSharpDecompiler.SetNewModifier: follow rules stated in the language specification. 7 years ago
Siegfried Pammer d9b7df637b Apply expression-body transform to indexers as well. 7 years ago
Siegfried Pammer 54ff546221 Fix deactivated Generics pretty tests: remove redundant boxing conversion from is-expressions. 7 years ago
Siegfried Pammer 9437c6e4ad Add basic interface tests. 7 years ago
Siegfried Pammer ccfd3cb789 Add ValueTypes tests from old decompiler. 7 years ago
Siegfried Pammer 72be265c5b Add disabled TypeMembers tests from old decompiler. 7 years ago
Siegfried Pammer cf77457afa Merge IncrementDecrement.cs into CompoundAssignmentTest 7 years ago
Siegfried Pammer 488348e798 Add old MultidimensionalArrays test to pretty test runner. 7 years ago
Siegfried Pammer 2edfac8f99 Rename TypeTests to EnumTests and merge old EnumTests into new pretty tests. 7 years ago
Siegfried Pammer ae8065b1c0 Merge PropertiesAndEvents tests. 7 years ago
Siegfried Pammer 6f3230af48 Add ununsed CustomAttributes test. 7 years ago
Siegfried Pammer 1eb1c0ba67 Add old Generics tests as pretty test. Note that a few test cases are deactivated because we're emitting extra casts. 7 years ago
Daniel Grunwald f6aae1f97d Fix #1386: MoveArrayToPointerToPinnedRegionInit: Only consider the pinned variable uses within the PinnedRegion 7 years ago
Daniel Grunwald da5693e605 Fix #1339: fixed statement not decompiled correctly when pinned variable is reset in finally block 7 years ago
Siegfried Pammer e075a5239c Add ShowTypeParametersForUnboundTypes to TSAB. 7 years ago
Siegfried Pammer deeb603fd7 Fix #1395: do-while loop missing entry-point label. 7 years ago
Siegfried Pammer 2c0f26ca3e Add unit tests 7 years ago
Siegfried Pammer e9cf52d1d5 Fix #1390: Extension methods used in collection initializers were not converted correctly. 7 years ago
Siegfried Pammer 3d5b300602 Improve TransformArrayInitializers: allow default entries at the end of a dimension > 0. 7 years ago
Siegfried Pammer 37a8156dab Fix #1383: NRE in TransformArrayInitializers. 7 years ago
Siegfried Pammer 17f42066a0 Fix #1378: Missing unsafe modifier for static fields 7 years ago
Siegfried Pammer 859872ba8c Fix #1377: Fix IndexOutOfRangeException in TransformArrayInitializers 7 years ago
Siegfried Pammer eb873e65d0 Update InitializerTests after merge. 7 years ago
Siegfried Pammer 2a571bef1a Exclude whole numbers from "constant unfolding" for floating point literals. 7 years ago
Siegfried Pammer 64686b9547 Fix #1336: multi-dimensional array initializers with custom objects not detected. 7 years ago
Siegfried Pammer cbd824b07e Move array initializer tests from correctness to pretty tests, so that misdetections can be spotted. 7 years ago
Siegfried Pammer 5b676f8edb Update WellKnownConstants IL files. 7 years ago
Siegfried Pammer 640964cb0a #1314: do not use special constants, if literal is inside array initializer. 7 years ago
Siegfried Pammer 063c06c9c8 Apply suggestions from code review. 7 years ago
Siegfried Pammer 0c1134f5ed Fix #1356: ExpressionTrees: ref parameter usage not transformed correctly. 7 years ago
Siegfried Pammer 590558883e Fix small regression in initializer tests. 7 years ago
Siegfried Pammer 455d55dc46 Fix #1343: Extend AwaitInCatchTransform to support catch blocks that leave the block container. 7 years ago
Siegfried Pammer 9e71e7fe09 Fix #517: Try to reverse constant folding for double and float expressions containing Math.PI and Math.E as factors. 7 years ago
Siegfried Pammer 77c1dbab8a Fix #1345: Do not construct object initializer, if property or field in access path is not writable. 7 years ago
Daniel Grunwald deb2ceebd8 Fix #970: 'await' decompilation when the awaiter does not implement ICriticalNotifyCompletion 7 years ago
Daniel Grunwald 1cd63f7e5f Update to Roslyn 2.10 for our test cases. 7 years ago
Siegfried Pammer b9f179465d Fix part 1 of #1292: switch on string inside try-block not recognized. 7 years ago
Siegfried Pammer dcaf4e1441 Fix test in opt and roslyn config. 7 years ago