4799 Commits (2e00285666d38aa6efb024d36966e48febbcb86a)
 

Author SHA1 Message Date
Siegfried Pammer 27efe1b61c Fix #1429: Optimize ExpressionBuilder.TranslateArrayInitializer by applying optimizations suggested in #1202. 6 years ago
Siegfried Pammer 0758c7ea32 Fix #1424: Complex from/where contains compiler generated names 6 years ago
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 9cbb58d4f7 Add 'includeModifiers' option to ParameterListComparer. 6 years ago
Siegfried Pammer 54ff546221 Fix deactivated Generics pretty tests: remove redundant boxing conversion from is-expressions. 6 years ago
Siegfried Pammer 9437c6e4ad Add basic interface tests. 6 years ago
Siegfried Pammer ccfd3cb789 Add ValueTypes tests from old decompiler. 6 years ago
Siegfried Pammer 72be265c5b Add disabled TypeMembers tests from old decompiler. 6 years ago
Siegfried Pammer cf77457afa Merge IncrementDecrement.cs into CompoundAssignmentTest 6 years ago
Siegfried Pammer 488348e798 Add old MultidimensionalArrays test to pretty test runner. 6 years ago
Siegfried Pammer 5ebda93746 Remove unused CodeSampleFileParser 6 years ago
Siegfried Pammer 602b7c3ff8 Fix filenames in project file. 6 years ago
Siegfried Pammer 2edfac8f99 Rename TypeTests to EnumTests and merge old EnumTests into new pretty tests. 6 years ago
Siegfried Pammer ae8065b1c0 Merge PropertiesAndEvents tests. 6 years ago
Siegfried Pammer 6f3230af48 Add ununsed CustomAttributes test. 6 years ago
Siegfried Pammer 9e1e367e04 Add basic for loop PDB tests. 6 years ago
Siegfried Pammer 8f635543f8 Emit correct PDB filename in test case. 6 years ago
Siegfried Pammer 1eb1c0ba67 Add old Generics tests as pretty test. Note that a few test cases are deactivated because we're emitting extra casts. 6 years ago
Siegfried Pammer d826a1ca43 Remove old ILTests files. 6 years ago
Siegfried Pammer d420a302ec Reactivate SearchMsdnContextMenuEntry. 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
Christoph Wille 61f4180cc7
Merge pull request #1423 from icsharpcode/refactor-ilspycmd 7 years ago
Christoph Wille 46b26eda44 AllowedValues is not useable for multi-value options 7 years ago
Siegfried Pammer 4e290b545a Merge ILRanges of DelegateConstruction newobj + ldftn into ILFunction. 7 years ago
Siegfried Pammer 906e350edc Add PDB test case "LambdaCapturing". 7 years ago
Siegfried Pammer b14c05803f Fix HelloWorld PDBGen testcase: use Release configuration in test. 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
Christoph Wille bf8583c397 Remove outdated information (basically pre-dotnet-tool build information) 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
Christoph Wille 9adf21392a Switch ilspycmd to attribute usage (from builder) 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 b5c4342fb2 Set version to 5.0 7 years ago
Siegfried Pammer e7da8bc305 Add context menu for Pdb2XmlCommand 7 years ago
Siegfried Pammer 1719115eab Add Pdb2XmlCommand 7 years ago