9645 Commits (fix/lambda-parameter-syntax)
 

Author SHA1 Message Date
Sebastien Lebreton eb6d341866 Fix #3908: use the async iterator element type for yield 2 months ago
Siegfried Pammer 753f1d2481 Fix #1924: don't undo the compiler's &&-to-& optimization 2 months ago
Siegfried Pammer 3a6b074930
Merge pull request #3896 from sailro/fix-3894-span-concat 2 months ago
Siegfried Pammer ffb39611b8 Reimplement cross-platform single-instance handling 2 months ago
Siegfried Pammer 579032a65e Generate version-info files with CRLF on all platforms 2 months ago
Siegfried Pammer a926ae7e8b Show a hover for the indexer of a dynamic index access 2 months ago
Siegfried Pammer cba8b0d7a5 Test dynamic member tooltip rendering 2 months ago
Siegfried Pammer 4f9014fd71 Show the type parameter list on generic dynamic member tooltips 2 months ago
Siegfried Pammer 4ff11dd796 Add a hover-only reference mode, distinct from local highlighting 2 months ago
Siegfried Pammer 325494558b Show a hover for the constructor of a dynamic new expression 2 months ago
Siegfried Pammer 924f66c9df Show a hover for the dynamic type keyword 2 months ago
Siegfried Pammer 749caad637 Show hover tooltips for local variables 2 months ago
Siegfried Pammer 79a67fcee3 Make synthesized dynamic members hover-only, not navigable 2 months ago
Siegfried Pammer 1c010a828e Give dynamic member accesses a symbol for hover tooltips 2 months ago
Siegfried Pammer cac1209014 Fix #1638: identify renamed yield state machine members via method impls 2 months ago
Christoph Wille 2e617a38c0 Report deduplicated reference count, deflake EventSource schema tests 2 months ago
Christoph Wille 8a9dd8b053 Document how to collect event traces 2 months ago
Christoph Wille f5199fae24 Add ILSpyXEventSource for assembly load, resolve, search and analyzer tracing 2 months ago
Christoph Wille c8474419c4 Redesign DecompilerEventSource with Start/Stop tracing and keyword gating 2 months ago
Siegfried Pammer fddd62286b Beautify enum declarations by referencing previously declared members 2 months ago
dependabot[bot] 9898adde0d Bump actions/setup-dotnet from 5 to 6 2 months ago
Siegfried Pammer 6ba7d59cae Fix #3891: don't reduce nesting when there is no else block 2 months ago
Siegfried Pammer 9ff3ac9633
Merge pull request #3893 from sailro/fix-3892-unsafe-object-creation 2 months ago
Sebastien Lebreton 675fca83a8 Fix #3895: keep byref-like ToString in string concatenation 2 months ago
Sebastien Lebreton ad991548b0 Fix #3892: preserve unsafe for pointer constructors 2 months ago
Siegfried Pammer 7554c1b004 Remove the syntactic automatic-event patterns 2 months ago
Siegfried Pammer 461df88572 Replace automatic-event backing-field references during translation 2 months ago
Siegfried Pammer 198639be0d Emit the backing field when a name-associated event is not automatic 2 months ago
Siegfried Pammer 1b9131905d Fix #3858: Detect automatic events on the ILAst instead of the C# AST 2 months ago
Siegfried Pammer bbac02a79f Extract DecompileBodyForAnalysis from RecordDecompiler 2 months ago
ds5678 c40c299ff8 Read the full namespace path off tree namespace nodes, not the label 2 months ago
Siegfried Pammer 640b968b59 Rebuild the assembly-tree namespaces eagerly, as the WPF host did 2 months ago
Siegfried Pammer a9d7538eef Show real progress while a solution exports 2 months ago
Siegfried Pammer 150fa30aa3 Export what loaded, and let the user name the solution 2 months ago
Siegfried Pammer d978ecf881 Fold the solution export into the shared project-export path 2 months ago
Siegfried Pammer 1cebc46c93 Run every Save Code path behind a cancellable progress overlay 2 months ago
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
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