5109 Commits (84b9f1c4f47aa58a89300bdd376f5c90a3f8dcd2)
 

Author SHA1 Message Date
Daniel Grunwald 1607321a64 Add support for multidimensional arrays. 15 years ago
Daniel Grunwald 680d7a413e Fix exception in type substitution when accessing multidimensional arrays that have a type parameter as element type. Closes #43. 15 years ago
Daniel Grunwald ef5ef62adc Fix typo in type inference for BrLogicAnd/BrLogicOr. 15 years ago
Daniel Grunwald 7b6fe8072f Use default proxy settings when checking for updates. 15 years ago
Daniel Grunwald ff9edd2859 Merge commit '7ac091e93d8112b369425cceab64829c094e401c' 15 years ago
Daniel Grunwald 7ac091e93d Squashed 'NRefactory/' changes from b28b9a3..2200240 15 years ago
Eusebiu Marcu f4bc253e89 first workable debugger 15 years ago
Eusebiu Marcu d299c27755 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
David Srbecký 8de27deb9e Reduced the complexity of short-circuit detection to polynomial time. 15 years ago
Artur Zgodziski 679d525806 Fixed enum boxing decompilation bug. Enum in attributes better printing. 15 years ago
Eusebiu Marcu 0c2a2abc93 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 7f1a9462ff Unpack WPF resources when saving as project. 15 years ago
Daniel Grunwald 943d47dcfa Export embedded resources when exporting a project. 15 years ago
Artur Zgodziski 7e5e94534c Print a custom attribute's positional arguments. 15 years ago
Daniel Grunwald 20cae3aab4 Fix duplicate reference to Mono.Cecil. 15 years ago
Daniel Grunwald 53fa2b3e91 Even in debug builds: catch decompiler exceptions when no debugger is attached. 15 years ago
Daniel Grunwald e8f3e14102 Fix bugs in type analysis. Closes #38. 15 years ago
Daniel Grunwald 9971c664d7 Add tests for method ending with finally block/catch handler. 15 years ago
Eusebiu Marcu 951acde9c4 Fix ResolveType method 15 years ago
Eusebiu Marcu cc07733f5b Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Artur Zgodziski b4c55dc705 Removed redundant int base type of enum. 15 years ago
Artur Zgodziski 0e4ca6d164 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into cust-attr 15 years ago
pentp c61d3b3ab2 Fix for handler blocks ending at method body end 15 years ago
David Srbecký 89c7a8a5b4 Keep track of the original variable for ILVariable 15 years ago
David Srbecký 022111fa9f Fixed bug that might have caused some code to be duplicated 15 years ago
Artur Zgodziski d13d7bd48f Basic output of custom attributes attached to types and methods. 15 years ago
David Srbecký 18aea29eae Split local variables by their live ranges 15 years ago
David Srbecký 994a215963 Data-flow analysis in ILAstBuilder 15 years ago
Artur Zgodziski e0f0a2aa2e Modifications of solution and project files made by VS2010. 15 years ago
Eusebiu Marcu 2997cdbef4 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 04cca17e3b Don't use the 256x256 icon on Windows XP. Closes #36. 15 years ago
Daniel Grunwald db0c6a7086 Preserve annotations when declaring local variables. 15 years ago
Daniel Grunwald d07a28093d Pass field names through CleanUpVariableName before using them as variable names. 15 years ago
Daniel Grunwald e31a89689d Add support for char literals. 15 years ago
Daniel Grunwald e8f9febcc0 Replace 'i += 1' with 'i++'. Closes #33. 15 years ago
Eusebiu Marcu 6d61119bde Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Eusebiu Marcu 42d31e39d1 block F5 = Refresh when debugging. 15 years ago
Daniel Grunwald eeaabc3c4e Add support for the stind and ldind opcodes. Closes #23. 15 years ago
Daniel Grunwald 254b10b6e3 Add support for initobj, ldobj and stobj. Closes #30. 15 years ago
Eusebiu Marcu b21d251a6e Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Eusebiu Marcu 43eace86c8 Basic evaluation - first level 15 years ago
Daniel Grunwald 75cb96fbda Don't use indexer name as variable name. 15 years ago
Daniel Grunwald b9808b13bb Add support for calling indexers. Closes #31. 15 years ago
Daniel Grunwald 100b7160a8 Fix constants. 15 years ago
Daniel Grunwald 32bd96922e Make Cecil property getters thread-safe. 15 years ago
Eusebiu Marcu 38b25a1a83 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald f0fc66bff6 Avoid using equality operator on TypeReferences; Cecil does not guarantee that there is only one instance for a type. 15 years ago
Daniel Grunwald 72bb24167e Use ILCode instead of Code in type analysis. 15 years ago
Daniel Grunwald b7ea33b8ac Don't inline stloc instructions. 15 years ago
Daniel Grunwald 64b116cf94 Fix test runner diff output. Closes #25. 15 years ago