892 Commits (v11.0-preview1)

Author SHA1 Message Date
Siegfried Pammer 461df88572 Replace automatic-event backing-field references during translation 2 months ago
Siegfried Pammer 198639be0d Emit the backing field when a name-associated event is not automatic 2 months ago
Siegfried Pammer 1b9131905d Fix #3858: Detect automatic events on the ILAst instead of the C# AST 2 months ago
Sebastien Lebreton b0e446618f Fix #3850: recover ReadOnlySpan<T> array literals from the legacy lazy cache 2 months ago
ds5678 898c2a3f9f Add Issue3877 test and handle negative dict capacity 2 months ago
Siegfried Pammer 17e6a63c2b Fix #3475: Emit 'true ? null : new { ... }' for null of anonymous type 2 months ago
Siegfried Pammer 5a6e1515eb Add test for out-var reference nested within another argument 2 months ago
Siegfried Pammer 1e6a19e2c4 Fix #3860: Avoid 'out var' if the variable recurs in the argument list 2 months ago
Siegfried Pammer c52a0f29f6 Fix #1388, #1928: decompile await on dynamic expressions 2 months ago
Siegfried Pammer 322add8d14 Fix dynamic event-assignment decompilation leaking is-event opcode 2 months ago
Siegfried Pammer 52e2161ea7 Add regression test for duplicate array-element assignment 2 months ago
Siegfried Pammer f380b31a27 Fix #3804: reconstruct foreach over an inline array 2 months ago
Siegfried Pammer 5d49a2f751 Simplify hoisted null-guard fold to reference-type constructor chains 2 months ago
Sebastien Lebreton 44ac0dd05d Address review: keep while-loop instead of headless for for ref locals 2 months ago
Sebastien Lebreton 13c80c4588 Fix #3827: keep the initializer on a ref local hoisted out of a for-loop 2 months ago
Siegfried Pammer 112f32f88f Lift chained ctor calls when sibling constructors' field inits diverge 2 months ago
Siegfried Pammer a1f9a6b6f5 Fix #3824: fold a hoisted argument null-guard at the ILAst level 2 months ago
Sebastien Lebreton d9ce405354 Fix #3825: handle hoisted-local cleanup before combined-tokens disposal 2 months ago
Siegfried Pammer 32058da4eb Add pretty tests for UnscopedRef members 2 months ago
Siegfried Pammer 9674e0982d Add pretty tests for static abstract checked and shift operators 2 months ago
Siegfried Pammer b4d4c8f621 Add pretty test for compound assignment with checked operators 2 months ago
Siegfried Pammer c0b85c5dde Add pretty test for generic attributes with constructed type arguments 2 months ago
Siegfried Pammer f8438edd89 Add pretty tests for SetsRequiredMembers and required-member inheritance 2 months ago
Siegfried Pammer bb78c2d1ea Add pretty tests for readonly record structs and custom record members 2 months ago
Siegfried Pammer 169c399f78 Add pretty tests for UTF-8 string literal edge cases 2 months ago
Siegfried Pammer a1420dd311 Add pretty test for dictionary index initializers 2 months ago
Siegfried Pammer 53213f36b0 Add pretty tests for ConfigureAwait in async iterators and foreach 2 months ago
Siegfried Pammer d75379c0cf Add pretty test for pattern-based Dispose of a ref struct 2 months ago
Siegfried Pammer c8cf161cb8 Add pretty tests for nullable postcondition attributes 2 months ago
Siegfried Pammer 8c16223908 Add pretty tests for protected, static, and generic interface members 2 months ago
Siegfried Pammer e54e844871 Add pretty tests for async local functions 2 months ago
Siegfried Pammer 92f6c6f3e6 Add pretty tests for await in expression positions 2 months ago
Siegfried Pammer 069e0a6ec6 Add pretty tests for dynamic in loop conditions and conditional calls 2 months ago
Siegfried Pammer f59b76a655 Add pretty test for checked arithmetic in expression trees 2 months ago
Siegfried Pammer a4a8c0a894 Add pretty test for select-into query continuations 2 months ago
Siegfried Pammer 9c9892764d Add pretty tests for virtual, interface, and struct auto-properties 2 months ago
Siegfried Pammer 2d9bbce63c Add pretty tests for nested anonymous-type members 2 months ago
Siegfried Pammer 309592c3fe Add pretty tests for lifted compound assignment and nullable boxing 2 months ago
Siegfried Pammer 250dfaa1e7 Add pretty test for overriding members of a generic base type 2 months ago
Siegfried Pammer c8965793a6 Add pretty test for generic iterator methods 2 months ago
Siegfried Pammer 46f7ae2411 Add Variance pretty test fixture 2 months ago
Siegfried Pammer 6ae8466979 Add pretty test for exception filters with side effects 2 months ago
Siegfried Pammer e1db6dbdb1 Add pretty test for continue inside catch within a loop 2 months ago
Siegfried Pammer 760a3ad9e1 Add pretty tests for pointer-to-pointer shapes 2 months ago
Siegfried Pammer d3517739ff Add fine-grained C# AST debug steps 3 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
Siegfried Pammer e33dbd7eca Use SDK default Compile items in ICSharpCode.Decompiler.Tests 3 months ago
Siegfried Pammer d4922cfec0 Don't inline a pointer-typed stackalloc into an expression 3 months ago