2858 Commits (070307bb734978c6b62d992ee4a10aa3b191e21a)
 

Author SHA1 Message Date
Daniel Grunwald 81e08ade79 Add some documentation comments. 15 years ago
Daniel Grunwald 32de7d9279 Fix output of using statement when the resource acquisition is a VariableDeclarationStatement. 15 years ago
Daniel Grunwald 221781f8f1 Add support for the using statement. Closes #7. 15 years ago
Daniel Grunwald 1b99074a8e Add pattern matching support to the NRefactory C# AST. 15 years ago
Eusebiu Marcu 742ecf0d64 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 9f4830f447 Don't show the nested display classes when decompiling a complete type. 15 years ago
Daniel Grunwald 4be02c001f Improve naming of local variables. 15 years ago
Daniel Grunwald 8b342ea469 Use ILVariable as ldloca operand. 15 years ago
David Srbecký 986e5e06cc Proper support for catch block argument 15 years ago
David Srbecký a03d029d30 Use custom enum to store OpCodes (so that we can add "virtual" opcodes) 15 years ago
Daniel Grunwald 7442f501b0 Add support for more opcodes to type analysis: ldind*, stind*, conv_ovf*, and some others. 15 years ago
Daniel Grunwald 2c2801eab8 Fix StackOverflowException in PushNegation. 15 years ago
Daniel Grunwald 8e69601184 Implement type analysis for a lot more opcodes. 15 years ago
Daniel Grunwald 24cdcd1958 Use lambda expressions for anonymous methods that contain only a single return statement. 15 years ago
Daniel Grunwald f3f7d29c12 Fix lambda expression output bug. 15 years ago
Siegfried Pammer ac8d6d0420 fixing more exceptions with ResourceSets 15 years ago
Siegfried Pammer d187b37fb5 use CreateInstanceFromAndUnwrap instead of CreatedInstanceAndUnwrap 15 years ago
Daniel Grunwald 9912340414 NRefactory: remove collection setters from AST; expose AstNodeCollection<T> instead. 15 years ago
Daniel Grunwald 7dd487f8ab Don't hide display classes from the tree view in the intermediate C# steps. 15 years ago
Daniel Grunwald e259a513e1 Remove unused code. 15 years ago
Siegfried Pammer bba65cf3ae do not load images on a background thread 15 years ago
Siegfried Pammer 2469227ed2 use separate AppDomain for decompiling BAML resources 15 years ago
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
Eusebiu Marcu 46010ddac6 Add minor modifications. 15 years ago
Eusebiu Marcu cd1a232c6f Remove Editor folder. 15 years ago
Eusebiu Marcu 71c292d626 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald ea0c2df3ff Allow viewing the intermediate ILAst steps. 15 years ago
Eusebiu Marcu 6c85cde97b Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 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
Eusebiu Marcu 7d1f7bdfbe Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 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
Eusebiu Marcu c6b7ea41f1 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 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