6213 Commits (4a8cca26a1c590ebcd3cba468784f790a49b169d)
 

Author SHA1 Message Date
Edward Kazuya Carlson 9af5a34991
Update ILSpy.ReadyToRun/ReadyToRunLanguage.cs 5 years ago
plupiman 1afac33a00 fixing debugInfo 5 years ago
plupiman 06519b5cb0 fixing double dictionary entry bug 5 years ago
Daniel Grunwald 2c0554f129 Fix #1963: Support decompiling `calli` instructions into C# 9 function pointer syntax. 5 years ago
Daniel Grunwald 1f2d1660c8 #2023: If blocks are reachable both from within the pinned region and from outside it, clone those blocks. 5 years ago
Daniel Grunwald 15f638af9a Fix decompilation of switch where default section is a leave instruction. 5 years ago
Daniel Grunwald a6e23d1f98 Fix "case null" handling in switch(string) with current Roslyn version (3.7.0-2.final). 5 years ago
Daniel Grunwald 30da0b7525 Add some missing checks to MatchRoslynSwitchOnString 5 years ago
plupiman 7970c2f1b3 merging 5 years ago
Edward Kazuya Carlson 4c733e9c0f
Merge pull request #1 from cshung/public/dev/andrewau/refactoring 5 years ago
Siegfried Pammer a93ac0cc32 Upgrade ILSpy.exe to System.Reflection.Metadata 1.8.1 5 years ago
Daniel Grunwald 4f4ca482be Fix #1950: Fix crash when finallyMethod cannot be found. 5 years ago
Siegfried Pammer d2abce2a7b Fix possible NRE in TransformExpressionTrees.MatchGetTypeFromHandle and related methods 5 years ago
Andrew Au 116b377250 Improving the code 5 years ago
plupiman fd0d89b253 Added UnwindInfo as an optional printout 5 years ago
Christoph Wille e3258bd322 Frontends for P4 5 years ago
Siegfried Pammer 9f0ca09e56 Fix #2033: Wrong place for variable declaration. 5 years ago
Siegfried Pammer 3e4091442d Simplify ExpressionBuilder.ConvertField.IsUnambiguousAccess by renaming it to ExpressionBuilder.ConvertField.IsAmbiguousAccess 5 years ago
Siegfried Pammer 4f6d4a0954 Fix #2037: Try to detect framework type when TargetFrameworkAttribute is missing 5 years ago
Siegfried Pammer 52fce78b46
Merge pull request #2005 from icsharpcode/fix-1981 5 years ago
Siegfried Pammer 6b2e619251 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into fix-1981 5 years ago
Siegfried Pammer be8c83e1a4 Disable Test9 5 years ago
Daniel Grunwald 478db592aa
Merge pull request #1880 from Chicken-Bones/master 5 years ago
Daniel Grunwald 80063e3c15 Fix TDCU's version of copy propagation being too aggressive. 5 years ago
Chicken-Bones da905acc6d Fix logic error in last commit, and ignore fault clauses in ReduceNestingTransform 5 years ago
Chicken-Bones abd9af29c6 Fix failed assertion when encountering a finally block with an unreachable endpoint in ReduceNestingTransform. 5 years ago
Chicken-Bones e0e26a0e77 Fix ReduceNestingTransform when extracting default block of switch in a try container 5 years ago
Siegfried Pammer a2e45f3cdd
Merge pull request #2031 from dymanoid/sdk-style-csproj 5 years ago
dymanoid bfb57da93b Implement project writer for SDK style projects 5 years ago
dymanoid fdef5d11c6 Rearrange project writing logic 5 years ago
dymanoid b492a20442 Move assembly resolution logic to better place 5 years ago
dymanoid a952cda502 Create dedicated namespace for project decompiler 5 years ago
dymanoid 48be6267f3 Replace tuples with value tuples 5 years ago
dymanoid 967aed2667 Add an option for new SDK style project format 5 years ago
Siegfried Pammer 68bac527d1 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into fix-1981 5 years ago
Siegfried Pammer fcc910cb4d Cleanup and refactoring after code review 5 years ago
Siegfried Pammer f5954af953
Merge pull request #2030 from AustinWise/austin/FixMsdnSearchLink 5 years ago
Austin Wise aae304b3db Update links to Microsoft Docs. 5 years ago
Siegfried Pammer b8ef9f5dd1
Merge pull request #2028 from dymanoid/implements-interface-analyzer 5 years ago
dymanoid 8e7774de98 Add interface implementation analyzer and tests 5 years ago
dymanoid e1417bac8b Add Moq mocking library to ILSpy.Tests 5 years ago
dymanoid 211cc7aeae Rename analyzers to reflect their headers 5 years ago
Siegfried Pammer 5f27fd9744 Fix DotNetCorePathFinder not finding assemblies in parent assembly base path. 5 years ago
Siegfried Pammer 0b8824ca84 Fix two small bugs in TDCU 5 years ago
Siegfried Pammer bcd7219535 Adjust CapturedVariables collection in ReplaceDelegateTargetVisitor and in TransformExpressionTrees 5 years ago
Siegfried Pammer 47311949d4 Revert "Fix #2013: Add option to extract self-contained executables (PublishSingleFile)." 5 years ago
Siegfried Pammer a49577ce2d Fix #2020: Mark Modifier Letter (Lm category) characters as printable 5 years ago
Siegfried Pammer 30c8a22ded Fix #1765: Add another pattern of FSM initialization to ReadCodeMappingInfo 5 years ago
Siegfried Pammer 358d677084 #1798: Add more unit tests 5 years ago
Siegfried Pammer 81c8fcf958 Fix #2015: NRE in ConnectionIdRewritePass.DecompileEventMappings 5 years ago