1604 Commits (ba80bb0089302f33a9b839b8c38dfd392d18560b)
 

Author SHA1 Message Date
Daniel Grunwald 49c92cfba8 Adjust ILSpy to new NRefactory version. 14 years ago
Daniel Grunwald 8ba34d9755 Merge NRefactory '14a4d88' into ILSpy. 14 years ago
Daniel Grunwald 14a4d880e6 Squashed 'NRefactory/' changes from a73d7ba..36c9cae 14 years ago
Ed Harvey 46d99570d8 Improved display of resource strings and serialized objects 14 years ago
Ed Harvey 5be6be9084 * Split DecompileEventArgs to separate file. 14 years ago
Ed Harvey 85c18d0951 Code Tidy: Mark fields read-only where appropriate 14 years ago
Ed Harvey 729cc9da0c Code Tidy : Remove redundant using statements 14 years ago
Ed Harvey fc1ea1e0b4 Code Tidy: Class is not partial 14 years ago
Ed Harvey 2e4bbf1f57 Split DecompileEventArgs to separate file. 14 years ago
Ed Harvey 3d51b93e44 Merge branch 'master' of github.com:icsharpcode/ILSpy 14 years ago
Ed Harvey b60dbc74af enhanced resource decompilation 14 years ago
Ed Harvey db5fc018aa Move extension method to more appropriate namespace. 14 years ago
Daniel Grunwald 1f0a5415c9 Merge pull request #285 from RKlier/openListDlg 14 years ago
Ed Harvey cadd540679 #295 Increase initial capacity of Instructions collection. 14 years ago
Ed Harvey abdf59560c Fix #294: Exception on creation of tree node with 'privatescope' visibility 14 years ago
David Srbecký e0e53ae650 Switched to "define-use" naming convention in ILAstBuilder. Refactored variable splitting. 14 years ago
Pent Ploompuu 8490b4cfd5 Restrict variable splitting in case of nondeterministic ldloca opcodes. 14 years ago
David Srbecký 774e3cd8ca If switch cases contain values other then 0 and 1, force the condition to be non-boolean 14 years ago
Daniel Grunwald 09b0db5cd4 Add strong name to all ILSpy assemblies. 14 years ago
Ronny Klier b1f4e987c5 fix for OpenListDialog usability 14 years ago
Daniel Grunwald 59db5876ee Decompile 'volatile' modifier. 14 years ago
Daniel Grunwald becc8f14d0 Simplify bookmarks logic. 14 years ago
Daniel Grunwald c542648d87 Store debugger member mappings in a simple list in the text output; copy the entries into the DebugInformation only when the output gets displayed. 14 years ago
Daniel Grunwald cb02344e52 Merge remote branch 'eusebiu/master' (re-enable debugger and IconBarMargin) 14 years ago
Daniel Grunwald b6ba673a2d Implemented Expression Tree decompilation. Closes #175. 14 years ago
Eusebiu Marcu 50dc19d0d2 fix navigation on fields. 14 years ago
Eusebiu Marcu cabe2fdcc6 Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Daniel Grunwald 2e387958db Add support for more language constructs to the ExpressionTreeConverter. 14 years ago
Daniel Grunwald 7e35c705b6 Initial implementation of Expression Tree Decompilation (#175) 14 years ago
Eusebiu Marcu 9465d1722c Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Eusebiu Marcu 38b404a709 fix icon margin. 14 years ago
Zohar Kelrich 470caaa6bb Fix #278: Decompiling generic multidimensional array access throws exception 14 years ago
Daniel Grunwald 70d1693e91 Fix #255 InvalidOperationException: The new node 'CheckedExpression' is not valid in the role Initializer 14 years ago
lumi deaff2a0ce Add failing test for Checked/initializer interaction 14 years ago
Eusebiu Marcu 21100731fa Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Eusebiu Marcu ab9a80cadd Modify code-mappings API and icon margin. 14 years ago
Artur Zgodziński a63302a0cb Folding using declarations 14 years ago
Artur Zgodziński f8ee8ae828 simplified switch sections by removing redundant blocks. 14 years ago
Artur Zgodziński 1627337fcc changed formatting of the C# Case statement 14 years ago
Artur Zgodziński 31b1a2dac9 Highlighting goto references. 14 years ago
Artur Zgodziński 5853758846 Fixed highlighting of variable declaration with empty initializer. 14 years ago
Daniel Grunwald c28f6455d8 Anonymous type create expressions: when all names can be inferred from the initializers, don't create NamedExpressions. 14 years ago
Siegfried Pammer 2f349f4781 fix bugs in unit tests 14 years ago
Daniel Grunwald 25237a19d8 Merge pull request #205 - Decompilation of lifted operators 14 years ago
Daniel Grunwald 6d22ff99ad Sort custom attributes - the C# compiler seems to add these in random order, so by sorting them we eliminate unnecessary differences when comparing multiple versions of an assembly. 14 years ago
Siegfried Pammer 2872d2ea1d fix #264: add UnresolvableDependencyPropertyDescriptor and UnresolvableType to represent types from assemblies that cannot be loaded 14 years ago
Siegfried Pammer 68ba9bd28f implement links to type definitions in the VB source view 14 years ago
Daniel Grunwald 56c75e09b2 Refactored handling of debug mapping in the decompiler: we now avoid using a side-channel for the debug info and instead return it via the ITextOutput. 14 years ago
Daniel Grunwald 9db07b54c5 Adjust decompiler to NRefactory changes. 14 years ago
Daniel Grunwald f450aca351 C# AST: when setting a string property to null or an empty string, remove the corresponding identifier token. 14 years ago