4434 Commits (cb790c6d3881dfd0401181110312dcee3d0fe321)

Author SHA1 Message Date
Siegfried Pammer d17fbd3d59 Add pattern matching support in ParameterDeclaration. 7 years ago
Siegfried Pammer 78cf5f0ec0 Add support for expression bodies to IndexerDeclaration. 7 years ago
Siegfried Pammer 9cbb58d4f7 Add 'includeModifiers' option to ParameterListComparer. 7 years ago
Siegfried Pammer 54ff546221 Fix deactivated Generics pretty tests: remove redundant boxing conversion from is-expressions. 7 years ago
Siegfried Pammer 6f3230af48 Add ununsed CustomAttributes test. 7 years ago
Siegfried Pammer 00d6c6175a #1049: Check decompiler settings in TransformAssignment.HandleCompoundAssign as well. 7 years ago
Siegfried Pammer 087cb2489d Fix #1049: Unimplemented decompiler settings 7 years ago
Siegfried Pammer 29527b804e Fix #1392: LoopDetection should take switch block containers into account in IncludeNestedContainers. 7 years ago
Siegfried Pammer f9b54187a9 #1049: Remove AlwaysGenerateExceptionVariableForCatchBlocks from DecompilerSettings. 7 years ago
Daniel Grunwald 06cf9c1747 Avoid exceptions on IType->ArrayType or IType->ITypeParameter casts due to NullabilityAnnotatedType decorator. 7 years ago
Siegfried Pammer bec9559385 Add ShowCFGContextMenuEntry - requires GraphViz dot.exe in PATH. 7 years ago
Daniel Grunwald bbbfe81c25 Nullability of type parameters "where T : class?" 7 years ago
Siegfried Pammer ab55086cd7 Use ILRange API in AsyncAwaitDecompiler. 7 years ago
Siegfried Pammer c1fca21e8a Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
Daniel Grunwald d90c195b00 SHA256 instances are not thread-safe 7 years ago
Daniel Grunwald f1c8142ce2 PDB generator now can emit "method stepping information" for async functions. 7 years ago
Siegfried Pammer 4e290b545a Merge ILRanges of DelegateConstruction newobj + ldftn into ILFunction. 7 years ago
Siegfried Pammer b4c376d195 Ignore document checksum and blob length in PdbGenerationTestRunner 7 years ago
Daniel Grunwald 6a47826fe2 Add sequence point on closing brace if there's an implicit void return. 7 years ago
Daniel Grunwald 763683748b Emit debug info for display class locals, so that the debugger can show the values of captured variables. 7 years ago
Siegfried Pammer 84cf4ea6a1 Cleanup and fix ILRanges in DelegateConstruction. 7 years ago
Daniel Grunwald 9188a682e7 Add some steps to DelegateConstruction 7 years ago
Siegfried Pammer 25c757b7cd Add first attempt at PdbGenerationTestRunner. 7 years ago
Daniel Grunwald f6aae1f97d Fix #1386: MoveArrayToPointerToPinnedRegionInit: Only consider the pinned variable uses within the PinnedRegion 7 years ago
Daniel Grunwald f9f9d57398 #1386: Fix fixed-statement detection when fixed statement contains "return" and the method has multiple return statements. 7 years ago
Daniel Grunwald 1ab11ba7ce DetectPinnedRegions: also add debug step for failed CreatePinnedRegion() calls 7 years ago
Daniel Grunwald 2eafa0c695 Fix #1389: Translation of "isinst" was incorrect for value types was causing an assertion. 7 years ago
Daniel Grunwald 976565264f Don't use casts for implicit conversions to bool in conditional contexts. 7 years ago
Daniel Grunwald bb3b50d1af Allow recombining of captured variables. 7 years ago
Daniel Grunwald da5693e605 Fix #1339: fixed statement not decompiled correctly when pinned variable is reset in finally block 7 years ago
Siegfried Pammer d9952a7e10 #1388: Fix ArgumentOutOfRangeException in AsyncAwaitDecompiler.AnalyzeAwaitBlock. 7 years ago
Siegfried Pammer b7fc830faa Fix #1406: Use IEnumerable<T> instead of IList<T> in CSharpDecompiler.Decompile and DecompileAsString. 7 years ago
Siegfried Pammer b3b0cbf2b0 Fix build. 7 years ago
Siegfried Pammer 25765ee600 Fix #1359: Support obfuscated names in treeview and search. 7 years ago
Daniel Grunwald 66197818b9 Fix LocalScope.VariableList for empty scopes. 7 years ago
Siegfried Pammer e075a5239c Add ShowTypeParametersForUnboundTypes to TSAB. 7 years ago
Siegfried Pammer 0a4c1dfd41 TSAB: Fix exception in special constant handling in case minimal corlib is used. 7 years ago
Siegfried Pammer fd70d25e95 Small fixes in ScopesGenerator. 7 years ago
Daniel Grunwald 47ca51a769 Clarify the meaning of ILVariable.Index 7 years ago
Daniel Grunwald 166b7def24 Fix NRE in ApplyAttributeTypeVisitor.VisitTypeDefinition() 7 years ago
Daniel Grunwald 7a058f6262 First attempt at integrating C# nullable reference types into the type system. 7 years ago
Daniel Grunwald ba8b453b36 Fix #1404: local variables with init flag are not declared in the correct scope 7 years ago
Siegfried Pammer 40bbb24675 CombineExitsTransform: Remove unnecessary checks, add both ILRanges to combinedLeave instruction. 7 years ago
Siegfried Pammer 53a2a2d64a Do not indent query continuations. 7 years ago
Christoph Wille 29e05778c6 See #1416. Also upgraded Cecil to .3 (from .1) 7 years ago
Siegfried Pammer c23522dca1 Add BAML decompiler engine from dnSpy. 7 years ago
Siegfried Pammer ee151eb706 #1407: Set CSharpInvocationResolveResult.IsExtensionMethodInvocation flag after extension methods transform. 7 years ago
Siegfried Pammer 343315d2b4 #1407: Set CSharpInvocationResolveResult.IsDelegateInvocation = true, if the Invoke call was removed. 7 years ago
Siegfried Pammer d22e2ac677 Add header and comments describing transformation. 7 years ago
Siegfried Pammer 9d19b33ec0 Fix #1394: Fields marked 'specialname' are excluded from the type system 7 years ago