9744 Commits (e58641bd13f575e7ebfa54f8ff0b6286e2253be0)
 

Author SHA1 Message Date
Siegfried Pammer ead3ee7e39 Decide --navigateto's selection from what the ID resolved to 3 weeks ago
Siegfried Pammer 9971c7e6df Find the member a hand-written documentation id was aiming at 3 weeks ago
Siegfried Pammer 46d8f8c4f4
Merge pull request #4067 from icsharpcode/docs/code-review-guidelines 3 weeks ago
Daniel Grunwald aa00e3fb84
Merge pull request #4068 from icsharpcode/type-inference 3 weeks ago
Daniel Grunwald 5d9cdce94c We need to properly compare the C# type, not just the StackType, otherwise our implicit conversions might end up converting to the wrong type. 3 weeks ago
Daniel Grunwald b54a073efe Improvements to type inference: 3 weeks ago
Siegfried Pammer 2d9f852cd0
Merge pull request #4065 from icsharpcode/fix-3683 3 weeks ago
Siegfried Pammer 89719860b9 Require the Assisted-by trailer on every agent-written commit 3 weeks ago
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