-
edit: llvm/lib/Transforms/Coroutines/CoroFrame.cpp
-
Commit 532ccbcb4f6a4d700edfc2eac5f0f1631daa51fb by github:
Add UnwindPlans that can follow an AsyncContext chain (#2617)
- add: lldb/test/API/lang/swift/async/unwind/sayhello/TestSwiftAsyncUnwind.py
- add: lldb/test/API/lang/swift/async/unwind/sayhello/Makefile
- edit: lldb/source/Target/SwiftLanguageRuntime.cpp
- edit: lldb/include/lldb/Target/SwiftLanguageRuntime.h
- add: lldb/test/API/lang/swift/async/unwind/sayhello/main.swift
-
Commit 5bb290cb129c8b8c0d1b2c67b4071082a39d05c8 by dgregor:
[Concurrency] Allow async closures to be annotated with global actors.
- edit: lib/Sema/TypeCheckConcurrency.cpp
- edit: include/swift/AST/TypeCheckerTypeIDZone.def
- edit: test/Concurrency/actor_isolation.swift
- edit: include/swift/AST/DiagnosticsSema.def
- edit: include/swift/AST/TypeCheckRequests.h
- edit: lib/Sema/TypeCheckAttr.cpp
-
Commit cd08350fe502af57fd00db00db086e37b432a8b4 by pyaskevich:
[Diagnostics] Prioritize type mismatches over labeling failures for calls
- edit: test/Constraints/result_builder_diags.swift
- add: validation-test/Sema/SwiftUI/rdar72771072.swift
- edit: lib/Sema/CSSimplify.cpp
-
Commit df93b5cba48256d87cf834ac48be92046c80e6f6 by meghanavgupta:
Fix verifier error in CastOptimizer
- edit: test/SILOptimizer/sil_combine_uncheck_ossa.sil
- edit: lib/SILOptimizer/Utils/CastOptimizer.cpp
- edit: test/SILOptimizer/constant_propagation.sil
- edit: test/SIL/Parser/basic.sil
- edit: test/SILOptimizer/sil_combine_uncheck.sil
- edit: test/SILOptimizer/constant_propagation_ownership.sil
-
Commit eb1c656d0c1b8e517edb771c0b1387720e7d1831 by meghanavgupta:
Remove unnecessary #ifndef in PhiArgumentOptimizations.cpp
- edit: lib/SILOptimizer/Transforms/PhiArgumentOptimizations.cpp
-
Commit e6da389a814cf73e7735e404466c2c82a0bebaaf by meghanavgupta:
Add documentation for end_lifetime
-
Commit b3615f6c0fc89722026ae02b53bdc9abf8ebf2db by meghanavgupta:
Add verification of end_lifetime instruction
- edit: lib/SIL/Verifier/SILVerifier.cpp
-
Commit 39b2ff92b3038865a1be9e03b4715111e43a7549 by pyaskevich:
[CSStep] Skip disabled overloads only if there are no fixes in diagnostic mode
- edit: test/Constraints/generics.swift
- edit: lib/Sema/CSStep.cpp
- edit: validation-test/Sema/type_checker_crashers_fixed/rdar45470505.swift
- edit: test/stdlib/UnsafePointerDiagnostics.swift
-
Commit 2df4ba7ae62ca4bb4726e6812641473e35034598 by pyaskevich:
[ConstraintSystem] Use correct locator when filtering disjunction choices
- edit: test/Constraints/overload_filtering.swift
- edit: lib/Sema/CSSimplify.cpp
-
Commit 8a4cb8bafd1b2bc35c714f2a7d25dd04cdc53760 by dgregor:
Support actor isolation for property wrappers
- edit: lib/Sema/TypeCheckPropertyWrapper.cpp
- edit: test/Concurrency/global_actor_inference.swift
- edit: include/swift/AST/DiagnosticsSema.def
- edit: lib/Sema/TypeCheckConcurrency.cpp
-
Commit 614dcfc56e073e31e18b86474c8067224b6ecdff by dgregor:
Allow global actors on stored properties
- edit: lib/Sema/TypeCheckConcurrency.cpp
- edit: include/swift/AST/DiagnosticsSema.def
- edit: test/attr/global_actor.swift
-
Commit a7c6a1afadd7493540e7b75bd1f2e57173d252ec by dgregor:
Eliminate circular references while checking property wrapper isolation
- edit: test/Concurrency/global_actor_inference.swift
- edit: lib/Sema/TypeCheckStorage.cpp
- edit: lib/Sema/TypeCheckConcurrency.cpp
- edit: lib/Sema/TypeCheckDeclPrimary.cpp
-
Commit 74affffcb7776fe6dcee391bd4a2e7282ba1025b by dgregor:
Propagate actor isolation freely through Objective-C declarations.
- edit: lib/Sema/TypeCheckConcurrency.cpp
- edit: test/ClangImporter/objc_async.swift
- edit: test/Inputs/clang-importer-sdk/usr/include/ObjCConcurrency.h
-
Commit 31ccd6099aebcd52c39a5d91169076b735d41db4 by pyaskevich:
[ConstraintSystem] Maintain insertion order of all shrunk expressions and their overload sets
- edit: include/swift/Sema/ConstraintSystem.h
- edit: lib/Sema/CSSolver.cpp
-
Commit 2b6bda269ef96576796a0fa1d7575e8be832b55f by dgregor:
Update diagnostics in some tests
- edit: test/Concurrency/global_actor_inference.swift
-
Commit c28ae6217f375385d7922065769d9d9f8d327993 by eltociear:
[SyntaxParse] Fix typo in round_trip_misc.swift
- edit: test/Syntax/round_trip_misc.swift
-
Commit 01f1a2dfb10e800edcef18ce49954e0ebfd00cdf by mikeash:
[Concurrency] Cache the queue returned from dispatch_get_global_queue.
- edit: stdlib/public/Concurrency/GlobalExecutor.cpp
-
Commit 047a05d743aa594285fcf4aa7a51fbbfeb1c54b2 by spestov:
SILGen: Eliminate 'uncurriedSites' from SILGenApply.cpp
- edit: lib/SIL/IR/SILFunctionType.cpp
- edit: lib/SILGen/SILGenApply.cpp
-
Commit 6efaf7ac0fef7838060fc5debf26c15d8c167fc0 by dgregor:
Introduce -warn-concurrency flag to warn about concurrency issues.
- edit: test/decl/func/throwing_functions.swift
- edit: include/swift/Basic/LangOptions.h
- edit: lib/Sema/TypeCheckConcurrency.cpp
- edit: test/Constraints/ErrorBridging.swift
- edit: lib/Frontend/CompilerInvocation.cpp
- edit: test/Sema/existential_nested_type.swift
- edit: test/decl/protocol/special/Error.swift
- edit: test/Constraints/casts.swift
- edit: test/stmt/errors.swift
- edit: test/SILGen/errors.swift
- edit: lib/Driver/ToolChains.cpp
- edit: include/swift/Option/Options.td
- edit: test/decl/protocol/special/coding/enum_coding_key.swift
-
Commit 93569a27f693000ebd8b4c192393c88d53299e6f by rwidmann:
Disable Test That Trips Coro Split Assert on Linux
- edit: test/Concurrency/Runtime/async_properties_actor.swift
-
Commit 32702203c500181f44bec391ebaf56b04a2cbe64 by dgregor:
Add UnsafeThrowingContinuation back as a deprecated typealias.
- edit: stdlib/public/Concurrency/PartialAsyncTask.swift
-
Commit ddb8ed8d11db5c3cddb61d8de7e830c5e787ccfd by spestov:
Sema: Fix crash with local 'lazy' variables that contain a closure
- edit: lib/Sema/TypeCheckStmt.cpp
- edit: test/SILGen/lazy_locals.swift
-
Commit c346c4fd3b52d1047abc1b8fd1a57b444146d577 by spestov:
Sema: Relax witness availability check
- edit: test/Sema/availability_versions.swift
- edit: test/Sema/conformance_availability.swift
- edit: lib/Sema/TypeCheckDecl.cpp
-
Commit ab55c19b443b4c9247df06348d90835afc0e17d1 by ben_barham:
[IDE] Propagate the Stmt visit failure while walking TopLevelCodeDecls
- edit: lib/IDE/SourceEntityWalker.cpp
- add: test/SourceKit/CursorInfo/cursor_nested_extension.swift
- edit: lib/IDE/IDERequests.cpp
- edit: lib/AST/ASTWalker.cpp
-
Commit 124b8fd546b4f0a8466c6725e76b309fc8e19f88 by spestov:
GSB: Rename updateNestedTypeForConformance() to getOrCreateNestedType() and simplify it
- edit: include/swift/AST/GenericSignatureBuilder.h
- edit: lib/AST/GenericSignatureBuilder.cpp