4414 Commits (44aa391a854652efe70eae0316c07e596a8081d8)
 

Author SHA1 Message Date
Siegfried Pammer 44aa391a85 Fix bug in CallBuilder. 8 years ago
Siegfried Pammer ee584f3260 Fix bug in string interpolation handling. 8 years ago
Siegfried Pammer c9b74865fc Fix #1281: Fix CallBuilder: use expanded form only if overload resolution allows it. 8 years ago
Siegfried Pammer c9f40a0b1a
Merge pull request #1305 from agametov/agametov-fix-reverse 8 years ago
Siegfried Pammer 055511734a AttributeAppliedToAnalyzer: Ensure that accessors are never returned as results. 8 years ago
Siegfried Pammer 11a58ea937 Simplify builtin attribute handling in AttributeAppliedToAnalyzer after feedback. 8 years ago
Siegfried Pammer 892a4da6cc Fix #1287: Analysis 'applied to' of Attribute not working on special attributes 8 years ago
Siegfried Pammer 175c76ea0b Fix #1297: Clean workpane on deleting last item in treeview 8 years ago
Siegfried Pammer 12122841c6 Fix bug in MetadataMethod.GetAttributes and add tests for PreserveSig in DllImportAttribute and PreserveSigAttribute. 8 years ago
Andreas Weizel 83759eed37 AddIn: Code cleanup. 8 years ago
Andreas Weizel 8c19e64263 Fixed #1302: Visual Studio extension terminates VS instead of starting ILSpy 8 years ago
Rustam Agametov e889420ee8
Update AssemblyListTreeNode.cs 8 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. 8 years ago
Daniel Grunwald 12e74daf48 Handle Comp in InferType(). 8 years ago
Siegfried Pammer e418bcc753 Fix default case of ReflectionDisassembler.WriteSimpleValue, bool values were printed incorrectly. 8 years ago
Siegfried Pammer dd5fb5a78b Fix #1282: Decompiling types in non-main modules - should throw a NotSupportedException. 8 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. 8 years ago
Siegfried Pammer 84fadd2ae4 Fix #1261: Sort resources 8 years ago
Daniel Grunwald cfcb73f908 Merge branch 'PR1258' 8 years ago
Daniel Grunwald f4613de2ba Don't match sub.ovf in SwitchAnalysis. 8 years ago
Siegfried Pammer fbb3f230d0 StatementBuilder: do not insert continue statement at end of loop, if it's already present. 8 years ago
Siegfried Pammer 560f6560fc MethodUsedByAnalyzer: add missing newobj instruction to list of supported instructions. 8 years ago
Siegfried Pammer 3606542f5b Fix #1290: Missing ldftn/ldvirtftn usages of methods. 8 years ago
Siegfried Pammer 4f0c2188e7
Merge pull request #1277 from Viridovics/issue-1256 8 years ago
Siegfried Pammer 1f9ea4c348 Adjust output of ICSharpCode.Decompiler.Console ShowIL. Fix #1284. 8 years ago
Siegfried Pammer b680ffdf7b
Merge pull request #1285 from kmatyaszek/master 8 years ago
kmatyaszek 8fd18a1481
#1284 Add il option to README.md 8 years ago
kmatyaszek f45dcf0e62 #1284: Add new option "Show IL code" to ICSharpCode.Decompiler.Console 8 years ago
Siegfried Pammer 6545fb3c8d Fix #1264: Always show 'Open containing folder' 8 years ago
Siegfried Pammer 4dd51f9d3c Fix #1263: Show the file path in tooltip when searching 8 years ago
Siegfried Pammer 6719dacabd Fix #1279: Event fields in object initializers 8 years ago
Eugene 57cea66ee1 Fix new line 8 years ago
Eugene a80672ba42 Change rules for VisitUnboxAny & fix issue https://github.com/icsharpcode/ILSpy/issues/1256 8 years ago
Siegfried Pammer 51ab9a7b99 Fix NRE in AnalyzerScope.GetTypesInScope 8 years ago
Siegfried Pammer d5a2b893e9 Fix ReadCodeMappingInfo for lambdas compiled with mcs. 8 years ago
Siegfried Pammer 65cf13ce27 Fix #1270: Bad decompilation of mcs switch-on-string 8 years ago
Chicken-Bones 481e05eabb Better shortcircuit detection to avoid single condition switch statements 8 years ago
Chicken-Bones d8244e347b Select outer-loop continue branches as break targets for switches in nested loops 8 years ago
Chicken-Bones 9f21e6a2b2 Increase max values per switch section 8 years ago
Chicken-Bones eed337c12e Remove dead code when unreachable condition blocks are consumed by SwitchDetection 8 years ago
Chicken-Bones d86f4b4132 Prefer simple if statements over switch with single case block 8 years ago
Chicken-Bones 52a279f861 Restore HighLevelLoopTransform pattern match for loop contents within if body 8 years ago
Chicken-Bones 7017d998d0 Improve switch decompilation in loops via early detection of continue blocks. 8 years ago
Chicken-Bones 1a021635cc Fix detection of switch statements with cases containing a single break; 8 years ago
Chicken-Bones cb4fa90545 Add IL ordering based hint to UseCSharpSwitch 8 years ago
Chicken-Bones 62b2ad4f8d Improve UseCSharpSwitch to reduce over-aggressive use of switch producing poor quality code. 8 years ago
Chicken-Bones 9a3914fca9 Handle roslyn generated sub instructions in partitioned C# switch statements 8 years ago
Christoph Wille 3fb25e543b Update frontends for Beta 2 8 years ago
Siegfried Pammer ff7cec31ba Set VersionName = 'beta2' 8 years ago
Siegfried Pammer 7a58b8e6d5 Fix #1257 for GetDecompiledProjectCmdlet 8 years ago