4921 Commits (b42d4963e7be04a23a8039c04c4a7b8534d87bc4)
 

Author SHA1 Message Date
Siegfried Pammer 05a86023e4 Fix #1507: Missing "Overridden By" 6 years ago
Siegfried Pammer 09ea089d8a Fix #1499, fix #1502 6 years ago
Siegfried Pammer 0eacc72af3 Update README.txt 6 years ago
Siegfried Pammer ef42ff8789
Merge pull request #1476 from mcpiroman/issue-1462 6 years ago
Siegfried Pammer 983b7e5280 Add test-case for #1462 6 years ago
Siegfried Pammer b31c9984f2
Update README.md 6 years ago
Siegfried Pammer 8e5d6917eb
Merge pull request #1299 from maikebing/master 6 years ago
MysticBoy b79fa7e018 Extract "Search MSDN" and search through the current language 6 years ago
Siegfried Pammer 418a8da306 Handle TaskCanceledException in RunningSearch.Run 6 years ago
Siegfried Pammer c3fee4bdde Ignore indentation of file 'Resources.Designer.cs' 6 years ago
Siegfried Pammer 2e68ec6c68 Move all resources to ILSpy: We do not want to ship resources inside the decompiler engine assembly. 6 years ago
Siegfried Pammer 186ae4507a Merge branch 'master' of https://github.com/icsharpcode/ILSpy 6 years ago
Siegfried Pammer 59b7e0c986 Include namespaces of all known types used by the decompiler in the required namespaces super-set. 6 years ago
Siegfried Pammer d6144af26d Fix regression introduced by 7553c120a5 6 years ago
Daniel Grunwald 961923f4fd #1499, #1240: Translate pointer arithmetic on managed pointers (ref T) using the System.Runtime.CompilerServices.Unsafe intrinsics 6 years ago
Siegfried Pammer 906f69fd45 #1499: Add missing required parentheses around ref expressions. 6 years ago
Siegfried Pammer 7553c120a5 Fix #1497: do not insert newlines inside string interpolation expressions. 6 years ago
Siegfried Pammer 7a976f197f Fix #1500: anonymous type creation expression cannot have an object initializer. 6 years ago
Siegfried Pammer d0f42fb178 CombineQueryExpressions: Add missing transparent-identifier pattern. 6 years ago
Siegfried Pammer c2b55869cd #1501: IntroduceQueryExpressions.MatchSimpleLambda: Remove hack from the early days of newdecompiler. 6 years ago
Siegfried Pammer 1e3b3090e0 Make RequiredNamespaceCollector an instance 6 years ago
Siegfried Pammer bf72999f36 Fix #1487: Include base types in namespace-set approximation. 6 years ago
Siegfried Pammer ceefac6ddc Fix #1490: NRE in MemberLookup.AddMembers 6 years ago
Siegfried Pammer edcf4931d0 Fix #1489: ArgumentNullException in SwitchOnStringTransform.SimplifyCascadingIfStatements 6 years ago
MysticBoy 04686b2ada Translated the ICSharpCode.Decompiler‘s options and other 6 years ago
MysticBoy 46b03731c0 Merge branch 'master' of https://github.com/icsharpcode/ILSpy 6 years ago
Siegfried Pammer 8dc80583ec #1485: Fix decompilation of TypeAs with Nullable<T> in expression trees 6 years ago
Siegfried Pammer 65dfeb03f7 #1485: Fix indentation bug if member reference expression is not wrapped in invocation expression. 6 years ago
Siegfried Pammer 7befbb659c #1300: Fix resolver bug in DotNetCorePathFinder 6 years ago
Siegfried Pammer 4b5821af5c Fix #1492: Hide/Disable analyzers for const fields/enum members. 6 years ago
Siegfried Pammer 56cb31a01f Fix #1483: Remove Debug.Assert, because we cannot make sure that this holds always. Some records may contain the wrong length information. Nothing we can do about that. 6 years ago
Siegfried Pammer 652d0bf6ee Add workaround for missing Microsoft.VCToolsVersion.default.props file in VS 2019 Preview build image on AppVeyor. 6 years ago
Siegfried Pammer 46ba4fc66a Fix #1480: InvalidOperationException in PortablePdbWriter. 6 years ago
Siegfried Pammer 3abb548e1e Fix #1479: Unable to cast object of type 'System.Int32' to type 'System.Single' 6 years ago
Siegfried Pammer b31d922a82
Merge pull request #1471 from icsharpcode/decompiler-options-rework 6 years ago
Siegfried Pammer 98a0ec9c18 Increase initial size of options dialog. 6 years ago
Siegfried Pammer 6d89c4fbbb Fix #1446: Add indentation options to UI. 6 years ago
Siegfried Pammer 56447a944f Fix #1468: Implement 'Expand using declarations after decompilation' setting. 6 years ago
Siegfried Pammer 4088170f46 #1445: Fix NRE if BAML file is loaded outside of its original context. 6 years ago
MCpiroman 5b41cc2b60
Fix TryUniteEqualityOperandType 6 years ago
MCpiroman ff4812dda8
Fix #1462: Inconsistent enum flag check 6 years ago
Siegfried Pammer 0c163d2750 Align checkbox in DecompilerSettingsPanel 6 years ago
Siegfried Pammer 535814cce4 Remove 'Custom' language version. Unify language settings panels. 6 years ago
Siegfried Pammer b03aa488aa Performance: Cache ChainedConstructorCallILOffset in ILFunction to avoid having to scan the method body in every inlining step. Take a shortcut for static ctors, as there cannot be chained ctor calls in static ctors. 6 years ago
Siegfried Pammer e9370f057c Rework C# decompiler options dialog. 6 years ago
Siegfried Pammer 63646b0ace Fix #1472: Apply ExpressionTransforms after CombineExitsTransform to "canonicalize logic and/or" 6 years ago
Siegfried Pammer 5d5de6e54e
Merge pull request #1464 from MCpiroman/improve-search 6 years ago
Siegfried Pammer 47b4d83633 Keep change settings handlers consistent. 6 years ago
Siegfried Pammer e9c94155e3 Remove TODO about skipping accessors, as this is now handled by CheckVisibility 6 years ago
Daniel Grunwald 2929ae865f Fix #1460: assertion in DataFlowVisitor`1.DebugPoint() with try-fault statement. 6 years ago