-
edit: stdlib/public/Concurrency/Task.cpp
-
Commit ba8819eb58854af3828ffbd6994002de0b7bb829 by dgregor:
[Concurrent] Introduce concurrent function types.
-
add: test/attr/attr_concurrent.swift
-
edit: lib/Sema/CSSimplify.cpp
-
edit: lib/AST/Decl.cpp
-
edit: include/swift/AST/TypeMatcher.h
-
edit: include/swift/ABI/MetadataValues.h
-
edit: include/swift/AST/Types.h
-
edit: stdlib/public/runtime/Demangle.cpp
-
edit: include/swift/Sema/CSFix.h
-
edit: lib/Demangling/Remangler.cpp
-
edit: lib/Sema/CSDiagnostics.cpp
-
edit: lib/Sema/CSDiagnostics.h
-
edit: include/swift/ABI/Metadata.h
-
edit: lib/Demangling/OldDemangler.cpp
-
edit: lib/AST/ASTPrinter.cpp
-
edit: lib/Demangling/NodePrinter.cpp
-
edit: lib/AST/ASTDumper.cpp
-
edit: include/swift/Demangling/TypeDecoder.h
-
edit: include/swift/Sema/ConstraintLocator.h
-
edit: lib/Sema/CSFix.cpp
-
edit: docs/ABI/Mangling.rst
-
edit: test/Runtime/demangleToMetadata.swift
-
edit: lib/Demangling/OldRemangler.cpp
-
edit: include/swift/AST/Attr.def
-
edit: lib/Demangling/Demangler.cpp
-
edit: lib/Sema/ConstraintLocator.cpp
-
edit: lib/Serialization/Deserialization.cpp
-
edit: lib/AST/ASTMangler.cpp
-
edit: test/IRGen/async.swift
-
edit: include/swift/Demangling/DemangleNodes.def
-
edit: stdlib/public/Reflection/TypeRef.cpp
-
edit: include/swift/AST/DiagnosticsSema.def
-
edit: lib/Serialization/Serialization.cpp
-
edit: test/Demangle/Inputs/manglings.txt
-
edit: include/swift/AST/ExtInfo.h
-
edit: lib/Sema/TypeCheckType.cpp
-
edit: lib/Serialization/ModuleFormat.h
-
Commit b77ba9a77fe2784b627df873946c8e82f78d5090 by dgregor:
[Concurrency] Infer @concurrent on closures from contextual type
-
edit: test/attr/attr_concurrent.swift
-
edit: lib/Sema/CSApply.cpp
-
edit: lib/Sema/CSSimplify.cpp
-
Commit 99040262ba9cd0e17ff54fe2086ed2aea255980d by dgregor:
[Concurrency] Teach data race & isolation checking about @concurrent functions.
-
edit: lib/Sema/TypeCheckConcurrency.cpp
-
edit: test/Concurrency/actor_isolation.swift
-
Commit 5129d82c5b2682d8abbd756a137ab68e182eb66c by dgregor:
Add more tests for @concurrent function types
-
edit: test/attr/attr_concurrent.swift
-
Commit 6d086d4d9cae505505e4075ef9b6dd0bbc31d771 by dgregor:
Add support for @concurrent on function declarations
-
edit: lib/Sema/TypeCheckAttr.cpp
-
edit: lib/Sema/TypeCheckDeclOverride.cpp
-
edit: include/swift/AST/Attr.def
-
edit: test/attr/attr_concurrent.swift
-
edit: lib/Sema/TypeCheckDecl.cpp
-
Commit 9efb44fde8f06ab8b1ae8b56e43ab148b5af77c4 by dgregor:
Adopt @concurrent in Task APIs
-
edit: stdlib/public/Concurrency/Task.swift
-
edit: test/SILGen/async_let.swift
-
edit: test/SILGen/async_handler.swift
-
edit: stdlib/public/Concurrency/TaskGroup.swift
-
edit: test/Concurrency/Runtime/mainactor.swift
-
Commit 75f4fb18237dbde5bb52f740f5d3217df193fabf by dgregor:
Mark async let closures as @concurrent.
-
edit: lib/Sema/CSApply.cpp
-
edit: test/SILGen/async_let.swift
-
Commit 1d082e1fb443be69f157001038e88c1ab53716d9 by dgregor:
Require that concurrently-executed local functions be @concurrent.
-
edit: lib/Sema/TypeCheckConcurrency.cpp
-
edit: include/swift/AST/DiagnosticsSema.def
-
edit: lib/Sema/TypeCheckDecl.cpp
-
edit: test/Concurrency/actor_isolation.swift
-
edit: lib/AST/Decl.cpp
-
edit: include/swift/AST/Decl.h
-
Commit 581e6662b7e18efb3d9bc045b604090c13e577fd by dgregor:
Adopt @concurrent in withCancellationHandler.
-
edit: stdlib/public/Concurrency/TaskCancellation.swift
-
Commit 4e96cefa37723a7487ff6e39382d1d4b0ba6035d by dgregor:
Centralize logic for the actor isolation of a context
-
edit: lib/AST/Decl.cpp
-
edit: lib/Sema/TypeCheckConcurrency.cpp
-
Commit 0cd0a36d4d7fe451d3ed1047bf0cab272c23f46f by aschwaighofer:
Try to fix the ASAN build
-
edit: unittests/runtime/CMakeLists.txt
-
Commit 8eae527ca66b875a5de34b3edf070f3d4d800a75 by dgregor:
Tighten up actor isolation checking for closures and local functions.
-
edit: include/swift/AST/DiagnosticsSema.def
-
edit: test/Concurrency/async_let_isolation.swift
-
edit: test/Concurrency/actor_isolation.swift
-
edit: lib/Sema/TypeCheckConcurrency.cpp
-
Commit f4c5a267b7ef2217919f82f8891b7edb4165268e by dgregor:
@concurrent functions are actor-independent
-
edit: include/swift/AST/DiagnosticsSema.def
-
edit: lib/Sema/TypeCheckConcurrency.cpp
-
edit: test/Concurrency/actor_isolation.swift
-
Commit 0b2a6267f60ffa5f25ca37fb6826d0d942f4335e by atrick:
Revert "Comment SimplifyCFG JumpThreadingCost."
-
edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
-
Commit 67863c55b648d0384b35525b37859dfada4b2be0 by atrick:
Revert "SimplifyCFG: fix an infinite jump-threading loop."
-
edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
-
Commit 27d8cef6eaf1ad76d5fa5bf727824522b115b370 by github:
[TBDGen] clean up spacing in test, NFC (#35643)
-
edit: test/TBD/implied_objc_symbols.swift
-
Commit 3c90576db01f475a9cd1c69c898af1f326165f41 by eeckstein:
cmake: fix Xcode project generation to include all header files.
-
edit: cmake/modules/AddSwift.cmake
-
Commit 84a29e7b4e179437a2762546c3a2e2a2870748bc by mishal_shah:
Disable CMark test for buildbot,tools=RA,stdlib=RD,test=non_executable preset
-
edit: utils/build-presets.ini
-
Commit cf6f955e69e3473e277b74fd9d3f1eb409bdad23 by devteam.codafi:
[Gardening] Correct Whitespace Errors in Tests
-
edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
-
edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
-
Commit 250505a2b72987a686e1fedf50db745f47083de0 by devteam.codafi:
Update TSC To Latest
-
Commit c8ed64941714bdc430544599e865c831155a32b9 by devteam.codafi:
Add an API to Iterate Over Each Node in the Driver Dependency Graph
-
edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/NodeFinder.swift
-
Commit d5fbc7dc45fc24d5dc550d482e1c678d217331f7 by devteam.codafi:
[Gardening] Address Some Formatting Nits
-
edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift
-
Commit 50edaa8c15bcdf7f8be283544cdcfffc5d9e15cd by devteam.codafi:
Add Round-Trip Serialization For ModuleDependencyGraph
-
edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift
-
edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Node.swift
-
add: Tests/SwiftDriverTests/DependencyGraphSerializationTests.swift
-
Commit 58db6676c60a173d8b9709716467e90c362779d1 by devteam.codafi:
Add a Compiler Version Field
-
edit: Tests/SwiftDriverTests/DependencyGraphSerializationTests.swift
-
edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift