2633 Commits (1a021635ccd6ede669ada056fc12eb7d229e5c87)

Author SHA1 Message Date
Chicken-Bones 1a021635cc Fix detection of switch statements with cases containing a single break; 7 years ago
Chicken-Bones cb4fa90545 Add IL ordering based hint to UseCSharpSwitch 7 years ago
Chicken-Bones 62b2ad4f8d Improve UseCSharpSwitch to reduce over-aggressive use of switch producing poor quality code. 7 years ago
Chicken-Bones 9a3914fca9 Handle roslyn generated sub instructions in partitioned C# switch statements 7 years ago
Siegfried Pammer cf1d05042f Add detection of local functions, so we do not hide the methods/display classes. 7 years ago
Siegfried Pammer a66cea8ef6 Add Span<T>, ReadOnlySpan<T> and Memory<T> to KnownTypeCode. 7 years ago
Siegfried Pammer fc717be0d8 Fix typo in YieldReturnDecompiler 7 years ago
Siegfried Pammer 9e0c7ae9c8 Use Mono.Cecil instead of DiaSymReader to read classic PDB files. 7 years ago
Siegfried Pammer a9c1b9d515 Fix #1250: Missing enum to int cast in object initializer 8 years ago
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