main
Reduce allocations in CSharpSyntaxNode.GetStructure (#80562)
Parse `field` as a contextual keyword (#73947)
Fix all IDE0240 (Nullable directive is redundant)
generated move
Improve performance if testing if a trivia is strutured trivia or not. (#67651)
Implement extended property patterns (#52139)
Cleanup handling of flags in internal syntax nodes. (#72130)
Reduce allocations from creating MissingTokenWithTrivia objects (#75404)
Move to using ToListAndFree in more places in the parser. (#65708)
Fix index out of bounds producing diagnostic in error recovery scenario (#80391)
Update generators
Remove code for node serialization
Use dedicated type for union syntax. (#83808)