4402 Commits (ef866040b4b65d049e7c6b3b95e192f25e89e80d)
 

Author SHA1 Message Date
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
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
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
Siegfried Pammer a66cea8ef6 Add Span<T>, ReadOnlySpan<T> and Memory<T> to KnownTypeCode. 7 years ago
Siegfried Pammer cd2896e3e9 Fix MethodToString and TypeToString output for generic types and methods in base Language implementation. 7 years ago
Siegfried Pammer e7b2568ee0 Fix #1257: assemblyResolver is null when using ilspycmd with the "--program" modifier 7 years ago
Siegfried Pammer fc717be0d8 Fix typo in YieldReturnDecompiler 7 years ago
Siegfried Pammer 041557758d Fix #1248: Exception on load (from VS) after updating to 4.0 beta 1 7 years ago
Siegfried Pammer 34f7fe3341 Add CreateCecilObjectModel extension method as helper for plugin developers. 7 years ago
Siegfried Pammer 9e0c7ae9c8 Use Mono.Cecil instead of DiaSymReader to read classic PDB files. 7 years ago
Siegfried Pammer a9c1b9d515 Fix #1250: Missing enum to int cast in object initializer 7 years ago
Siegfried Pammer 1bb09bbac3
Merge pull request #1253 from siegfriedpammer/issue1251-fix 7 years ago
Siegfried Pammer 1dcae5bff8 Extend HandleCall to NewObj instructions as well. 7 years ago