4570 Commits (6a2eab2a527272bb45dcbb4e99bcfba17b21350f)
 

Author SHA1 Message Date
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
Siegfried Pammer a4a1d0cee0 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into cs73-stackalloc-initializers 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 5f699c4236 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into cs73-stackalloc-initializers 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
kmatyaszek f45dcf0e62 #1284: Add new option "Show IL code" to ICSharpCode.Decompiler.Console 7 years ago
Siegfried Pammer 6545fb3c8d Fix #1264: Always show 'Open containing folder' 7 years ago
Siegfried Pammer 4dd51f9d3c Fix #1263: Show the file path in tooltip when searching 7 years ago
Siegfried Pammer 6719dacabd Fix #1279: Event fields in object initializers 7 years ago
Eugene 57cea66ee1 Fix new line 7 years ago
Eugene a80672ba42 Change rules for VisitUnboxAny & fix issue https://github.com/icsharpcode/ILSpy/issues/1256 7 years ago
Siegfried Pammer 51ab9a7b99 Fix NRE in AnalyzerScope.GetTypesInScope 7 years ago
Siegfried Pammer d5a2b893e9 Fix ReadCodeMappingInfo for lambdas compiled with mcs. 7 years ago
Siegfried Pammer 65cf13ce27 Fix #1270: Bad decompilation of mcs switch-on-string 7 years ago
Chicken-Bones 481e05eabb Better shortcircuit detection to avoid single condition switch statements 7 years ago
Chicken-Bones d8244e347b Select outer-loop continue branches as break targets for switches in nested loops 7 years ago
Chicken-Bones 9f21e6a2b2 Increase max values per switch section 7 years ago
Chicken-Bones eed337c12e Remove dead code when unreachable condition blocks are consumed by SwitchDetection 7 years ago
Chicken-Bones d86f4b4132 Prefer simple if statements over switch with single case block 7 years ago
Chicken-Bones 52a279f861 Restore HighLevelLoopTransform pattern match for loop contents within if body 7 years ago
Chicken-Bones 7017d998d0 Improve switch decompilation in loops via early detection of continue blocks. 7 years ago
Chicken-Bones 1a021635cc Fix detection of switch statements with cases containing a single break; 7 years ago
Chicken-Bones cb4fa90545 Add IL ordering based hint to UseCSharpSwitch 7 years ago
Chicken-Bones 62b2ad4f8d Improve UseCSharpSwitch to reduce over-aggressive use of switch producing poor quality code. 7 years ago
Chicken-Bones 9a3914fca9 Handle roslyn generated sub instructions in partitioned C# switch statements 7 years ago
Christoph Wille 3fb25e543b Update frontends for Beta 2 7 years ago
Siegfried Pammer ff7cec31ba Set VersionName = 'beta2' 7 years ago
Siegfried Pammer 7a58b8e6d5 Fix #1257 for GetDecompiledProjectCmdlet 7 years ago
Siegfried Pammer 728d7c1442 Remove references to non-existent Rebracer.xml and apply .editorconfig formatting to projects in Frontends.sln. 7 years ago
Siegfried Pammer cf1d05042f Add detection of local functions, so we do not hide the methods/display classes. 7 years ago