360 Commits (4df6c5341992f1b4a365eb49ba1846ccb6eb3d54)

Author SHA1 Message Date
Siegfried Pammer 4df6c53419 Fix BamlTestRunner 10 years ago
Siegfried Pammer 337764c26f Move all pretty-tests to the same namespace 10 years ago
Siegfried Pammer 081528ab52 fix #772 - Creation of an anonymous array doesn't decompile properly 10 years ago
Daniel Grunwald f0a0ba8ac0 Fix some issues with missing casts for overload resolution and for boxing in attributes. 10 years ago
Daniel Grunwald 681641948b Fix build. 10 years ago
Daniel Grunwald d0f9b56738 #250: add test case that we box as the correct type 10 years ago
Daniel Grunwald 64bd447db4 Fix #217: cast both sides of reference comparison to object if necessary 10 years ago
Daniel Grunwald d39045981a Add test case for #180. 10 years ago
Daniel Grunwald e871f7c05a Convert LoopDetection into a block transform. 10 years ago
Daniel Grunwald ed3d4aba9d Run IntroduceExitPoints before loop detection, and let loop detection introduce its own exit points. 10 years ago
Siegfried Pammer 6702488af5 Add Loops tests (ignored); commit loop transform WIP 10 years ago
Daniel Grunwald b3590ec292 Update cecil. 10 years ago
Siegfried Pammer 0524b4a353 Remove unused usings in solution; remove dead code; unify namespaces 10 years ago
Siegfried Pammer f6c60a6223 Add roundtrip test case for ICSharpCode.Decompiler and pretty tests for Async and YieldReturn 10 years ago
Siegfried Pammer a8cdfc3d28 NRefactory_CSharp roundtrip works! :) 10 years ago
Siegfried Pammer d8a2d41e83 Added support for ConditionalAttribute 10 years ago
Siegfried Pammer 840ec04fde Namespace adjustments for Syntax classes 10 years ago
Christoph Wille 1ce8349dd9 Adjust namespaces 10 years ago
Siegfried Pammer 557c5a5051 fix unit test; remove FastSerializer 10 years ago
Siegfried Pammer f51a8b9890 fix SNK paths 10 years ago
Siegfried Pammer 19800c3b16 remove NR submodule; move snk to ICSharpCode.Decompiler 10 years ago
Siegfried Pammer 284ddfadf1 Phase 2: Merge ICSharpCode.NRefactory into ICSharpCode.Decompiler 10 years ago
Siegfried Pammer 5bedb80a78 Phase 1: merge parts of ICSharpCode.NRefactory.CSharp into ICSharpCode.Decompiler 10 years ago
Daniel Grunwald b558f0c0bd Avoid user-defined operators when reference comparison is desired. 10 years ago
Daniel Grunwald 8d2116dea7 Fix casts to type parameters. 10 years ago
Daniel Grunwald db24116b0b Use 'ref locals' where necessary. 10 years ago
Daniel Grunwald 51a9786243 Change some transforms to block transforms. 10 years ago
Daniel Grunwald 4eb5e82613 Add a test case that demonstrates that if/switch detection and loop detection interact. 10 years ago
Daniel Grunwald dfe70d5366 Improve detection of short-circuiting operators. 10 years ago
Daniel Grunwald dd485b971d Eliminate goto in conditional return in try block. 10 years ago
Daniel Grunwald 20c450c07f .gitignore is not a test case 10 years ago
Daniel Grunwald bedff74b61 Run correctness tests with roslyn, and add some roslyn-based pretty-tests as well. 10 years ago
Daniel Grunwald 5150cdce25 Improve handling of short-circuiting operators. 10 years ago
Daniel Grunwald 15b776faa2 Initial attempt at short-circuiting if conditions 10 years ago
Daniel Grunwald 0fade5cb0f Add single-stepping support to some ILAst transforms. 10 years ago
Daniel Grunwald 4a13491ff9 Improve switch simplifcation: combine case section with default block where possible 10 years ago
Daniel Grunwald 36d61db3a7 Add support for sparse integer switches. 10 years ago
Siegfried Pammer d1026c4646 Fix/Add more pretty tests for compound assignment 10 years ago
Daniel Grunwald f55a93011d Fix decompilation of PointerReferenceExpression 10 years ago
Daniel Grunwald 385048f32c Fix stackalloc[] decompilation. 10 years ago
Siegfried Pammer ae6c42c960 bring back NewtonsoftJson_net40 test 10 years ago
Siegfried Pammer a674b4cdf1 Extend TransformAssignment 10 years ago
Siegfried Pammer c0effc817c Add more test cases to CompoundAssignmentTest and InlineAssignmentTest 10 years ago
Siegfried Pammer ae75c57e22 Basic implementation of CompoundAssignmentInstruction 10 years ago
Siegfried Pammer a813dddc01 Add basic compound assignment test 10 years ago
Siegfried Pammer 92e8deaf30 Improve TransformInlineAssignment 10 years ago
Siegfried Pammer dde966746c Remove unnecessary Clone() calls in TransformArrayInitializers 10 years ago
Daniel Grunwald 755fdee3ac Assertions should cause a test failure. 10 years ago
Daniel Grunwald ea98d8bd27 Disable NR roundtrip instead of DelegateConstruction 10 years ago
Daniel Grunwald ff4748f67a Disable DelegateConstruction; it's currently broken 10 years ago