4570 Commits (6a2eab2a527272bb45dcbb4e99bcfba17b21350f)
 

Author SHA1 Message Date
Siegfried Pammer 00194f8c03 Fix unit tests. 7 years ago
Siegfried Pammer 224b183e98 Fix IntroduceUnsafeModifier.VisitStackAllocExpression: size expression might contain pointer type or resolve result might be null. 7 years ago
Siegfried Pammer dcac0bd88e Fix #1334: NuGet.config should explicitly specify the NuGet.org feed 7 years ago
Siegfried Pammer fe5fb2eda5 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into cs73-stackalloc-initializers 7 years ago
Siegfried Pammer 112719efaf Extend safety-checks in TransformSpanTCtorContainingStackAlloc. 7 years ago
Siegfried Pammer 0dac55d584 Add transformation for stackalloc to Span<T>. 7 years ago
Siegfried Pammer 0666ee8d0e Add basic Span<T> stackalloc test cases. 7 years ago
Siegfried Pammer 76cfa6fda4 Add System.Memory types to Roslyn test environment. 7 years ago
Daniel Grunwald 4a3185c823 #907: Add tests 7 years ago
Daniel Grunwald e990d5ac00 Revert the 'unwrapBoxingConversion' addition to TranslateTarget(), I ended up solving the boxing issue directly in HandleDelegateConstruction() 7 years ago
Daniel Grunwald b455286ad3 Fix #1333: Ensure we convert to the correct type when calling instance methods on value types 7 years ago
Siegfried Pammer 0545025705 Add back support for ".other" method references in disassembler, as it is now supported by SRM. 7 years ago
Siegfried Pammer f43e26f87c Fix #1329: AssertionFailedException: Should not insert using declaration for namespace that is missing from the superset: System.Windows.Markup 7 years ago
Siegfried Pammer 86329349ba Fix #1332: DecompileMemberBodies: Cannot mutate frozen NullBlockStatement 7 years ago
Siegfried Pammer 7e89e3dc3e Merge branch 'master' of https://github.com/icsharpcode/ILSpy into cs73-stackalloc-initializers 7 years ago
Siegfried Pammer 1dfd2bb9ac Fix MetadataTokenSearchStrategy. 7 years ago
Siegfried Pammer 64e1bb6f4d Add missing files. 7 years ago
Siegfried Pammer c73f46d27c Refactor code in HandleCommandLineArgumentsAfterShowList as per code-review. 7 years ago
Siegfried Pammer 6c193ac50e Fix #1323: NRE in DetectBestEnumValueDisplayMode; emit error message, if enum field definition has no constant value. 7 years ago
Daniel Grunwald 64a5da0487 Merge PR #1296: Add ReduceNestingTransform 7 years ago
Daniel Grunwald eea40878bf Update Mono.Cecil and NUnit 7 years ago
Daniel Grunwald b307fc0a81 Fix VisitLdcI4 when HintType=bool. 7 years ago
Siegfried Pammer 188bac4e55 Possible fix for primitive types resolving to MinimalCorlib types in navigateTo handling. 7 years ago
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