4437 Commits (64a5da048763868f6115d4953baf6fb6767798be)
 

Author SHA1 Message Date
Daniel Grunwald 64a5da0487 Merge PR #1296: Add ReduceNestingTransform 7 years ago
Daniel Grunwald eea40878bf Update Mono.Cecil and NUnit 7 years ago
Siegfried Pammer 4bba7e4009 Fix #1316: Resources string table is not sorted by name anymore since 3.1 7 years ago
Siegfried Pammer 75c3103450 Suppress warnings in "invalid" test cases. 7 years ago
Siegfried Pammer b18653ba82 Fix #1319: Property name collides with variable name 7 years ago
Siegfried Pammer 112c1c03b8 Fix #1313: Variables names from PDB file not used. 7 years ago
Daniel Grunwald 3cbadb7134 Fix #1301: casts were unnecessarily marked as unchecked 7 years ago
Daniel Grunwald 21040c8bde Don't emit "virtual" modifier in interfaces (C# 8 default interface members). 7 years ago
Daniel Grunwald 0a9df3d373 Fix #1252: Incorrect comparison type for lifted comparisons in expression trees. 7 years ago
Daniel Grunwald 29e69e46ef Revert "#1252: Do not accidentally create casts to object?." 7 years ago
Daniel Grunwald 6a417eab97 #1252: Eliminate more types of redundant casts 7 years ago
Daniel Grunwald 382a78849a
Merge pull request #1295 from Chicken-Bones/switchdetection 7 years ago
Daniel Grunwald 4e9121bd28 Add test case for #1304. 7 years ago
Daniel Grunwald 35a0ee2263 Fix #1309: Decompilation of dynamic casts. 7 years ago
Daniel Grunwald e041454987 Add pretty tests for "yield return" and fix some minor bugs: 7 years ago
Daniel Grunwald b0bc67adb4 Merge branch 'PR1303' 7 years ago
Daniel Grunwald ed631cc7d3 Fix #1307: some of the blocks made unreachable by the yield-return-transform were not deleted 7 years ago
Daniel Grunwald 5d394b7786 Refactor PR #1303 to make the ConvertBranchAfterYieldReturn logic easier to understand 7 years ago
Siegfried Pammer 44aa391a85 Fix bug in CallBuilder. 7 years ago
Siegfried Pammer ee584f3260 Fix bug in string interpolation handling. 7 years ago
Siegfried Pammer c9b74865fc Fix #1281: Fix CallBuilder: use expanded form only if overload resolution allows it. 7 years ago
Siegfried Pammer c9f40a0b1a
Merge pull request #1305 from agametov/agametov-fix-reverse 7 years ago
Siegfried Pammer 055511734a AttributeAppliedToAnalyzer: Ensure that accessors are never returned as results. 7 years ago
Siegfried Pammer 11a58ea937 Simplify builtin attribute handling in AttributeAppliedToAnalyzer after feedback. 7 years ago
Siegfried Pammer 892a4da6cc Fix #1287: Analysis 'applied to' of Attribute not working on special attributes 7 years ago
Siegfried Pammer 175c76ea0b Fix #1297: Clean workpane on deleting last item in treeview 7 years ago
Siegfried Pammer 12122841c6 Fix bug in MetadataMethod.GetAttributes and add tests for PreserveSig in DllImportAttribute and PreserveSigAttribute. 7 years ago
Andreas Weizel 83759eed37 AddIn: Code cleanup. 7 years ago
Andreas Weizel 8c19e64263 Fixed #1302: Visual Studio extension terminates VS instead of starting ILSpy 7 years ago
Rustam Agametov e889420ee8
Update AssemblyListTreeNode.cs 7 years ago
Wenxuan Zhao 3e937cf7cb
Fix delegate in yield return issue for assembly compiled with Mono 7 years ago
Wenxuan Zhao 9228e0102c
Fix yield return for assembly compiled with Mono 7 years ago
Daniel Grunwald ef866040b4 Update to SRM 1.6.0 and Roslyn 2.9. Adjust decompiler to new code pattern used for lifted nullable comparisons. 7 years ago
Daniel Grunwald 12e74daf48 Handle Comp in InferType(). 7 years ago
Siegfried Pammer e418bcc753 Fix default case of ReflectionDisassembler.WriteSimpleValue, bool values were printed incorrectly. 7 years ago
Siegfried Pammer dd5fb5a78b Fix #1282: Decompiling types in non-main modules - should throw a NotSupportedException. 7 years ago
Siegfried Pammer 6da7d8098e Fix #1265: ILSpy doesn't decompile .baml file when reloading assembies - prevent ILSpy from executing decompilation requests with zero tree nodes selected. 7 years ago
Siegfried Pammer 84fadd2ae4 Fix #1261: Sort resources 7 years ago
Chicken-Bones ab9397d099 Add ReduceNestingTransform 7 years ago
Chicken-Bones e9b766d708 Improve persistence of IL offsets through various transforms. 7 years ago
Chicken-Bones bf17423618 Abort SwitchAnalysis on duplicate condition (redundant code) 7 years ago
Daniel Grunwald cfcb73f908 Merge branch 'PR1258' 7 years ago
Daniel Grunwald f4613de2ba Don't match sub.ovf in SwitchAnalysis. 7 years ago
Siegfried Pammer fbb3f230d0 StatementBuilder: do not insert continue statement at end of loop, if it's already present. 7 years ago
Siegfried Pammer 560f6560fc MethodUsedByAnalyzer: add missing newobj instruction to list of supported instructions. 7 years ago
Siegfried Pammer 3606542f5b Fix #1290: Missing ldftn/ldvirtftn usages of methods. 7 years ago
Siegfried Pammer 4f0c2188e7
Merge pull request #1277 from Viridovics/issue-1256 7 years ago
Siegfried Pammer 1f9ea4c348 Adjust output of ICSharpCode.Decompiler.Console ShowIL. Fix #1284. 7 years ago
Siegfried Pammer b680ffdf7b
Merge pull request #1285 from kmatyaszek/master 7 years ago
kmatyaszek 8fd18a1481
#1284 Add il option to README.md 7 years ago