9786 Commits (052aec9b89a8d79a50cb176b2a162c2ce676dafa)
 

Author SHA1 Message Date
Siegfried Pammer 6c261321d5 Add a code review guide and point CLAUDE.md at it 3 weeks ago
Daniel Grunwald 1a784e2fa9 Fix `throw switch-expr;` by specifying the typeHint for `throw`. 3 weeks ago
Daniel Grunwald ca24b8f3af Fix #3683: insert casts in switch expression to ensure a best common type exists. 3 weeks ago
Siegfried Pammer 8997904b72
Merge pull request #4029 from icsharpcode/refactor/debug-steps-typed-il 3 weeks ago
Siegfried Pammer 3160485f1f Keep the original name of an obfuscated local function 3 weeks ago
Siegfried Pammer e85d2ba00e Detect local functions renamed by obfuscators 3 weeks ago
Siegfried Pammer 3a8340ef60 Stop pointing the ILAst docs at a language that is not there 3 weeks ago
Siegfried Pammer ea28552655 Name the new file's author, and require the group depth 3 weeks ago
Siegfried Pammer 90d563b796 Walk the step tree with the helper the repo already has 3 weeks ago
Siegfried Pammer 72ed28f903 Report the halted-ILAst write through a return value 3 weeks ago
Siegfried Pammer 1e95c82a52 Show each step's pipeline half, and filter without building the tree 3 weeks ago
Siegfried Pammer b8d68d9143 Give the builder output a step of its own 3 weeks ago
Siegfried Pammer 44116503d9 Take the halted function from the stepper 3 weeks ago
Siegfried Pammer f24e7faa96 Carry step recording in the decompilation request 3 weeks ago
Siegfried Pammer 1118f2c056 Let the pane's steps go when it closes 3 weeks ago
Siegfried Pammer 0b4b2a3f08 Record the whole pipeline or none of it 3 weeks ago
Siegfried Pammer a5bd230e14 Walk the whole decompiler pipeline in the Debug Steps pane 3 weeks ago
Siegfried Pammer a980639f99 Pin the deconstruction shapes the transform has to keep matching 3 weeks ago
Christoph Wille 27b45a4458 Fix #4054: Accept drops from sources that do not permit the Move effect 3 weeks ago
Siegfried Pammer 5571b87074
Merge pull request #4051 from icsharpcode/docs/decompiler-engine-guardrails 3 weeks ago
Siegfried Pammer 76ec7588e3 #2764: Add regression test for duplicate assembly references 3 weeks ago
Christoph Wille e930120ade
Merge pull request #4047 from icsharpcode/fix/resources-file-length-validation 3 weeks ago
Christoph Wille 45470dfbed
Merge pull request #4048 from icsharpcode/fix/bundle-entry-decompression-bound 3 weeks ago
Christoph Wille 436a82a3f8
Merge pull request #4046 from icsharpcode/fix/lightjson-parser-depth-limit 3 weeks ago
Christoph Wille 629bed5677 Rename CheckLength to CheckLengthOrThrow 3 weeks ago
Christoph Wille c74990d987 Share the bundle signature with the tests instead of copying it 3 weeks ago
Christoph Wille feee85dc6c Detect a bundle signature that ends exactly at the end of the mapped view 3 weeks ago
Christoph Wille 4980c011b8 Never size bundle entry decompression from the manifest's declared size 3 weeks ago
Christoph Wille bdb4ffaa56 Bound every .resources length against the remaining stream before allocating 3 weeks ago
Christoph Wille 9b3e33472d Cap LightJson parser nesting depth to prevent stack overflow 3 weeks ago
Christoph Wille 24ec3327e7
Merge pull request #4045 from icsharpcode/dependabot/github_actions/github/codeql-action-4.37.8 3 weeks ago
dependabot[bot] 678699877b
Bump github/codeql-action from 4.37.7 to 4.37.8 3 weeks ago
Christoph Wille 542d3b0407
Merge pull request #4044 from icsharpcode/fix/4040-search-result-icon-overlays 3 weeks ago
Christoph Wille 6e298af439 Cover the method, property, event and namespace-fallback search icon arms 3 weeks ago
Christoph Wille c80a2ec36a Route remaining flat icon sites through the tree nodes' GetIcon helpers 3 weeks ago
Christoph Wille 300c075ffe Map protected-internal types to the plain protected overlay 3 weeks ago
Christoph Wille c11eded3ea Fix #4040: Compose accessibility and static overlays onto search result icons 3 weeks ago
Christoph Wille 88dd08a947
Merge pull request #4039 from icsharpcode/fix/ui-regressions-4027-4028-4030 3 weeks ago
Christoph Wille 38f113f1ef Analyzer pane no longer duplicates entries analysed from different panes (#4030) 3 weeks ago
Siegfried Pammer 52f9748728
Merge pull request #4014 from icsharpcode/default-literals-convertto 3 weeks ago
Christoph Wille 7bf102f3b4 Keep the default literal's type when a conversion is unwrapped 4 weeks ago
Christoph Wille 9238c3b63c Shorten default(T) in place, and say why operators keep the type 4 weeks ago
Christoph Wille fe9f6db3ee Emit C# 7.1 default literals where the context supplies the type 4 weeks ago
Siegfried Pammer f3f80cd463 Ignore blank, comment and directive lines when aligning code diffs 4 weeks ago
Christoph Wille 9dd0879b91 Analyze is offered again for Analyzer pane rows (#4030) 4 weeks ago
Christoph Wille 9132a0960b Delete key removes the selected tree rows again (#4030) 4 weeks ago
Christoph Wille dfca502681 Fix #4027: mouse back/forward buttons navigate the history again 4 weeks ago
Christoph Wille a04d40b895 Fix #4030: Enter did not activate the selected tree row 4 weeks ago
Christoph Wille 28a5cbb219 Fix #4028: derived-type entries were hidden by the filter cascade 4 weeks ago
Daniel Grunwald f4ac761a10
Merge pull request #4021 from icsharpcode/tests/async-await-patterns 4 weeks ago