3806 Commits (108c5f643e5a223d2a4e75873bc7fefbb02c2d2c)

Author SHA1 Message Date
Siegfried Pammer 42e41c3f16 Automate versioning of nupkg. Remarks: Edit ICSharpCode.Decompiler.nuspec.template 9 years ago
Siegfried Pammer 4626ba3fc8 Do not treat missing deps.json file as error. - Fixes #908: Assembly loader issue (very minor) 9 years ago
Siegfried Pammer 3bf182860d Fix #934: Project generation: absolute path used for AssemblyInfo.cs module 9 years ago
Christoph Wille 22eb1a10ed Update nuspec dependencies 9 years ago
Siegfried Pammer 79dec0145a Fix #928: Null literal white space formatting issue 9 years ago
Siegfried Pammer 425d1ae697 Fix ArgumentOutOfRangeException in CopyPropagation while decompiling System.Security.Cryptography.CryptoStream.ReadAsyncInternal from mscorlib.v4 9 years ago
Siegfried Pammer d645166f3e * Fix #920: [Bug]Click one reference will navigate to another. 9 years ago
Siegfried Pammer 5ee6d88ff3 Add foreach over array pattern. 9 years ago
Siegfried Pammer 9630acd8b7 SwitchOnNullableTransform: Fix another special case produced by the Roslyn compiler. 9 years ago
Siegfried Pammer d783fc68ef Fix #918: Conversion of bool literals to bool? not pretty 9 years ago
Siegfried Pammer 818a90af95 #918: CallBuilder: Add fix-up logic for lambda expressions with anonymous parameter types to ensure the correct overload is called after removing the 'implicit' call to 'new Nullable<T>(T value)'. 9 years ago
Siegfried Pammer 7e9f60533b Use proposedNameForStoresFromNewObj only in case of stack slots. 9 years ago
Siegfried Pammer 461e59bd3f Clean up and documentation 9 years ago
Siegfried Pammer 08dcead162 Fix false positive in struct initializers with default.value init 9 years ago
Siegfried Pammer e48dfb7cb2 Add ILStackWasEmpty flag to default.value 9 years ago
Siegfried Pammer e1baac3a9c Fix output of space before array initializer expression. 9 years ago
Siegfried Pammer 60894a02a4 Fix missing ILStackWasEmpty-flag on call after conversion to newobj 9 years ago
Siegfried Pammer a014684918 Fix regression in AssignVariableNames 9 years ago
Siegfried Pammer 11a9d901e2 Fix foreach variable naming in case of parameter in-expression. Add more tests. 9 years ago
Daniel Grunwald 159cc29032 Fix incorrect cast to small integer type when comparing IntPtr with short. 9 years ago
Daniel Grunwald 0c6d6742fe Add support for fixed-size buffers. 9 years ago
Siegfried Pammer 0b6987f195 Fix pretty unit tests. 9 years ago
Daniel Grunwald bab93ee990 Fix pointer arithmetic involving pointer to structs and long offsets. 9 years ago
Daniel Grunwald 74eb0d8d63 Avoid unnecessary casts in pointer comparisons. 9 years ago
Siegfried Pammer 381bd42599 Fix bug mentioned in #909 9 years ago
Daniel Grunwald 8c5de98a39 Move UnsafeCode tests to pretty-tests (except for those that are not yet successful). 9 years ago
Daniel Grunwald 7cacd005a6 When decompiling a single method, don't fully-qualify type names in the current namespace. 9 years ago
Daniel Grunwald dc995b15c6 Add support for 'ptr - ptr'. 9 years ago
Daniel Grunwald 9975c722d5 Revive the transform from "*(ptr + offset)" to "ptr[offset]" 9 years ago
Daniel Grunwald 19a7d8f7ff Add support for pointer arithmetic (ptr + offset, offset + ptr, ptr - offset). 9 years ago
Daniel Grunwald b2c18fcc95 Avoid casting pointer prior to dereference if the existing pointer type performs the same kind of memory access. 9 years ago
Daniel Grunwald 9e3fbe68f3 #907: Avoid unnecessary casts in delegate comparisons. 9 years ago
Siegfried Pammer 14b6c599c1 Fix object initializers directly accessing struct members + add initializer pretty tests. 9 years ago
Siegfried Pammer 086325afdf Fix #917: InvalidCastException: Cast from Int64 to Boolean not supported. 9 years ago
Daniel Grunwald e34480527d Fix line tracking when printing single-line comments. 9 years ago
Siegfried Pammer 4511043815 SequencePointBuilder: add support for fixed-statement 9 years ago
Siegfried Pammer a0ed791567 SequencePointBuilder: add support for if-statement, while-statement and do-while-statement 9 years ago
Siegfried Pammer 4ca4d97011 Improve SequencePointBuilder 9 years ago
Siegfried Pammer 2169d44c81 Implement sequence points for using statement. 9 years ago
Siegfried Pammer 79d3ff10a3 Add setting ShowDebugInfo 9 years ago
Daniel Grunwald 462d0da7b6 Add feature to the MethodBodyDisassembler that shows sequence points from PDB in disassembled IL. 9 years ago
Daniel Grunwald d2b6651507 ILAst: show unused IL ranges 9 years ago
Siegfried Pammer f890900d4d Fix AddToSequencePoint for ILFunction 9 years ago
Siegfried Pammer 5e50294c82 Fix ILRange of ILFunction in DelegateConstruction 9 years ago
Daniel Grunwald b7d4636f80 Implement ILInstruction.AddILRange() 9 years ago
Siegfried Pammer 84592fcc6f Prevent SequencePointBuilder from combining sequence points of lambda expressions. 9 years ago
Daniel Grunwald f21d48317c ILAst: show if block container is a loop container. 9 years ago
Siegfried Pammer c2a7c806f0 Add missing annotations after TranslateFunction 9 years ago
Daniel Grunwald d68b9a9893 Fix missing InvalidateFlags() call. 9 years ago
Siegfried Pammer 81e6f0c9bb Improve ILRange output in ILAst 9 years ago