4893 Commits (82f7ae341cf269fa6db157fa896c51218eff2118)
 

Author SHA1 Message Date
Siegfried Pammer 9c3122a7fa Synchronize package refs in nuspec with csproj. 7 years ago
Siegfried Pammer 4b9a74de09
Merge pull request #1322 from icsharpcode/use-astbuilder-for-all-integer-literals 7 years ago
Siegfried Pammer dcaf4e1441 Fix test in opt and roslyn config. 7 years ago
Siegfried Pammer e917f57803 Add a test case for #1308. 7 years ago
Siegfried Pammer 589dde4ed3 Fix redundant casts on constant expressions. 7 years ago
Siegfried Pammer ca6b144328 Merge branch 'use-astbuilder-for-all-integer-literals' of https://github.com/icsharpcode/ILSpy into use-astbuilder-for-all-integer-literals 7 years ago
Siegfried Pammer 7919ce8dd7 TSAB: Add option to display integral literals as hexadecimal numbers. 7 years ago
Siegfried Pammer 2c00afcccb Fix CallBuilder.IsPrimitiveValueThatShouldBeNamedArgument 7 years ago
Siegfried Pammer e8e4d858bb Merge branch 'master' of https://github.com/icsharpcode/ILSpy into use-astbuilder-for-all-integer-literals 7 years ago
Siegfried Pammer 20dec3e3f1 Fix possible null reference. 7 years ago
Siegfried Pammer fd0d898703 #1330: add more exception handling to CSharpDecompiler, so an entity that caused decompilation to fail can easier be identified. 7 years ago
Siegfried Pammer fac1a4d115 Fix #1311: Methods in .winmd files compiled from C# don't show up in individual method view in ILSpy 4. 7 years ago
Siegfried Pammer 457813bac7
Merge pull request #1246 from siegfriedpammer/cs73-stackalloc-initializers 7 years ago
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