9645 Commits (fix/lambda-parameter-syntax)
 

Author SHA1 Message Date
Christoph Wille e1b4eb03a5 Upload TestCases folder as artifact when CI tests fail 2 months ago
Christoph Wille 3fa906b730 CONTRIBUTING.md for the AI era 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
Siegfried Pammer ca307f5886 Return an enum from the sequential store offset matcher 2 months ago
Siegfried Pammer c803b71a47 Guard against nil field tokens in the localloc cpblk prefix 2 months ago
Siegfried Pammer dee0b1625f Build jagged array initializer blocks with the shared helper 2 months ago
Siegfried Pammer 587c55ca05 Drop the bool result of the localloc prefix handler 2 months ago
Siegfried Pammer 58edd4f38f Extract localloc initializer prefix and store offset matching 2 months ago
Siegfried Pammer a7354ed73e Extract simple array initializer block construction 2 months ago
Siegfried Pammer 4d42b38af1 Handle truncated XALZ input via EndOfStreamException, not length checks 2 months ago
Christoph Wille c685d5305b Bound XamarinCompressedFileLoader against crafted XALZ headers 2 months ago
Siegfried Pammer 6fdfd9f216
Merge pull request #3828 from sailro/fix-unchecked-constant-overflow 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 c79aefb325 Add file-header rule to CLAUDE.md 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
Siegfried Pammer 51f153d06d
Merge pull request #3831 from sailro/fix-async-iterator-enumeratorcancellation 2 months ago
Siegfried Pammer 2a3279d627 Keep ref iterator loops as while when live after loop 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
Siegfried Pammer 93a1653cc7 Show text-based resources inline with syntax highlighting 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