6256 Commits (e998b51f0cf85262dea6f68a0394c1b247cf54e2)
 

Author SHA1 Message Date
文煌 e77f63ad23 update Chinese translation 5 years ago
Daniel Grunwald 9381be2280 #2158: Fix decompilation of arithmetic on managed pointers after ConversionKind.StartGCTracking. 5 years ago
Daniel Grunwald a26a25d689 Fix #2158: Remove PointerType support from CSharpResolver for additions/subtractions. 5 years ago
Daniel Grunwald e8b35a481a Fix #2156: range syntax not being detected correctly in some cases 5 years ago
Siegfried Pammer 813cd1842f #2156: Enforce string type of string.to.int argument. 5 years ago
Siegfried Pammer a7382eacef
Merge pull request #2153 from srutzky/patch-1 5 years ago
Siegfried Pammer 0f5e46336f Fix #2151: Improve performance of Metadata DataGridCell 5 years ago
Siegfried Pammer 41edef710e Fix build. 5 years ago
Siegfried Pammer 0b0a6d94a8 Add support for local function pointers. 5 years ago
Siegfried Pammer 13636c89cc Add support for C# 9: foreach with GetEnumerator extension methods. 5 years ago
Daniel Grunwald 9d590e4c1e
Merge pull request #2150 from icsharpcode/fnptr 5 years ago
Solomon Rutzky d9fa5110e0
Fix "Base of Data" in Optional Header 5 years ago
Andreas Weizel 41e086cb26 Allow AddIn to detect framework of .NET Core assemblies correctly, if they are located in user's .nuget folder 5 years ago
Siegfried Pammer 1b47acfde7 Fix build. 5 years ago
Christoph Wille 914665e067 Update to AvalonEdit 6.1.0-preview1. Fixes #2139. 5 years ago
Siegfried Pammer 9afbcba79a Fix #1796: Use hexadecimal literals with bitwise operators. 5 years ago
Daniel Grunwald 0e1c24464f Fix #2148: Don't attempt to detect `fixed` statement for pinned value types 5 years ago
Daniel Grunwald db11c6debe
Merge pull request #2147 from srutzky/patch-2 5 years ago
Daniel Grunwald 5c6b9897c1 Avoid redundant casts + adjust NoExtensionMethods ugly test. 5 years ago
Daniel Grunwald b8796908f6 Fix some type inference issues with pointer types. 5 years ago
Daniel Grunwald d13a8bb64d Support `ldftn` in the context of a function pointer. 5 years ago
Daniel Grunwald 3831b42197 Properly support `calli` instruction and its interaction with function pointer types. 5 years ago
Daniel Grunwald cabb02b5fd Add support for decoding function pointer types in signatures. 5 years ago
Siegfried Pammer 5d244efab6 Fix #2149: handle uninitialized fields of display classes as variables with HasInitialValue = true. Might happen in obfuscated code. 5 years ago
Siegfried Pammer 68af5c2dd7 #1796: If TSAB.PrintIntegralValuesAsHex is set, do not use special constant fields. 5 years ago
Siegfried Pammer 9950708147 Add missing file header 5 years ago
Solomon Rutzky 5cd228adc4
Fix "DLL Characteristics" meanings in Optional Header 5 years ago
Siegfried Pammer 3dd360dbe1 Fix #2105: Add "parent" methods of FSMs to output in MethodUsedByAnalyzer and MethodVirtualUsedByAnalyzer 5 years ago
Siegfried Pammer f9a016a755 #2105: Display async method instead of FSM method, if C# is selected in the MethodUsedByAnalyzer. 5 years ago
Siegfried Pammer f40b8e777e #2105: Update AnalyzerTreeView to use current language, if it is changed. 5 years ago
Siegfried Pammer 902aca03ff
Merge pull request #2145 from srutzky/patch-1 5 years ago
Solomon Rutzky fc5c28426e
Add flag values to Characteristics list in COFF Header 5 years ago
Solomon Rutzky c8a08b6838
Add flag values to Characteristics list in Optional Header 5 years ago
Siegfried Pammer 549f7fb44d Fix #2143: Missing `this.` qualification in lambda 5 years ago
Siegfried Pammer 04f9603768 Fix #2140: ILSpy 6.2p1 no longer respects "use discards" setting 5 years ago
Daniel Grunwald 754a2f00fc Fix formatting. 5 years ago
Daniel Grunwald 3d10509b1b Add SparseIntegerSwitch option. 5 years ago
Daniel Grunwald 5bd8c69a48 Disable transform for Span<T> initialization from field with RVA if "ArrayInitializers" setting is disabled. 5 years ago
Daniel Grunwald bb99e9668a Fix #2115: Re-introduce the evaluation order bug #2050 when a language version <=C# 5 is selected. 5 years ago
Daniel Grunwald 7f915ad035 Add `OutVarResolveResult` to overload resolution (not yet used by CallBuilder) 5 years ago
Daniel Grunwald c775d3a98f Upgrade Roslyn version used for our tests (from 3.7.0 to 3.8.0-2.final) and adjust NativeInteger attribute decoding. 5 years ago
Daniel Grunwald b035ec1960 Fix #2129: be more flexible about the initialization order for the async state machine. 5 years ago
Siegfried Pammer 19719ee1fb #2109: Skip id ranges with no events 5 years ago
Siegfried Pammer e53fe4fe68 Fix #2106: EventSetter is lost. 5 years ago
Siegfried Pammer 9465054a70 Fix #2109: Add support for IStyleConnector.Connect in BAML decompilation 5 years ago
Siegfried Pammer d8b1f1f8d2 Fix #2039: "Could not convert BlockContainer to single expression" workaround produces uncompilable code - potentially unassigned variables. 5 years ago
Christoph Wille 84ff7209cc Update frontends for 6.2p1 5 years ago
Siegfried Pammer 45d7e06d18
Merge pull request #2135 from srutzky/patch-1 5 years ago
Solomon Rutzky 0b515af53d
Fix "Offset" in Optional Header 5 years ago
Siegfried Pammer 455ee92c3d
Merge pull request #2134 from srutzky/patch-1 5 years ago