1530 Commits (d29aeb3eaae54efc841cff307dca01c7218e477c)

Author SHA1 Message Date
Siegfried Pammer d29aeb3eaa Do not pass /shared to compilers that cannot reach a compiler server 2 months ago
Siegfried Pammer 541bdec2c8 Pin the surviving propagate-despite-mutation path and rename its guard 2 months ago
Siegfried Pammer e81e22ff6a Do not re-emit initializer stores of propagated display-class fields 2 months ago
Siegfried Pammer 49bdca02d0 Fix #2032: avoid propagating mutated SROA fields 2 months ago
Siegfried Pammer a1726a9dbf Fix #3938: nested-type members must not inherit ExtensionInfo 2 months ago
Siegfried Pammer 1982773eaf Assemble the ID string probe once, outside the source tree 2 months ago
Siegfried Pammer bba00519d0 Throw on unbalanced braces in ID string type names 2 months ago
Siegfried Pammer 75baa4991f Do not fall back to a sibling's documentation key 2 months ago
Siegfried Pammer 6893ab585d Replace the ID string grammar parser with name-based member matching 2 months ago
Siegfried Pammer eb50f1d307 Match members one ID string dialect at a time in FindEntity 2 months ago
Siegfried Pammer 7a126f9a0e Try both ID string dialects when looking up documentation 2 months ago
Siegfried Pammer 75e7c61e93 Fix #2728: render the MSVC C++/CLI ID string dialect 2 months ago
Siegfried Pammer c17c6af1e9 Add a metadata-level IdStringProvider.FindEntity 2 months ago
Siegfried Pammer fe147ce211 Port IdStringProvider.GetIdString to SRM 2 months ago
ds5678 616dc1d702 Provide a WholeProjectDecompiler constructor with no default parameter values 2 months ago
Siegfried Pammer d7bbf17e2e Add pretty test for C# 13 ref struct interfaces / allows ref struct 2 months ago
Siegfried Pammer 800efc6e10 Fix #749: toggle a member's fold together with its documentation 2 months ago
Siegfried Pammer ecc1583633 Make the netcore-2.2 reference set work with vbc 2.10 2 months ago
Siegfried Pammer 6ab0a48b0f Support Roslyn 1.x and 2.x compilers in tests on non-Windows 2 months ago
Siegfried Pammer ffbd2055b0 Pin disambiguators for constraints on sibling method type parameters 2 months ago
Siegfried Pammer c0aa2db0f8 Add regression test for property rows without accessors 2 months ago
Siegfried Pammer 4c04e01882 Cover virtual, overloaded, and renamed-Implements parameterized properties 2 months ago
Siegfried Pammer 7865f9b23e Restore parameter lists of parameterized properties in signatures 2 months ago
Siegfried Pammer 832090c08d Emit parameterized-property accessors as ordinary methods 2 months ago
Siegfried Pammer 4783fe1d34 Add VBPretty spec for VB.NET parameterized properties 2 months ago
Siegfried Pammer 9bff4ad956 Fix #1603: recognize foreach over enumerators that cannot be disposable 2 months ago
Siegfried Pammer 132b33e530 Cover the C# standard type-inference rules in TypeInferenceTests 2 months ago
Siegfried Pammer e7f42d1b3c Revive TypeInferenceTests from NRefactory 2 months ago
Sebastien Lebreton ee2d747862 Pin the allows ref struct interaction on nullable overrides 2 months ago
Sebastien Lebreton 0e600382b0 Classify nullable override disambiguators by reference type 2 months ago
Siegfried Pammer 6932586827 Document two CSharpConversions bugs found by differential fuzzing csc 2 months ago
Siegfried Pammer 787cc71b3a Cover every rule of C# standard chapter 10 in the conversion tests 2 months ago
Siegfried Pammer 729fe03c29 Revive NRefactory explicit-conversion tests without resolver/AST 2 months ago
Siegfried Pammer ce7883fe22 Revive NRefactory conversion tests using ResolveResult/IType fixtures 2 months ago
Sebastien Lebreton 008cf7a5d1 Fix #3909: emit nullable override disambiguators 2 months ago
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 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 4ff11dd796 Add a hover-only reference mode, distinct from local highlighting 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 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
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