3701 Commits (40cadf0191369be1c5ef3a4f6cb57be1c19da995)
 

Author SHA1 Message Date
Siegfried Pammer cdaa3e29c9 Fix highlighting of 'where' keyword in LINQ query clauses. 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
Daniel Grunwald f2be6c6ddb Merge pull request #927 from icsharpcode/initializer_pretty_fix 9 years ago
Siegfried Pammer 7e9f60533b Use proposedNameForStoresFromNewObj only in case of stack slots. 9 years ago
Siegfried Pammer bec2f9da2b Add event test case. 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 20d772ed65 Add more tests 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
Siegfried Pammer 0ab805a603 Add regression test for foreach variable naming. 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 d95bea4d41 Merge pull request #923 from icsharpcode/csilview 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
Daniel Grunwald f03de7abb8 Fix #916: consistently use AvalonEdit 5.0.4 9 years ago
Siegfried Pammer 5b4db073ef Update README.md 9 years ago
Siegfried Pammer 4ca4d97011 Improve SequencePointBuilder 9 years ago
Daniel Grunwald c202b9145b Only follow hyperlinks on MouseUp if the mouse wasn't moved since MouseDown. 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