5062 Commits (5177c56d88c37a29565ded2bc590d2253fd72344)
 

Author SHA1 Message Date
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
Siegfried Pammer 6f5284c4ae WholeProjectDecompiler: Add <Prefer32Bit>True</Prefer32Bit>, if CorFlags.Prefers32Bit is set. 6 years ago
Siegfried Pammer 6c8a55a0af Fix #1467: Update WholeProjectDecompiler.GetPlatformName to match Language.GetPlatformDisplayName 6 years ago
Daniel Grunwald fc6cef7081 Fix roundtrip tests. 6 years ago
Daniel Grunwald 3806610d0a GetMinimumRequiredVersion(): Add case for C# 8.0 6 years ago
Daniel Grunwald b7a3c8d640 Fix #1442: Allow "dynamic?" in the type system. 6 years ago
Daniel Grunwald 8d99af14c5 Add support for 'ref readonly' return type. 6 years ago
Daniel Grunwald 416425b681 Readonly struct method calls on readonly lvalues don't generate temporaries. 6 years ago
MCpiroman c5465c7b68 Make ShowApiLevel affect search 6 years ago
MCpiroman 89aaa9a030 Refactor searching 6 years ago
Siegfried Pammer 663ba0c5a8 Fix build. 6 years ago
Siegfried Pammer 61b170463e Add missing files. 6 years ago