828 Commits (25f35033ac24c1a6d66b1bc9ac2bc09c35eed952)

Author SHA1 Message Date
Siegfried Pammer 184a6fc4f0 replace file header in some files 14 years ago
Siegfried Pammer 975be57b62 implement DecimalConstantTransform closes #184 14 years ago
Eusebiu Marcu 6cbd5519ff Use AttributedNode; 14 years ago
Eusebiu Marcu 8c37175189 add icon margin & bookmarks 14 years ago
Eusebiu Marcu 207af4eced update to latest code mappings 14 years ago
Eusebiu Marcu 6bae4e5180 Minor clean-ups. 14 years ago
Ivan Hamilton b408acccea Fix local variable post-increment recognition for split local variables. 14 years ago
Pent Ploompuu 9c2a58d292 Simplify operators on nullable values: all comparisons 14 years ago
Daniel Grunwald e552ae0fa1 Display XML documentation in decompiler output. 14 years ago
Pent Ploompuu 7d3fbfb1cb Simplify operators on nullable values: all comparisons with two nullable operands 14 years ago
Daniel Grunwald d267eb2412 Fix NullReferenceException when viewing ILAst for a calli instruction. Closes #152 14 years ago
Eusebiu Marcu 802702908a debug methods - part 1. 14 years ago
Pent Ploompuu 1628f2870c Simplify operators on nullable values: primitive comparisons 14 years ago
Artur Zgodziński d900a171fa Improved decompilation of new modifier. 14 years ago
Eusebiu Marcu f6ecd0645a Store code mappings using token as key. Sync bookmarks. 14 years ago
Daniel Grunwald 9fdd6539e2 YieldReturnDecompiler: don't require that class name starts with '<' 14 years ago
Daniel Grunwald 65c56de456 Show optional parameters. 14 years ago
Eusebiu Marcu a0bff8626e sync bookmarks : types/members and C#/IL(not working 100%). 14 years ago
Daniel Grunwald f68775e468 Revert fix for #120. Siegfried found a case where the C# compiler creates a useless variable in debug builds. 14 years ago
Ed Harvey 24c0eaccb7 Added Analyzer - Interface Method Implemented By 14 years ago
Daniel Grunwald f12371e0e1 Consistently use the full MIT license header on source files. 14 years ago
Daniel Grunwald 5f069c4ea8 Perform dead store removal only for generated variables. Closes #120. 14 years ago
Eusebiu Marcu a2b35dbd60 Store the code mappings when decompiling multiple member references (TypeDefinitions, MethodDefinitions, PropertyDefinitions, etc). 14 years ago
Daniel Grunwald 1e6cc8f8b1 Fixed bugs with collection initializers. 14 years ago
Daniel Grunwald 6885af6437 Add test case for previous commit. 14 years ago
pentp 28e1ec37f9 Fixed generic constraint display on method overrides and explicit interface implementations. 14 years ago
Daniel Grunwald 8c927f199b Fixed issues introduced by #139 (Improved local variable inlining) 14 years ago
Daniel Grunwald 660505e04d Introduce 'AddressOf' pseudo-opcode to make the type system aware of inlined value types (#139) 14 years ago
pentp 8c161e51cd fix changes 14 years ago
Daniel Grunwald 094f42ac83 Improved disambiguation of type references. 14 years ago
Daniel Grunwald 0764fd7ca7 Fixed issue in lambda decompilation when a closure class contains static fields (cached delegates). 14 years ago
Daniel Grunwald 57db57670c Fix bug when decompiling lambdas that are nested 3 or more levels (and have a closure on each level). 14 years ago
Daniel Grunwald 1e13e4a6fa Show generic constraints in IL view. Closes #140. 14 years ago
Daniel Grunwald 7c9013736e Use hyperlinks for the named arguments in object initializers. 14 years ago
Daniel Grunwald 6a98af56ad Fixed decompilation when an object initializer is used on a collection type. 14 years ago
Daniel Grunwald 207bb984aa Implemented support for nested object/collection initializers. 14 years ago
pentp 71149caffd Remove temporary local variables generated by the C# compiler for instance method calls on immutable value type values 14 years ago
Daniel Grunwald baa05b2e01 Fixed unintended interaction between object initializers and anonymous methods. 14 years ago
Daniel Grunwald 600c07388e Implemented object initializers. 14 years ago
Daniel Grunwald 33b35a45af Fix EventHiding unit test. 14 years ago
Ed Harvey 93a12a9b82 Added tests for shadowed events. 14 years ago
Ed Harvey b35cd2f7ba Fix incorrect merge in 7f5b04d Add support for shadowing events. 14 years ago
Ed Harvey 7f5b04d8e0 Add support for shadowing events. 14 years ago
Ed Harvey e86aee752d Added Event analysis. 14 years ago
Daniel Grunwald 51c2321a92 Read variable names from debug symbols (.pdb files), if available. Based on #122. 14 years ago
Daniel Grunwald d8fc41e7a9 Add refanytype and refanyval to type analysis. 14 years ago
Daniel Grunwald 3875839485 Fixed bug in switch transform. 14 years ago
Daniel Grunwald 9f842fcda2 Implemented foreach pattern over non-generic collections. 14 years ago
Daniel Grunwald 6501104f6d Include UndocumentedExpressions.cs in unit tests. 14 years ago
Eusebiu Marcu e4513b947b Merged ICSharpCode.Decompiler changes from debugger branch. 14 years ago