4434 Commits (cb790c6d3881dfd0401181110312dcee3d0fe321)

Author SHA1 Message Date
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. 15 years ago
Daniel Grunwald d8fc41e7a9 Add refanytype and refanyval to type analysis. 15 years ago
Daniel Grunwald 3875839485 Fixed bug in switch transform. 15 years ago
Daniel Grunwald 9f842fcda2 Implemented foreach pattern over non-generic collections. 15 years ago
Daniel Grunwald 6501104f6d Include UndocumentedExpressions.cs in unit tests. 15 years ago
Eusebiu Marcu e4513b947b Merged ICSharpCode.Decompiler changes from debugger branch. 15 years ago
Alex Lyman f3f557103b - Replaced simple Test differ with full-blown DiffLib-backed implementation (pulled in w/ NuGet), to improve failed test messages. 15 years ago
Daniel Grunwald 576a13214c Display return type attributes on delegates. 15 years ago
Eusebiu Marcu e184c73f2d fix code mappings for IL 15 years ago
Eusebiu Marcu 65be04d18e Move local variables into a property of AstBuilder 15 years ago
Artur Zgodziński 680a3730d1 Fixed NullReferenceException errors caused by unresolved references. 15 years ago
Eusebiu Marcu 617236b31d Remove the dictionary storage; Code mappings are found in CodeMappings property in AstBuilder or ReflectionDisassembler. 15 years ago
Daniel Grunwald c869e7cf02 Implemented support for undocumented expressions. 15 years ago
Eusebiu Marcu 711612908c Rename 15 years ago
Eusebiu Marcu bccf5e72e1 Use MemberReference instead of TypeDefinition. 15 years ago
Daniel Grunwald 12a8267c21 Adjust ILSpy to NRefactory API changes. 15 years ago
Daniel Grunwald 256fc931e9 Show the numeric value when decompiling an enum member. Closes #126. 15 years ago
Daniel Grunwald 1255f87696 Display tooltips when hovering over member references. 15 years ago
Daniel Grunwald 0b0bcdd19f Fixed bug in variable naming that could cause two variables to be assigned the same name (and subsequently triggering a crash in DeclareVariables). 15 years ago
Daniel Grunwald 78eea4fddf Fixed bug that caused yield-return analysis to fail sometimes. 15 years ago
David Srbecký 3c5f1355cb Handle uninitialized variables. Closes #102. Closes #116. 15 years ago
David Srbecký 7ff8c69057 Do stack analysis on the whole filter body. Closes #88 15 years ago
David Srbecký 0e957b6347 Fixed NullReferenceException caused by unreachable IL code. It was generally caused by throw followed by catch leave. 15 years ago
David Srbecký 08b8645308 Handle uninitialized variables. Closes #102. Closes #116. 15 years ago
David Srbecký 6222ef7bbf Do stack analysis on the whole filter body. Closes #88 15 years ago
David Srbecký 7ac44375ff Fixed NullReferenceException caused by unreachable IL code. It was generally caused by throw followed by catch leave. 15 years ago
Daniel Grunwald d805e07ffe Fixed decompilation of nested lambdas. 15 years ago
Daniel Grunwald ff28004e5a Don't introduce usings when only a single method is being decompiled. 15 years ago
Daniel Grunwald 8ee23f5243 Add support for query continuations. 15 years ago
Daniel Grunwald 6f4fdd00f7 Get rid of transparent identifiers in query expressions. 15 years ago
Daniel Grunwald 83489b2cc8 Add support for decompiling query expressions. 15 years ago
Daniel Grunwald cd630c3fbb Fix #87: missing cast when calling explicit interface implementation. 15 years ago
Daniel Grunwald 6229a1dba8 Fix unit tests. 15 years ago
Daniel Grunwald e25a05278b Avoid using the incorrect FilterEnd property. 15 years ago
Daniel Grunwald 2a462c3451 Add support for arglist opcode. 15 years ago
Daniel Grunwald 1e66e970bf Add support for mkrefany opcode. 15 years ago
Daniel Grunwald 8a7b51d7de Allow automatic properties with explicit interface implementation. 15 years ago
Daniel Grunwald 542bb9db2f Improved handling of nested display classes. 15 years ago
Daniel Grunwald 15f5c7a0b4 CachedDelegateInitialization: use less aggressive inlining 15 years ago
Daniel Grunwald f791897829 Implemented CachedDelegateInitialization transform for local variables (used for capturing lamdbas within loops). 15 years ago
Daniel Grunwald be7ae61b8f Add support for anonymous types. 15 years ago
Daniel Grunwald 6cb77e63e9 Fully qualify ambiguous type names. 15 years ago