2288 Commits (faea7ee90d636fe8d2bc6a2f7f7b00dada9f01b2)

Author SHA1 Message Date
Siegfried Pammer 6ca3863c63 Fix #1135: Redundant constant "&& true" added to decompiled code. 7 years ago
Siegfried Pammer 6096b7df29 #907: CallBuilder: If type arguments cannot be inferred from the parameter list, add them before asking overload resolution, but remove them again, if it does not reduce the number of casts. 7 years ago
Siegfried Pammer d04155132a Use overload resolution to add only required casts to collection initializers. 7 years ago
Siegfried Pammer a823d74004 Use overload resolution to ensure we call the correct indexer + added tests. 7 years ago
Siegfried Pammer 0ebe2a016b Accessibility of explicit interface implementations should always be Accessibility.None. 7 years ago
Siegfried Pammer d8e8735ed0 CallBuilder: Extract overload resolution to its own method. 7 years ago
Siegfried Pammer cf8bee2c01 Fix translation of generic and extension 'Add' methods in collection initializers. 7 years ago
Siegfried Pammer c7c3801ff1 Add TypeSystemAstBuilder.ConvertAttributeType, which deals with all the special cases when referring to attribute types in attribute context. 7 years ago
Siegfried Pammer e941e7534c #1182: TransformExpressionTrees: Remove unused pseudo this-parameter from parameterVariables list. 7 years ago
Siegfried Pammer 023282a50d #1180: Add IsWindowsFormsInitializeComponentMethod and disable some transforms when processing a Windows Forms InitializeComponent method. 7 years ago
Daniel Grunwald f153aceb97 Use HTTPs for update check and other URLs. 7 years ago
Siegfried Pammer 7c2e1fca35 Turn off implicit method group conversions, if C# 1.0 is selected. 7 years ago
Siegfried Pammer 5856df001a Fix #1111: Only hide "enum value initializers" when all of them can be hidden or only the first needs to be specified. 7 years ago
Siegfried Pammer da2f0d0b91 Force explicit conversion Ref->I on BinaryNumericInstruction, except if operator is + or -. 7 years ago
Daniel Grunwald a2e9f7b3fe #1174: Fix IsCompatibleTypeForMemoryAccess() for tuple types. 7 years ago
Daniel Grunwald 4b96f48d87 Cosmetic changes during review of PR #1176 7 years ago
Chicken-Bones 9937302313 Improve control flow decompilation with some compilers 7 years ago
Chicken-Bones 3fb7c71f8a Improve control flow decompilation in ConditionDetection 7 years ago
Siegfried Pammer eafce7d6cf Fix documentation comment on DynamicInvocationType.ObjectCreation 7 years ago
Siegfried Pammer 0bf56ce9ca Add inlining special cases for dynamic compound assignments 7 years ago
Siegfried Pammer a30c628e1f Remove hack from ExpressionTransforms.TransformDynamicAddAssignOrRemoveAssign, implement VisitDynamicSetIndexInstruction 7 years ago
Siegfried Pammer 904aa5269e Fix various bugs in ExpressionBuilder.VisitDynamic* + refactor DynamicInstructions a bit 7 years ago
Siegfried Pammer 07608e018f Fix bug in IntroduceDynamicTypeOnLocals 7 years ago
Siegfried Pammer 9f883177da Reset context after PrettifyAssignments.Run 7 years ago
Siegfried Pammer f2c0f3e70d Fix bug in CallBuilder.CastArguments: accidentally made *all* casts implicit, which should not happen. 7 years ago
Siegfried Pammer 669dc0ad59 Rewrite dynamic dispatch logic in CallBuilder 7 years ago
Siegfried Pammer eeeecb2259 Remove "do what I mean" logic from AssignVariableNames 7 years ago
Siegfried Pammer 805b9f4bb4 Add missing CallInlineAssign block kind to ILInlining.FindLoadInNext 7 years ago
Siegfried Pammer 3d4e38ddce Fix #538: Give higher priority to out parameters when naming variables 7 years ago
Siegfried Pammer 6ce53c804b Fix #1168: Extend MatchCompEquals and MatchCompNotEquals to work with multiple nested logic.not instructions 7 years ago
CreateAndInject f389e512ed Fix #1166 7 years ago
Siegfried Pammer bbe16584f7 Fix #1150: 7 years ago
Siegfried Pammer 725ee24994 Fix assertions if references are missing in dynamic code. 7 years ago
Siegfried Pammer f2155111b5 Fix 'no iterators' assertion in DynamicCallSiteTransform. 7 years ago
Siegfried Pammer 1c7d14dbbf Add special case for dynamic types in constructor initializer (this/base) calls 7 years ago
Siegfried Pammer 9d6f864c42 Use DynamicInvocationResolveResult where applicable 7 years ago
Siegfried Pammer f1d7ac4c2f Fix bug in DynamicCallSiteTransform 7 years ago
Siegfried Pammer c4f41f459f Add support for more dynamic binary operators. 7 years ago
Siegfried Pammer d0683afec4 System.Activator.CreateInstance<T>() -> new T() transform is only valid if T has new() constraint. 7 years ago
Siegfried Pammer ae781423fa Refine detection of compiler-generated delegates 7 years ago
Siegfried Pammer 028cbe69a4 Fix decompilation of auto properties with explicit implementation 7 years ago
Siegfried Pammer 87d5091ac9 Fix translation of DynamicInvokeConstructorInstruction 7 years ago
Siegfried Pammer 66724db69b Add WriteArgumentList to DynamicInstruction 7 years ago
Siegfried Pammer 2c7e3c2c37 Add hack to allow inlining of compiler-generated variable after dynamic.isevent pattern transform. 7 years ago
Siegfried Pammer d6e13686aa Remove DynamiceExpressions setting (use Dynamic setting instead) 7 years ago
Siegfried Pammer 4c2fa36233 Fix merge conflict 7 years ago
Siegfried Pammer 91c59dd5cf Hide compiler-generated delegates used for ref/out callsites 7 years ago
Siegfried Pammer 569434d516 Fix #1162: decompilation of explicitly implemented events and properties 7 years ago
Siegfried Pammer dfa99a8c1f Fix build. 7 years ago
Siegfried Pammer abbf3d0429 Fix #1158: C# 1 switch pattern improvement 7 years ago