Releases: swiftlang/swift-stress-tester
Releases · swiftlang/swift-stress-tester
Swift 6.0.3 Release
Full Changelog: swift-6.0.2-RELEASE...swift-6.0.3-RELEASE
Swift 5.10.1 Release
swift-5.10.1-RELEASE Merge pull request #250 from ahoppen/ahoppen/no-optional-collection-n…
Swift 5.10 Release
What's Changed
- Adjustments to split
FunctionParameterSyntax
into multiple nodes for function parameters, closure parameters and enum parameters by @ahoppen in #229 - Remove usage of methods that shouldn’t be part of SwiftSyntax’s public API by @ahoppen in #230
- Switch SwiftEvolve from SwiftSyntaxParser to SwiftParser by @ahoppen in #234
- Adjustment for SwiftSyntax rename
members
->memberBlock
by @ahoppen in #232 - Remove force unwrapping for source location by @kimdv in #233
- Rename the incremental source edit to
IncrementalEdit
by @bnbarham in #238 - Skip the
insideOut
andconcurrent
rewrite mode of CodePointWidth.swift in swift-power-assert by @ahoppen in #240 - Sync api change in
IncrementalParseTransition
by @StevenWong12 in #242 - Use
kind
instead ofas(SyntaxEnum.self)
to allow swift-syntax’s compatibility layer to kick in by @ahoppen in #243 - Adjustments for node renames in swift-syntax by @ahoppen in #244
- Adjustments for refactoring of representation of Accessors in SwiftSyntax by @ahoppen in #245
- Adjustments because MemberAccessExpr represents the member name as DeclReferenceExpr by @ahoppen in #246
- Fix deprecation warnings from renamed SwiftSyntax APIs by @ahoppen in #247
- Fix deprecation warnings in SwiftEvolve from renamed SwiftSyntax APIs by @ahoppen in #248
- Adjustment for
floatingLiteral
->floatLiteral
rename in swift-syntax by @ahoppen in #249 - Update for the fact that syntax collections are always non-optional in SwiftSyntax now by @ahoppen in #250
New Contributors
- @StevenWong12 made their first contribution in #242
Full Changelog: swift-5.9.2-RELEASE...swift-5.10-RELEASE