1476 Commits (d978ecf88125d337ed13a54079797fbb9f493613)

Author SHA1 Message Date
Christoph Wille b888153f24 NuGet 07/26 updates and .NET 11 P6 Roslyn 2 months ago
Sebastien Lebreton b0e446618f Fix #3850: recover ReadOnlySpan<T> array literals from the legacy lazy cache 2 months ago
Siegfried Pammer 15719eedd6 Reject negative char index in the length-and-char string switch 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 a308b64a7f Add ILPretty regression test for duplicate stackalloc store 2 months ago
Siegfried Pammer 52e2161ea7 Add regression test for duplicate array-element assignment 2 months ago
Christoph Wille c685d5305b Bound XamarinCompressedFileLoader against crafted XALZ headers 2 months ago
Christoph Wille 3d6a529e58 Bound WebCilFile section access against mapped-view length 2 months ago
Siegfried Pammer 07d5a01d2b Add license headers to source files that lacked them 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
Siegfried Pammer f2b51d2c34 Fix #2078: Generic local functions not highlighted properly 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 eac6c59a43 Add unit tests for the XmlDoc ID-string subsystem 2 months ago
Siegfried Pammer 847324e836 Fix #3845: Add option to expand XML documentation comments 2 months ago