5109 Commits (84b9f1c4f47aa58a89300bdd376f5c90a3f8dcd2)
 

Author SHA1 Message Date
Siegfried Pammer 982c71efb2 Fix implementation of CallBuilder.IsOptionalArgument by converting the ResolveResult to the parameter type. 7 years ago
Siegfried Pammer 4bba7e4009 Fix #1316: Resources string table is not sorted by name anymore since 3.1 7 years ago
Siegfried Pammer 75c3103450 Suppress warnings in "invalid" test cases. 7 years ago
Siegfried Pammer b18653ba82 Fix #1319: Property name collides with variable name 7 years ago
Siegfried Pammer 112c1c03b8 Fix #1313: Variables names from PDB file not used. 7 years ago
Daniel Grunwald 3cbadb7134 Fix #1301: casts were unnecessarily marked as unchecked 7 years ago
Daniel Grunwald 21040c8bde Don't emit "virtual" modifier in interfaces (C# 8 default interface members). 7 years ago
Daniel Grunwald 0a9df3d373 Fix #1252: Incorrect comparison type for lifted comparisons in expression trees. 7 years ago
Daniel Grunwald 29e69e46ef Revert "#1252: Do not accidentally create casts to object?." 7 years ago
Daniel Grunwald 6a417eab97 #1252: Eliminate more types of redundant casts 7 years ago
Daniel Grunwald 382a78849a
Merge pull request #1295 from Chicken-Bones/switchdetection 7 years ago
Daniel Grunwald 4e9121bd28 Add test case for #1304. 7 years ago
Daniel Grunwald b33d338558 Fix #1308: Consider type hint in ldc.i8 translation. 7 years ago
Daniel Grunwald 35a0ee2263 Fix #1309: Decompilation of dynamic casts. 7 years ago
Daniel Grunwald e041454987 Add pretty tests for "yield return" and fix some minor bugs: 7 years ago
Daniel Grunwald b0bc67adb4 Merge branch 'PR1303' 7 years ago
Daniel Grunwald ed631cc7d3 Fix #1307: some of the blocks made unreachable by the yield-return-transform were not deleted 7 years ago
Daniel Grunwald 5d394b7786 Refactor PR #1303 to make the ConvertBranchAfterYieldReturn logic easier to understand 7 years ago
Siegfried Pammer 44aa391a85 Fix bug in CallBuilder. 7 years ago
Siegfried Pammer ee584f3260 Fix bug in string interpolation handling. 7 years ago
Siegfried Pammer c9b74865fc Fix #1281: Fix CallBuilder: use expanded form only if overload resolution allows it. 7 years ago
Siegfried Pammer c9f40a0b1a
Merge pull request #1305 from agametov/agametov-fix-reverse 7 years ago
Siegfried Pammer 055511734a AttributeAppliedToAnalyzer: Ensure that accessors are never returned as results. 7 years ago
Siegfried Pammer 11a58ea937 Simplify builtin attribute handling in AttributeAppliedToAnalyzer after feedback. 7 years ago
Siegfried Pammer 892a4da6cc Fix #1287: Analysis 'applied to' of Attribute not working on special attributes 7 years ago
Siegfried Pammer 175c76ea0b Fix #1297: Clean workpane on deleting last item in treeview 7 years ago
Siegfried Pammer 12122841c6 Fix bug in MetadataMethod.GetAttributes and add tests for PreserveSig in DllImportAttribute and PreserveSigAttribute. 7 years ago
Andreas Weizel 83759eed37 AddIn: Code cleanup. 7 years ago
Andreas Weizel 8c19e64263 Fixed #1302: Visual Studio extension terminates VS instead of starting ILSpy 7 years ago
MysticBoy 382afe75b3 Translation warnings, Modify appveyor.yml file to package satellite file 7 years ago
MysticBoy d6f620cc8a Translation warnings 7 years ago
Rustam Agametov e889420ee8
Update AssemblyListTreeNode.cs 7 years ago
Wenxuan Zhao 3e937cf7cb
Fix delegate in yield return issue for assembly compiled with Mono 7 years ago
MysticBoy b44b36b216 Merge branch 'master' of https://github.com/icsharpcode/ILSpy 7 years ago
MysticBoy caadcce279 use tabs instead of spaces 7 years ago
Wenxuan Zhao 9228e0102c
Fix yield return for assembly compiled with Mono 7 years ago
MysticBoy dd0738824a fix Utils.cs(169,57): error CS0118: 'Properties' is a namespace but is used like a type 7 years ago
MysticBoy c4d9a9c5f6 All the strings have been extracted, and the complete translation has been completed. 7 years ago
MysticBoy d9bc0ec79c which is not completed, will continue to translate! 7 years ago
Daniel Grunwald ef866040b4 Update to SRM 1.6.0 and Roslyn 2.9. Adjust decompiler to new code pattern used for lifted nullable comparisons. 7 years ago
MysticBoy 3fd999a42b Localization of Chinese, which is not completed, will continue to translate. 7 years ago
Daniel Grunwald 12e74daf48 Handle Comp in InferType(). 7 years ago
Siegfried Pammer e418bcc753 Fix default case of ReflectionDisassembler.WriteSimpleValue, bool values were printed incorrectly. 7 years ago
Siegfried Pammer dd5fb5a78b Fix #1282: Decompiling types in non-main modules - should throw a NotSupportedException. 7 years ago
Siegfried Pammer 6da7d8098e Fix #1265: ILSpy doesn't decompile .baml file when reloading assembies - prevent ILSpy from executing decompilation requests with zero tree nodes selected. 7 years ago
Siegfried Pammer 84fadd2ae4 Fix #1261: Sort resources 7 years ago
Siegfried Pammer a4a1d0cee0 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into cs73-stackalloc-initializers 7 years ago
Chicken-Bones ab9397d099 Add ReduceNestingTransform 7 years ago
Chicken-Bones e9b766d708 Improve persistence of IL offsets through various transforms. 7 years ago
Chicken-Bones bf17423618 Abort SwitchAnalysis on duplicate condition (redundant code) 7 years ago