9496 Commits (48b8684646972adce571077d94d03a4d467b7e0b)
 

Author SHA1 Message Date
Siegfried Pammer 48b8684646 Launch ILSpy from VS Code via dotrush, with a plain fallback 1 month ago
Siegfried Pammer b2b82ce6a8 Stream the search's assembly walk instead of materializing it 1 month ago
Christoph Wille deb1da33c1 Fix #3994: theme the documentation hover popup's chrome 1 month ago
Christoph Wille e82e3ba68c Fix #3993: register main-menu gestures as window key bindings 1 month ago
Christoph Wille 002748d5d0 Give dark-theme syntax colors a perceptual contrast floor 1 month ago
Daniel Grunwald 40e6f2cf2c
Merge pull request #3897 from sailro/fix-3894-mixed-lambda 1 month ago
Sebastien Lebreton e7bed9c78e Use pattern expression instead 1 month ago
Sebastien Lebreton b1e5163873 Fix #3894: keep lambda parameter typing consistent 1 month ago
Daniel Grunwald d34c563c1c
Merge pull request #3964 from icsharpcode/fix-copypropagation-stobj-target 1 month ago
Daniel Grunwald 07b2649fdf
Merge pull request #3888 from sailro/scoped-local-inference-v2 1 month ago
Siegfried Pammer 0447e2b58f
Merge pull request #3930 from icsharpcode/tests/829-first-class-span 1 month ago
Siegfried Pammer 0879e35c08 Show the hexadecimal form of negative ldc.i4/ldc.i8 operands 1 month ago
Siegfried Pammer 63d03f1b49 Fix #1142: recover enum members for out-of-range constant operands 1 month ago
Daniel Grunwald 67ef999992 Extract implicit-span-conversion-related logic in HandleImplicitConversion into separate method. 1 month ago
Siegfried Pammer 789b09dc62 Share one ref-assembly compilation across the semantics tests 1 month ago
Siegfried Pammer 5ca60d1b61 Pin params, ref and out interaction with span conversions 1 month ago
Siegfried Pammer 79b2ebcb9d Pin in-parameter binding behavior for span conversions 1 month ago
Siegfried Pammer 63900bb38c Align span conversions, betterness and inference with the C# 14 spec 1 month ago
Siegfried Pammer cd181b3f08 Fold C# 14 implicit span conversions instead of printing their helpers 1 month ago
Siegfried Pammer 6bd800fadd Add pretty tests for C# 14 first-class span types 1 month ago
Siegfried Pammer 8d65375c76 Delay exceptions when copy-propagating an address into a StObj target 1 month ago
Siegfried Pammer aca9693d9a Drop the fixup/autosquash rule from the commit workflow 1 month ago
Daniel Grunwald a0b30a6902
Merge pull request #4006 from icsharpcode/refactor/usingscope-to-typesystem 1 month ago
Daniel Grunwald ae4556f202
Merge pull request #4005 from icsharpcode/tuple-name-inference 1 month ago
Siegfried Pammer 01895fbab7 Merge tuple element names during type-inference fixing 1 month ago
Christoph Wille a134c8b28d Aim the tree-gesture pointer tests at a hit-testable row 1 month ago
Christoph Wille 9cdbbb45aa
Merge pull request #4008 from icsharpcode/feature/this-resolve-result-ilvariable 1 month ago
Christoph Wille e475e26443 Make ThisResolveResult an ILVariableResolveResult of the this parameter 1 month ago
Daniel Grunwald 09636aa8b9
Merge pull request #4007 from icsharpcode/fix/nuget-format-source-mapping 1 month ago
Daniel Grunwald d1645f50c9 Reduce verbosity of commit hook. 1 month ago
Daniel Grunwald 54939b6c3d Fix pre-commit hook failure when package source mapping is active 1 month ago
Siegfried Pammer e206a7a948 Pin the cast rule for tuple conversions 1 month ago
Siegfried Pammer c155b7df3a Use a value tuple as the implicit-conversion cache key 1 month ago
Siegfried Pammer 471c3b1776 Move the remaining ResolveResult subclasses into the Semantics namespace 1 month ago
Siegfried Pammer 69e2813298 Remove the unused ResolveResult.GetChildResults API 1 month ago
Siegfried Pammer 48fcf0313e Move UsingScope and CSharpTypeResolveContext into the type system 1 month ago
Siegfried Pammer e63d30606e Remove unused await and alias resolve results 1 month ago
Daniel Grunwald 865cf1e534
Merge pull request #3995 from icsharpcode/fix/instance-operator-call-resolution 1 month ago
Siegfried Pammer d07362bfce Add tests for tuple element name merging in type inference 1 month ago
Daniel Grunwald 3f59de268c
Merge pull request #4000 from icsharpcode/fix/3729-missing-assembly-struct-ctor 1 month ago
Daniel Grunwald 7c5af0b7b9
Merge pull request #4001 from icsharpcode/fix/init-accessor-comment 1 month ago
Siegfried Pammer e16a5523e9 Fix #3729: recognize value-type ctor call on unresolved type 1 month ago
Siegfried Pammer ac8a8ff64d Add an ILPretty test for #3729 1 month ago
Christoph Wille 487630e8de Harden the point-size box against NaN, stale clamped text, and theme drift 1 month ago
Christoph Wille 03e5e5ece2 Fix #3996: edit the display font size in points, not pixels 1 month ago
Sebastien Lebreton c6aa9510b9 Handle scoped captures through writable arguments 1 month ago
Siegfried Pammer e243786e24 Print the init-only marker after the set keyword again 1 month ago
Sebastien Lebreton aab8b9b288 Fix #3853: infer scoped locals from ref safety 1 month ago
Christoph Wille 9bcd3e5412 Fix #3664: Move ipynb to Verso and adapt to v11 API surface 1 month ago
Daniel Grunwald 042f57be5a
Merge pull request #3887 from sailro/scoped-ref-type-system 1 month ago