4569 Commits (ea930e025c047094fa68954ba52decf39264fc25)
 

Author SHA1 Message Date
Daniel Grunwald 542e088ceb Fix #1185: assertion with unreachable code in loop detection 7 years ago
Daniel Grunwald c16817ab4e Fix #1186: LoopDetection assertion with unreachable code 7 years ago
Siegfried Pammer 89afa82285 Update ILSpy-tests submodule reference. 7 years ago
Siegfried Pammer e6fa143ef1 Fix #888: [3.0 Preview 1] F# code decompiles to ... unoptimal C# 7 years ago
Daniel Grunwald 2f54eee5db #1195: Fix comparison of object reference with ldc.i4 0. 7 years ago
Daniel Grunwald 79352d18d7 #1195: Remove modopts/modreqs from the type system; they confuse the decompiler. 7 years ago
Siegfried Pammer e2a62d92e6 Add missing assignment in CallBuilder 7 years ago
Siegfried Pammer f65b6d3a35 Fix #1239: ILSpy 3.2 fails StrongName validation 7 years ago
Daniel Grunwald e92201c644
Merge pull request #1236 from ashmind/feature/decimal-constant-improvements 7 years ago
Daniel Grunwald ba0a3af3c4 #1195: Fix several issues decompiling SharpSvn.dll (C++/CLI) 7 years ago
Daniel Grunwald 066da1ea16 Fix #1200: assertion in TransformInlineAssignmentLocal when reconstructed stack slot (after async-await transform) has small integer type. 7 years ago
Siegfried Pammer 09524224ee Show full name for winRT references. 7 years ago
Siegfried Pammer 702302ed35 Fix #1141: Add basic support for resolving winmd files to UniversalAssemblyResolver. 7 years ago
Siegfried Pammer 23bd40caa6 Fix output of assembly name in case of WinRT (winmd) 7 years ago
Siegfried Pammer 3d68da7237 Improve parsing of TargetFramework attribute in UniversalAssemblyResolver. 7 years ago
Siegfried Pammer 1d937bc47f Fix #1237: ILLanguage incorrectly displays modopt types when using short type names 7 years ago
Daniel Grunwald f1d5f9d7ec Fix #1225: Increase file name length limit, and opt into Win10 long path support. 7 years ago
Andrey Shchekin d677f0dcf1 Fixed thread safety issues as per code review comments. 7 years ago
Daniel Grunwald 61698b615d Fix #1232: BadImageFormatException: Invalid SEH header 7 years ago
Daniel Grunwald 8270a93c1a Fix #1233: Fix some crashes on corrupt type references. 7 years ago
Daniel Grunwald f8efc7cf57 #1225: Fix inconsistencies in path handling when decompiling resources. 7 years ago
Daniel Grunwald 99f0841dd6 Fix TypeUtils for modopt types. 7 years ago
Daniel Grunwald b331c59169 Fix #1234: handle exception when a field initial value is not available 7 years ago
Daniel Grunwald 0006330c1a Fix #1235: Insert StackType conversion when filling in Leave target. 7 years ago
Andrey Shchekin d15fe0f254 Fixed bug with decimal optional parameters not being resolved correctly. 7 years ago
Daniel Grunwald dd5845e83d Support short-circuiting operators with dynamic. (e.g. "if (x.A && x.B)" where "x" is dynamic) 7 years ago
Siegfried Pammer 1104b29d26 Fix #1228: SequencePointBuilder: Assertion failed: missing endLocation 7 years ago
Siegfried Pammer 77f4edfba8 Clean up CallBuilder. 7 years ago
Siegfried Pammer 9aca25ae4d Refactor CallBuilder to reduce code duplication. 7 years ago
Siegfried Pammer e92b9fe5e4 Optimize performance of debug builds: only call string.Format, if assertion fails. 7 years ago
Siegfried Pammer c8921dfee6 Fix capacity and size of collections used in BuildArgumentList. 7 years ago
Siegfried Pammer 00a0850978 Refactor CallBuilder, add support for non-trailing named arguments 7 years ago
Siegfried Pammer 3377e93628 Add LangVersion support to WholeProjectDecompiler and add NonTrailingNamedArguments setting. 7 years ago
Siegfried Pammer 82dcc09acf #1083: Add support for optional arguments to constructors and refactor CallBuilder a bit. 7 years ago
Siegfried Pammer 1befc2cd62 #1083: Add support for optional arguments in collection initializers. 7 years ago
Chicken-Bones 5ed5ea0e0f Improve block ordering in ConditionDetection using the ILOffsets of Leave instruction arguments 7 years ago
Daniel Grunwald 9479e8af13 Support overloaded operator &&/||. 7 years ago
Daniel Grunwald aa10f0089a Fix #1226: Use StackType.O for LdLen argument. 7 years ago
Siegfried Pammer 4776331277 Add DecompilerSettings.OptionalArguments 7 years ago
Siegfried Pammer 080506bcbe Add more tests. 7 years ago
Siegfried Pammer d40396a9d7 Fix tests and ignore Caller info attributes in IsOptionalArgument 7 years ago
Siegfried Pammer 88781ddafd Add IAttribute.GetAttribute/IAttribute.HasAttribute extensions 7 years ago
Siegfried Pammer 2d842a596a Add KnownAttribute.CallerMemberName, CallerFilePath and CallerLineNumber 7 years ago
Siegfried Pammer f956e16f58 Add basic support for C# 4 optional arguments. 7 years ago
Christoph Wille 4b5ee09603
Add installation notes 7 years ago
Christoph Wille 76b6c97c66 Update to latest -alpha1 on NuGet.org 7 years ago
Siegfried Pammer b20d4df95b Fix #1231: System.BadImageFormatException: Invalid coded index 7 years ago
Siegfried Pammer af594e46b9 Do not crash on files that contain no managed metadata. 7 years ago
Siegfried Pammer 38247fed2d Fix NRE in SortableGridViewColumn. 7 years ago
Siegfried Pammer 54f130bd91 Simplify signature of DetermineIsIndexer. 7 years ago