9458 Commits (d1645f50c97d0d61d1508dfd2a9f0a179a3db873)
 

Author SHA1 Message Date
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
Siegfried Pammer e3fbca973c
Merge pull request #3878 from ds5678/issue3877 2 months ago
Siegfried Pammer 5343d849d4 Revive BAML decompiler tests as two projects and run them in CI 2 months ago
Siegfried Pammer fceb892cb3 Keep BAML decompilation working when WPF assemblies are missing 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
Christoph Wille 3ab2a2b0cb
Add decompiler architecture document (LLM-generated, human-reviewed) (#3870) 2 months ago
Siegfried Pammer 322add8d14 Fix dynamic event-assignment decompilation leaking is-event opcode 2 months ago
Christoph Wille 71b71b5534 Avalonia 12.1 2 months ago
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