4721 Commits (6e49efd5aa8e55f68feb8c3bb378983b8d8750b6)
 

Author SHA1 Message Date
Siegfried Pammer 6e49efd5aa Extend ILInlining to work with StringToInt instructions inside Switch instruction. 7 years ago
Siegfried Pammer 9c62f11e51 Add new switch(string) pattern for Roslyn. 7 years ago
Siegfried Pammer 80bc89f606 Fix SwitchOnStringTransform.SimplifyCascadingIfStatements to handle newer Roslyn code-gen correctly. 7 years ago
Daniel Grunwald e45ffc1c29 Update to Roslyn 3.0.0-beta4 7 years ago
Siegfried Pammer d42cf99a8c Fix dynamic transforms because https://github.com/dotnet/roslyn/issues/27800 was fixed. 7 years ago
Daniel Grunwald 72508b5777 Add test for C# 8 nullable reference types; and fix some bugs. 7 years ago
Daniel Grunwald 67124b3b9d Adjust tests to sorted top-level-types. 7 years ago
Daniel Grunwald af69c03442 Enable ValueTypes.cs pretty test 7 years ago
Daniel Grunwald 482da77893 Reenable LiftedOperators tests. 7 years ago
Daniel Grunwald 3fac3c07a2 Upgrade Roslyn for tests to 3.0.0-beta3. 7 years ago
Daniel Grunwald be1ef7dca2 Re-generate the IL for test cases with Roslyn 2.10.0. 7 years ago
Daniel Grunwald b7b697ff03 Only reference Microsoft.VisualBasic.dll in VB-related tests. 7 years ago
Daniel Grunwald 113acd48c1 Improve decompiler behavior is System.ValueTuple exists in multiple referenced assemblies. 7 years ago
Daniel Grunwald 45ae1ed998 Merge branch 'origin/master' into nullable-reference-types 7 years ago
Siegfried Pammer f05c1bb466 Fix build break; only escape _ if it is a type name. Add basic Discards tests. 7 years ago
Daniel Grunwald c1f2ccf24f Update "How to build" in readme. 7 years ago
Daniel Grunwald 0238e645db Fix [DecimalConstant] parameters 7 years ago
Daniel Grunwald d677ee6254 Escape identifier "_" to avoid ambiguities with discard patterns. 7 years ago
Daniel Grunwald 2f35374d7d Support "where T : unmanaged" constraints. 7 years ago
Siegfried Pammer a6b58715c6
Update build instructions for Linux and Mac. 7 years ago
Siegfried Pammer 94cd891609 Add support for ReadOnlySpan<T> initialization pattern. 7 years ago
Siegfried Pammer 5c76b66a20 Add netstandard.dll to Roslyn defaultReferences. 7 years ago
Siegfried Pammer 27efe1b61c Fix #1429: Optimize ExpressionBuilder.TranslateArrayInitializer by applying optimizations suggested in #1202. 7 years ago
Siegfried Pammer 0758c7ea32 Fix #1424: Complex from/where contains compiler generated names 7 years ago
Siegfried Pammer 5962d4675f Add IL tests for basic isinst patterns. Undo change mentioned in 54ff546221 (commitcomment-32359757) 7 years ago
Siegfried Pammer 545be6d133 Fix CSharpDecompiler.SetNewModifier: follow rules stated in the language specification. 7 years ago
Siegfried Pammer d9b7df637b Apply expression-body transform to indexers as well. 7 years ago
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 9437c6e4ad Add basic interface tests. 7 years ago
Siegfried Pammer ccfd3cb789 Add ValueTypes tests from old decompiler. 7 years ago
Siegfried Pammer 72be265c5b Add disabled TypeMembers tests from old decompiler. 7 years ago
Siegfried Pammer cf77457afa Merge IncrementDecrement.cs into CompoundAssignmentTest 7 years ago
Siegfried Pammer 488348e798 Add old MultidimensionalArrays test to pretty test runner. 7 years ago
Siegfried Pammer 5ebda93746 Remove unused CodeSampleFileParser 7 years ago
Siegfried Pammer 602b7c3ff8 Fix filenames in project file. 7 years ago
Siegfried Pammer 2edfac8f99 Rename TypeTests to EnumTests and merge old EnumTests into new pretty tests. 7 years ago
Siegfried Pammer ae8065b1c0 Merge PropertiesAndEvents tests. 7 years ago
Siegfried Pammer 6f3230af48 Add ununsed CustomAttributes test. 7 years ago
Siegfried Pammer 9e1e367e04 Add basic for loop PDB tests. 7 years ago
Siegfried Pammer 8f635543f8 Emit correct PDB filename in test case. 7 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. 7 years ago
Siegfried Pammer d826a1ca43 Remove old ILTests files. 7 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