358 Commits (d4c275410eada96489efcf7b7b2d1bc85f06e266)
 

Author SHA1 Message Date
Daniel Grunwald d4c275410e Implemented removal of closures ("display class" introduced by C# compiler for anonymous methods) 15 years ago
Daniel Grunwald f7330c08ce Sort resources within a resource file. 15 years ago
Daniel Grunwald bf3b04d3b9 Revert "Avoid loading children when they aren't needed." 15 years ago
Siegfried Pammer b1df8e8326 added minimal support for reading BAML files 15 years ago
Siegfried Pammer 10ee9895da read .reaources files as ResourceSet 15 years ago
Daniel Grunwald 798d156670 Add comparisons with 0 or null if necessary. Closes #8. 15 years ago
Daniel Grunwald d6f94bbc75 Simplify "x == false" to "!x" in PushNegation. 15 years ago
Daniel Grunwald cd2c70a6b4 First implementation of type inference. 15 years ago
Daniel Grunwald 016b54563f Add cancellation support to the decompiler. 15 years ago
Daniel Grunwald f333ed1e58 When decompiling a type, don't show the empty constructor generated by the compiler. 15 years ago
Daniel Grunwald 6085b60fc2 Add dumb testing framework. 15 years ago
Daniel Grunwald ea0c2df3ff Allow viewing the intermediate ILAst steps. 15 years ago
Daniel Grunwald 56faf46597 Avoid loading children when they aren't needed. 15 years ago
Daniel Grunwald d39a806795 Scroll down automatically when expanding a tree node. 15 years ago
Siegfried Pammer 2abed5b165 added ILAstLanguage for easier debugging 15 years ago
Daniel Grunwald dd9659f2ca Fix missing dot in namespace declarations. 15 years ago
Daniel Grunwald 3eefdb227e Escape surrogates in string literals. 15 years ago
David Srbecký ed11a717a0 Fixed bug in creation of try-catch ILAst blocks 15 years ago
Daniel Grunwald 2d18f5e309 Members of a type are collapsed by default. 15 years ago
Daniel Grunwald 578a8a83c5 Sort type members in tree view. 15 years ago
Daniel Grunwald c4b63b87c6 Show values of constants. 15 years ago
Daniel Grunwald a460bc65ab Fix order of modifiers. 15 years ago
Daniel Grunwald 7a81ab2e1e Patch Mono.Cecil to allow safe multi-threaded read access. 15 years ago
Daniel Grunwald 0ede3cf555 Fix TreeFlattener.IndexOf (avoids crash when navigating or loading assemblies while a search filter is active) 15 years ago
Daniel Grunwald 4b6bd1bd7c Fix crash when decompiling delegate creation of generic method. 15 years ago
Daniel Grunwald 12a0bb330d If the decompiler crashes: Show name of the decompiled method in the exception message. 15 years ago
Daniel Grunwald a0f22ed522 Add delay to SearchBox. 15 years ago
Daniel Grunwald abc94713e8 Allow expanding/collapsing nodes with numpad plus/minus. 15 years ago
Daniel Grunwald 981fd8fc7f Add icon for ILSpy. 15 years ago
Daniel Grunwald 381df74fa6 Split assembly loading logic out of AssemblyTreeNode. 15 years ago
David Srbecký 597f6bda86 Fixed building of ILAst try-catch block 15 years ago
David Srbecký 7f08673210 Trivial fix for variable name numbering 15 years ago
David Srbecký 6c1f4ca355 Simple fix for some accidentaly duplicated nodes 15 years ago
David Srbecký dd99653380 Removed the old Decompiler directory 15 years ago
David Srbecký 22646aa3b3 Fixed infinite loop in AstComparer 15 years ago
David Srbecký 28117e8c4c Set the icon of main window 15 years ago
David Srbecký 19a5b6c151 Don't show fully qualified names 15 years ago
David Srbecký d469b6a513 Fixed local variable names, types and definitions 15 years ago
David Srbecký 9937d991e8 Initial support for switch statements 15 years ago
David Srbecký 83914ebc44 Minor fix of the last commit 15 years ago
David Srbecký 11d53ebdca Keep track of original IL ranges 15 years ago
David Srbecký dac0d95f43 Better conditions in case when one body gotos out of scope 15 years ago
David Srbecký c7e7a24efa Slight improvement in the node order in loops 15 years ago
Daniel Grunwald 3dd9645f53 Handle op_Explicit and op_Implicit. 15 years ago
Daniel Grunwald 78a2f904c2 In debug builds, make intermediate transform steps available as "language". 15 years ago
Daniel Grunwald fb97498d28 Add support for anonymous methods. 15 years ago
Daniel Grunwald f537bf43fb Add support for ldftn/ldvirtftn. 15 years ago
David Srbecký 1ba93ac216 Resurrect Ast based "goto removal" - we will use that until it is converted to ILAst based one. 15 years ago
David Srbecký bcab82ec21 Handle mutually nested loops/conditions 15 years ago
Daniel Grunwald d1230081d7 Add ConvertConstructorCallIntoInitializer transformation step. 15 years ago