Skip to content

Releases: swiftlang/swift-stress-tester

Swift 6.1.1 Release

24 May 08:09
35cd851
Compare
Choose a tag to compare
Merge pull request #267 from ahoppen/change-6.1-dependency

Change released dependencies branch to `release/6.1`

Swift 6.1 Release

01 Apr 08:21
35cd851
Compare
Choose a tag to compare

What's Changed

  • Introduce a relatedDependenciesBranch variable by @ahoppen in #257
  • Don’t report timeout errors by @ahoppen in #258
  • [6.0] Don’t report timeout errors by @ahoppen in #259
  • Update links for repositories moved to the swiftlang org on GitHub by @ahoppen in #261
  • Update README.md by @parispittman in #260
  • Import Darwin in files that use free by @ahoppen in #263
  • Add documentation of how to reduce stress tester issues by @ahoppen in #264
  • Change released dependencies branch to release/6.1 by @ahoppen in #267

New Contributors

Full Changelog: swift-6.0.3-RELEASE...swift-6.1-RELEASE

Swift 6.0.3 Release

13 Dec 07:12
2f54b42
Compare
Choose a tag to compare

Swift 5.10.1 Release

06 Jun 19:11
d330b3a
Compare
Choose a tag to compare
swift-5.10.1-RELEASE

Merge pull request #250 from ahoppen/ahoppen/no-optional-collection-n…

Swift 5.10 Release

06 Mar 16:15
d330b3a
Compare
Choose a tag to compare

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 and concurrent 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 of as(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

Full Changelog: swift-5.9.2-RELEASE...swift-5.10-RELEASE