963 Commits (5962d4675f6b59aa6b61a326422f3951146cd615)

Author SHA1 Message Date
Siegfried Pammer 5962d4675f Add IL tests for basic isinst patterns. Undo change mentioned in 54ff546221 (commitcomment-32359757) 6 years ago
Siegfried Pammer 545be6d133 Fix CSharpDecompiler.SetNewModifier: follow rules stated in the language specification. 6 years ago
Siegfried Pammer d9b7df637b Apply expression-body transform to indexers as well. 6 years ago
Siegfried Pammer d17fbd3d59 Add pattern matching support in ParameterDeclaration. 6 years ago
Siegfried Pammer 78cf5f0ec0 Add support for expression bodies to IndexerDeclaration. 6 years ago
Siegfried Pammer 54ff546221 Fix deactivated Generics pretty tests: remove redundant boxing conversion from is-expressions. 6 years ago
Siegfried Pammer 6f3230af48 Add ununsed CustomAttributes test. 6 years ago
Siegfried Pammer c1fca21e8a Make ILRange field private - introduce public API for IL range manipulation. 6 years ago
Daniel Grunwald 6a47826fe2 Add sequence point on closing brace if there's an implicit void return. 6 years ago
Daniel Grunwald f9f9d57398 #1386: Fix fixed-statement detection when fixed statement contains "return" and the method has multiple return statements. 6 years ago
Daniel Grunwald 2eafa0c695 Fix #1389: Translation of "isinst" was incorrect for value types was causing an assertion. 6 years ago
Daniel Grunwald 976565264f Don't use casts for implicit conversions to bool in conditional contexts. 6 years ago
Siegfried Pammer b7fc830faa Fix #1406: Use IEnumerable<T> instead of IList<T> in CSharpDecompiler.Decompile and DecompileAsString. 6 years ago
Siegfried Pammer b3b0cbf2b0 Fix build. 6 years ago
Siegfried Pammer 25765ee600 Fix #1359: Support obfuscated names in treeview and search. 6 years ago
Siegfried Pammer e075a5239c Add ShowTypeParametersForUnboundTypes to TSAB. 6 years ago
Siegfried Pammer 0a4c1dfd41 TSAB: Fix exception in special constant handling in case minimal corlib is used. 6 years ago
Daniel Grunwald 47ca51a769 Clarify the meaning of ILVariable.Index 6 years ago
Daniel Grunwald ba8b453b36 Fix #1404: local variables with init flag are not declared in the correct scope 6 years ago
Siegfried Pammer 53a2a2d64a Do not indent query continuations. 6 years ago
Siegfried Pammer ee151eb706 #1407: Set CSharpInvocationResolveResult.IsExtensionMethodInvocation flag after extension methods transform. 6 years ago
Siegfried Pammer 343315d2b4 #1407: Set CSharpInvocationResolveResult.IsDelegateInvocation = true, if the Invoke call was removed. 6 years ago
Siegfried Pammer 9d19b33ec0 Fix #1394: Fields marked 'specialname' are excluded from the type system 6 years ago
Siegfried Pammer deeb603fd7 Fix #1395: do-while loop missing entry-point label. 6 years ago
Siegfried Pammer 04910a8eb4 TypeSystemAstBuilder: Do not create references to System.MathF, if PI or E are not defined. 6 years ago
Siegfried Pammer 91ee034fb7 Fix indentation of query expressions. 6 years ago
Siegfried Pammer 1d2cd930de Add LetIdentifierAnnotation to allow linking of let variables. 6 years ago
Siegfried Pammer e9cf52d1d5 Fix #1390: Extension methods used in collection initializers were not converted correctly. 6 years ago
Siegfried Pammer 17f42066a0 Fix #1378: Missing unsafe modifier for static fields 6 years ago
Siegfried Pammer 9487d0a714 Make pattern in TryRemoveTransparentIdentifier more flexible. Allow multiple let expressions per anonymous type declaration. 6 years ago
Siegfried Pammer 32cec2a1fb Fix traversal bug in DecompileQueries: expressions with independent sub-expressions like conditional-expressions, binary operators or parameter lists were not handled correctly. 6 years ago
Siegfried Pammer 2413eef1ed Do not use a fractional representation, if it has less than 6 significant digits. 6 years ago
Siegfried Pammer f0626009c1 Prefer expressions without pi / e. 6 years ago
Siegfried Pammer fa4c239d67 Fix equality checks in ExtractExpression. 6 years ago
Siegfried Pammer f8e2f5ee17 Try to fix unit tests on build server. 6 years ago
Siegfried Pammer eb873e65d0 Update InitializerTests after merge. 6 years ago
Siegfried Pammer bf5ff22b1a Add missing equality-check for fraction-only case. 6 years ago
Siegfried Pammer 2a571bef1a Exclude whole numbers from "constant unfolding" for floating point literals. 6 years ago
Siegfried Pammer 640964cb0a #1314: do not use special constants, if literal is inside array initializer. 6 years ago
Siegfried Pammer 063c06c9c8 Apply suggestions from code review. 6 years ago
Siegfried Pammer 81c8758ca7 TypeSystemAstBuilder: Add missing attributes to operator declarations. 6 years ago
Siegfried Pammer 36baae8ff6 Fix #1365: Finalize method missing custom attributes. 6 years ago
Daniel Grunwald 72d755037b Fix #1283: handle invalid metadata when decoding constants 6 years ago
Siegfried Pammer 9e71e7fe09 Fix #517: Try to reverse constant folding for double and float expressions containing Math.PI and Math.E as factors. 6 years ago
Siegfried Pammer ac149414eb Fix links inside object initializer. 7 years ago
Siegfried Pammer 00a54a278a Fix #1344: Fix GetCodeMappingInfo for nested async FSMs 7 years ago
Siegfried Pammer d1ef913fc0 ExpressionBuilder: Use TSAB.ConvertConstantValue in VisitLdcF4 and VisitLdcF8 7 years ago
Siegfried Pammer 1854a33749 Fix #1340: infinite recursion in DelegateConstruction due to recursive local function being mistreated as delegate construction. 7 years ago
Siegfried Pammer 14f3544a2b #1341: force DecompilerSettings.LoadInMemory = true, in all CSharpDecompiler ctors that take a filename. 7 years ago
Siegfried Pammer 589dde4ed3 Fix redundant casts on constant expressions. 7 years ago