5109 Commits (84b9f1c4f47aa58a89300bdd376f5c90a3f8dcd2)
 

Author SHA1 Message Date
Siegfried Pammer 845d2a61dd CSharpAmbience: add option to hide parameter default values. 7 years ago
Siegfried Pammer c753b65f08 MethodUsedByAnalyzer: Fix detection of usages in expression trees. 7 years ago
Siegfried Pammer 822f3581b3 Add 'open containing folder' and 'open command line here' commands. 7 years ago
Siegfried Pammer 4fab913bf6 Fix #1249: Bug in detection of multiple nested expression trees in query expressions. 7 years ago
Siegfried Pammer 2047923809 Add ShowChildIndexInBlock option to make debugging of larger blocks easier. 7 years ago
Siegfried Pammer d469edbf2a Fix initialization order of destructorBodyPattern and destructorPattern. 7 years ago
Siegfried Pammer 2bcafb8c4f Fix #1247: Empty destructors are not decompiled correctly 7 years ago
Siegfried Pammer f33f26fddd Extend TypeSystem/TypeSystemLoaderTests and CSharpAmbienceTests. 7 years ago
Siegfried Pammer a7ad5990ac CSharpAmbience: Add ConversionFlags.ShowParameterModifiers and ShowTypeParameterVarianceModifier to make labels in ILSpy main tree view more concise. + Added Tests. 7 years ago
Siegfried Pammer 32a1e761f1 Fix build. 7 years ago
Siegfried Pammer bb38046e8b Fix bug in TSAB: readonly and ref modifiers should only be added to structs if ShowModifiers == true. 7 years ago
Siegfried Pammer 7431ffe937 Extend ShowDeclaringType option to nested types. 7 years ago
Siegfried Pammer 23907c8d7d Use IAmbience API in CSharpLanguage. 7 years ago
Siegfried Pammer 08af55aa57 Avoid ITypeDefinition.FullName. Use Name and Namespace separately to avoid string allocation. Reorder checks to improve performance on pattern mismatch. 7 years ago
Siegfried Pammer ebbe25fba7 Apply suggested refactorings on TransformArrayInitializers.cs 7 years ago
Siegfried Pammer e00e7b691a Move memcpy/memset comments before statement. 7 years ago
Siegfried Pammer 772b529d16 Add support for stackalloc initializer pattern that uses initblk. 7 years ago
Siegfried Pammer 8d028b57ec Add test cases. 7 years ago
Siegfried Pammer 057ab82534 Add basic stackalloc initializer transforms. 7 years ago
Siegfried Pammer 2a537fcecb Reorder code in TransformArrayInitializers.cs 7 years ago
Siegfried Pammer b58c356222 Extend StackAllocExpression: Add support for initializers. 7 years ago
Christoph Wille b875efa80c Update nuspec properties for 2nd (beta1-based) test release of .NET Core tool 7 years ago
Christoph Wille 57bd6dd46c Update NuGet packages for frontend projects 7 years ago
Siegfried Pammer 608f94e6da IdStringProvider: Fix handling of generic methods and explicit interface implementations. 7 years ago
Siegfried Pammer 4047c5c159 Add test case for #1224 7 years ago
Siegfried Pammer 5a4d4958c8 Merge branch 'dev/andrewau/1224' of https://github.com/cshung/ILSpy into cshung-dev/andrewau/1224 7 years ago
Siegfried Pammer 0fc5c8b988 Add support for FormattableString patterns. 7 years ago
Siegfried Pammer aa26ea2733 Add CSharpLanguageTests. 7 years ago
Siegfried Pammer 9578bed0ed Add 'in' to DirectionExpression. 7 years ago
Siegfried Pammer 87456ffdfa Fix MetadataParameter.IsRef if TypeSystemOptions.ReadOnlyStructsAndParameters is disabled. 7 years ago
Siegfried Pammer 12008958c7 Add in parameter support to CSharpLanguage. 7 years ago
Siegfried Pammer 9ed65dc780 Add more tests, fix typo. 7 years ago
Andrew Au 9837933e9d Fix issue #1224 7 years ago
Siegfried Pammer 7ef7f1870e Refactor TS representation of ref / readonly structs. Add support for in parameters. 7 years ago
Siegfried Pammer c9391e10da Add "This is a reference assembly" warning to ILSpy. 7 years ago
Siegfried Pammer c14c69b7e2 Add ReferenceAssemblyAttribute to KnownAttributes 7 years ago
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