2561 Commits (c5d3218834cdef63fc2861353524a629a00135be)
 

Author SHA1 Message Date
Siegfried Pammer 610f0a922f Remove AST-helper-methods 10 years ago
Daniel Grunwald 38a81d1edf Fix indentation 10 years ago
Daniel Grunwald fe84ea9730 WIP: yield return decompiler 10 years ago
Daniel Grunwald 4c07ba2448 Fix NullReferenceException in AssemblyTreeNode.get_ToolTip 10 years ago
Siegfried Pammer 76bd40ccf0 Remove leading label and trailing continue from do-while loop. 10 years ago
Siegfried Pammer 41bcf920d3 Improved handling of captured variables. 10 years ago
Siegfried Pammer 8765bda8ad Fix ICSharpCode.Decompiler.csproj 10 years ago
Siegfried Pammer 0970b95d5f Rename ILVariable.Scope to Function and introduce BlockContainer CaptureScope 10 years ago
Siegfried Pammer f24f1e007e Move correctness tests to single namespace 10 years ago
Siegfried Pammer 1dddb96e91 reactivate do-while-loop detection 10 years ago
Siegfried Pammer f555ec7704 Implement detection of for loops in StatementBuilder 10 years ago
Siegfried Pammer 48c514ba12 fix #745 - Possible defect in source code: comparing with itself 10 years ago
Siegfried Pammer 1604952c3b fix #775 - Invalid BAML namespace decompilation 10 years ago
Siegfried Pammer 4df6c53419 Fix BamlTestRunner 10 years ago
Siegfried Pammer d1fbe5815a Reenabled BAML decompiler tests 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 6343ab7c15 Improve debug UI 10 years ago
Daniel Grunwald 66dee6c6f9 LoopDetection: find appropriate exit points 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
Siegfried Pammer fc8825d895 Try to detect while conditions, do-while-loops and for-loops 10 years ago
Daniel Grunwald c0582cf3d3 Fix cecil version in app.config.template 10 years ago
Daniel Grunwald b254ff667f Remove special case always adding 'using System;' 10 years ago
Daniel Grunwald 5530f7ec2e Distinguish between PreOrderTransforms and PostOrderTransforms in BlockILTransform. 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 c590d28223 do not compile DebugSteps UI in release build 10 years ago
Siegfried Pammer fa2f8ec2c8 Allow unsafe code in release build as well. 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 88887b7c41 remove NR.Editor namespace 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
Daniel Grunwald 7eb557bfa2 Delete old transforms. 10 years ago
Daniel Grunwald 53b2a70af2 Update .bat files to use VS2017. 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 0d318eef50 appveyor: use image: Visual Studio 2017 RC 10 years ago