2624 Commits (1bb09bbac3c6395201b64a860428dd0de2907e36)

Author SHA1 Message Date
Siegfried Pammer 1dcae5bff8 Extend HandleCall to NewObj instructions as well. 8 years ago
Siegfried Pammer 71441786eb Fix #1254: Assert in Transforms.IntroduceUsingDeclarations.Run - using left tree navigation 8 years ago
Siegfried Pammer b701bed2ff SplitVariables: analyze address usage in virtual calls as well. Treat them the same as call instructions. 8 years ago
Siegfried Pammer 27b075ae7a #1252: Do not accidentally create casts to object?. 8 years ago
Siegfried Pammer 845d2a61dd CSharpAmbience: add option to hide parameter default values. 8 years ago
Siegfried Pammer 4fab913bf6 Fix #1249: Bug in detection of multiple nested expression trees in query expressions. 8 years ago
Siegfried Pammer 2047923809 Add ShowChildIndexInBlock option to make debugging of larger blocks easier. 8 years ago
Siegfried Pammer d469edbf2a Fix initialization order of destructorBodyPattern and destructorPattern. 8 years ago
Siegfried Pammer 2bcafb8c4f Fix #1247: Empty destructors are not decompiled correctly 8 years ago
Siegfried Pammer f33f26fddd Extend TypeSystem/TypeSystemLoaderTests and CSharpAmbienceTests. 8 years ago
Siegfried Pammer a7ad5990ac CSharpAmbience: Add ConversionFlags.ShowParameterModifiers and ShowTypeParameterVarianceModifier to make labels in ILSpy main tree view more concise. + Added Tests. 8 years ago
Siegfried Pammer bb38046e8b Fix bug in TSAB: readonly and ref modifiers should only be added to structs if ShowModifiers == true. 8 years ago
Siegfried Pammer 7431ffe937 Extend ShowDeclaringType option to nested types. 8 years ago
Siegfried Pammer 23907c8d7d Use IAmbience API in CSharpLanguage. 8 years ago
Siegfried Pammer 608f94e6da IdStringProvider: Fix handling of generic methods and explicit interface implementations. 8 years ago
Siegfried Pammer 0fc5c8b988 Add support for FormattableString patterns. 8 years ago
Siegfried Pammer 9578bed0ed Add 'in' to DirectionExpression. 8 years ago
Siegfried Pammer 87456ffdfa Fix MetadataParameter.IsRef if TypeSystemOptions.ReadOnlyStructsAndParameters is disabled. 8 years ago
Siegfried Pammer 9ed65dc780 Add more tests, fix typo. 8 years ago
Andrew Au 9837933e9d Fix issue #1224 8 years ago
Siegfried Pammer 7ef7f1870e Refactor TS representation of ref / readonly structs. Add support for in parameters. 8 years ago
Siegfried Pammer c9391e10da Add "This is a reference assembly" warning to ILSpy. 8 years ago
Siegfried Pammer c14c69b7e2 Add ReferenceAssemblyAttribute to KnownAttributes 8 years ago
Daniel Grunwald 542e088ceb Fix #1185: assertion with unreachable code in loop detection 8 years ago
Daniel Grunwald c16817ab4e Fix #1186: LoopDetection assertion with unreachable code 8 years ago
Daniel Grunwald 2f54eee5db #1195: Fix comparison of object reference with ldc.i4 0. 8 years ago
Daniel Grunwald 79352d18d7 #1195: Remove modopts/modreqs from the type system; they confuse the decompiler. 8 years ago
Siegfried Pammer e2a62d92e6 Add missing assignment in CallBuilder 8 years ago
Daniel Grunwald ba0a3af3c4 #1195: Fix several issues decompiling SharpSvn.dll (C++/CLI) 8 years ago
Daniel Grunwald 066da1ea16 Fix #1200: assertion in TransformInlineAssignmentLocal when reconstructed stack slot (after async-await transform) has small integer type. 8 years ago
Siegfried Pammer 702302ed35 Fix #1141: Add basic support for resolving winmd files to UniversalAssemblyResolver. 8 years ago
Siegfried Pammer 3d68da7237 Improve parsing of TargetFramework attribute in UniversalAssemblyResolver. 8 years ago
Siegfried Pammer 1d937bc47f Fix #1237: ILLanguage incorrectly displays modopt types when using short type names 8 years ago
Daniel Grunwald f1d5f9d7ec Fix #1225: Increase file name length limit, and opt into Win10 long path support. 8 years ago
Andrey Shchekin d677f0dcf1 Fixed thread safety issues as per code review comments. 8 years ago
Daniel Grunwald 61698b615d Fix #1232: BadImageFormatException: Invalid SEH header 8 years ago
Daniel Grunwald 8270a93c1a Fix #1233: Fix some crashes on corrupt type references. 8 years ago
Daniel Grunwald f8efc7cf57 #1225: Fix inconsistencies in path handling when decompiling resources. 8 years ago
Daniel Grunwald 99f0841dd6 Fix TypeUtils for modopt types. 8 years ago
Daniel Grunwald b331c59169 Fix #1234: handle exception when a field initial value is not available 8 years ago
Daniel Grunwald 0006330c1a Fix #1235: Insert StackType conversion when filling in Leave target. 8 years ago
Andrey Shchekin d15fe0f254 Fixed bug with decimal optional parameters not being resolved correctly. 8 years ago
Daniel Grunwald dd5845e83d Support short-circuiting operators with dynamic. (e.g. "if (x.A && x.B)" where "x" is dynamic) 8 years ago
Siegfried Pammer 1104b29d26 Fix #1228: SequencePointBuilder: Assertion failed: missing endLocation 8 years ago
Siegfried Pammer 77f4edfba8 Clean up CallBuilder. 8 years ago
Siegfried Pammer 9aca25ae4d Refactor CallBuilder to reduce code duplication. 8 years ago
Siegfried Pammer e92b9fe5e4 Optimize performance of debug builds: only call string.Format, if assertion fails. 8 years ago
Siegfried Pammer c8921dfee6 Fix capacity and size of collections used in BuildArgumentList. 8 years ago
Siegfried Pammer 00a0850978 Refactor CallBuilder, add support for non-trailing named arguments 8 years ago
Siegfried Pammer 3377e93628 Add LangVersion support to WholeProjectDecompiler and add NonTrailingNamedArguments setting. 8 years ago