30 Commits (fix/lambda-parameter-syntax)

Author SHA1 Message Date
Siegfried Pammer 40b90766a1 Infer the C# type of ldlen 2 weeks ago
Siegfried Pammer 8ab3f93f5e Fix #3704: keep the static type of a dynamic call target 3 weeks ago
Siegfried Pammer 322add8d14 Fix dynamic event-assignment decompilation leaking is-event opcode 2 months ago
Siegfried Pammer 069e0a6ec6 Add pretty tests for dynamic in loop conditions and conditional calls 2 months ago
Christoph Wille 5d7d5dd5e5 Cover dynamic bitwise and shift binary operators 3 months ago
Christoph Wille a2ece5d379 Cover dynamic bitwise, shift, and modulo compound assignments 3 months ago
Sebastien Lebreton 44cb31abae Fix #3820: decompile dynamic ~ as ~x instead of an unsupported-opcode error 3 months ago
Peter Crabtree e1e16b64f5 dev: Strip BOM mark from text files 1 year ago
Siegfried Pammer 783c934bfd Transform RequiresLocationAttribute to 'ref readonly' on function pointers. 2 years ago
Daniel Grunwald efeaf1356f Add feature: C#11 nint without NativeIntegerAttribute 3 years ago
ElektroKill 0b9d546f46
Fix dynamic type index calculation in `ApplyAttributeTypeVisitor` 4 years ago
Siegfried Pammer 42668e810a Fix #2808: Insert cast to object when statically casting from dynamic to a reference type. 4 years ago
Siegfried Pammer f52ce79da0 Fix #2278: Implement support for CSharpBinderFlags.InvokeSimpleName 6 years ago
Siegfried Pammer cc19e9043e Fix #603: Single element arrays should not span multiple lines 6 years ago
Daniel Grunwald cabb02b5fd Add support for decoding function pointer types in signatures. 6 years ago
Siegfried Pammer 04f9603768 Fix #2140: ILSpy 6.2p1 no longer respects "use discards" setting 6 years ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 6 years ago
Siegfried Pammer 44c044aa33 Fix #1635: DynamicInvokeConstructorInstruction Did report the wrong StackType for value types and unknown types. 7 years ago
Siegfried Pammer f49cc11c76 Fix #1627: Allow constants as targets of dynamic calls. 7 years ago
Siegfried Pammer 36afa0857d Add tests for ref, out and in parameters. 7 years ago
Siegfried Pammer d42cf99a8c Fix dynamic transforms because https://github.com/dotnet/roslyn/issues/27800 was fixed. 8 years ago
Daniel Grunwald 35a0ee2263 Fix #1309: Decompilation of dynamic casts. 8 years ago
Daniel Grunwald dd5845e83d Support short-circuiting operators with dynamic. (e.g. "if (x.A && x.B)" where "x" is dynamic) 8 years ago
Siegfried Pammer 74fc5ba8a4 Add more test cases 8 years ago
Siegfried Pammer 78e81bee29 Add more dynamic tests 8 years ago
Siegfried Pammer e933abb67f Update dynamic tests 8 years ago
Siegfried Pammer 9fa5249afe Update dynamic test cases 8 years ago
Siegfried Pammer 51e0aab6c8 Add more tests 8 years ago
Daniel Grunwald e718d45f7d Use tabs in dynamic tests. 8 years ago
Andreas Weizel 16b00bfabc Added DynamicTests. 8 years ago