-
edit: include/swift/Sema/ConstraintSystem.h
-
edit: lib/Sema/CSBindings.cpp
-
Commit 4ed9794547a8261a8ef6e6c27d90dfe02abbf50d by pyaskevich:
[ConstraintSystem] Compute whether bindings are bound only by existentials on demand
-
edit: include/swift/Sema/ConstraintSystem.h
-
edit: lib/Sema/CSBindings.cpp
-
Commit 6a7cc79f838168fa3e17c2c4749fe16fb6a6df33 by pyaskevich:
[ConstraintSystem] Determine whether type variable is a hole on demand
-
edit: lib/Sema/ConstraintGraph.cpp
-
edit: lib/Sema/CSBindings.cpp
-
edit: include/swift/Sema/ConstraintSystem.h
-
Commit 7eb623d72cb91a5ef6e4a18c0da31be1a7fbcb83 by pyaskevich:
[ConstraintSystem] Marking closure parameter as potentially incomplete is not longer necessary
-
edit: lib/Sema/CSBindings.cpp
-
Commit afa11989c939d41d27a8b257268511008c67e125 by pyaskevich:
[ConstraintSystem] Determine whether bindings are potentially incomplete on demand
-
edit: lib/Sema/CSBindings.cpp
-
edit: include/swift/Sema/ConstraintSystem.h
-
Commit 3f553beb701ac54522c6b8dc3fee8bcacf36d0a4 by aprantl:
Handle unowned and unmanaged references.
-
edit: stdlib/public/Reflection/TypeLowering.cpp
-
Commit 79b7d5fa998dc0d3818a79bf558c87eb3e68ed82 by ben_barham:
[Frontend] Disable skipping any function bodies for SwiftOnoneSupport
-
edit: include/swift/AST/DiagnosticsFrontend.def
-
edit: lib/Frontend/CompilerInvocation.cpp
-
edit: test/Frontend/skip-function-bodies.swift
-
Commit 069dfad638d06c441affecd58bfa2748d38b7f83 by dgregor:
[Concurrency] Add Builtin.createAsyncTaskFuture.
-
edit: lib/SILGen/SILGenBuiltin.cpp
-
edit: lib/SILOptimizer/Transforms/AccessEnforcementReleaseSinking.cpp
-
edit: test/SILGen/async_builtins.swift
-
edit: lib/IRGen/GenBuiltin.cpp
-
edit: lib/IRGen/GenCall.cpp
-
edit: test/IRGen/async/builtins.sil
-
edit: include/swift/AST/Builtins.def
-
edit: include/swift/Runtime/RuntimeFunctions.def
-
edit: lib/SIL/IR/OperandOwnership.cpp
-
edit: lib/SIL/Utils/MemAccessUtils.cpp
-
edit: lib/AST/Builtins.cpp
-
edit: lib/IRGen/GenCall.h
-
edit: lib/SIL/IR/ValueOwnership.cpp
-
Commit 2a41920c00581f5a1aec9c3c6c041606f870f8a6 by dgregor:
[Concurrency] Implement basic runDetached on top of createAsyncTaskFuture.
-
edit: stdlib/public/Concurrency/Task.swift
-
Commit eba057fe88a4ebd1f1d7e626db4ad0fec4c7ff90 by nate_chandler:
[Async CC] Move thick context into async context.
-
edit: lib/IRGen/GenFunc.cpp
-
edit: lib/IRGen/GenCall.cpp
-
edit: test/IRGen/async/partial_apply_forwarder.sil
-
edit: test/IRGen/async/run-partialapply-capture-structgeneric_polymorphic_constrained-to-void.sil
-
edit: test/IRGen/async/run-partialapply-capture-inout-generic-and-in-generic-to-generic.sil
-
edit: test/IRGen/async/run-partialapply-capture-struct_classinstance_classinstance-and-int64-to-int64.sil
-
edit: test/IRGen/async/run-partialapply-capture-type_structgeneric_polymorphic_constrained-to-void.sil
-
edit: test/IRGen/async/partial_apply.sil
-
edit: test/IRGen/async/run-partialapply-capture-type_thin-and-classinstance-to-void.sil
-
edit: lib/IRGen/GenCall.h
-
edit: test/IRGen/async/run-partialapply-capture-int64-to-generic.sil
-
edit: test/IRGen/async/run-partialapply-capture-structgeneric_classinstance_to_struct_and_error.sil
-
edit: test/IRGen/async/run-partialapply-capture-generic_conformer-and-generic-to-void.sil
-
edit: lib/IRGen/IRGenSIL.cpp
-
edit: test/IRGen/async/run-partialapply-capture-int64-int64-to-int64.sil
-
Commit 8320b831a390bba9534066a49d986a202cfb1d3f by spestov:
IRGen: Squash an unused variable warning
-
edit: lib/IRGen/GenObjC.cpp
-
Commit 2390b959e1fd2888bf6503c2c009663d27768af2 by spestov:
IRGen: Emit class stubs in more instances so that objc_copyClassList() can find them
-
edit: test/IRGen/class_update_callback_with_stub.swift
-
edit: lib/IRGen/GenClass.cpp
-
add: test/IRGen/objc_generic_class_stub.swift
-
edit: lib/IRGen/GenMeta.cpp
-
edit: lib/IRGen/IRGenModule.h
-
Commit 1a6f86be719ed5ecb8d47dcad573bcb58aee1904 by spestov:
Parse: Use InInactiveClauseEnvironment instead of looking at the Scope
-
edit: lib/Parse/ParseDecl.cpp
-
edit: lib/Parse/ParseIfConfig.cpp
-
Commit 186d3159cb81499609fa0291d8db69fe9c44eb0a by github:
Update debug.swift
-
edit: test/IRGen/async/debug.swift
-
Commit b7978b664c708be587b169c71553873c0677d89f by nate_chandler:
[Async CC] Don't add thick placeholder to args.
-
edit: lib/IRGen/GenFunc.cpp
-
add: test/IRGen/async/run-partialapply-capture-int64-int64-throws-to-int64.sil
-
Commit fa54ff85685a2b8e346f6da4aa8a199ba3e3d635 by aschwaighofer:
IRGen: Fix lowering of Builtin.createAsyncTask and Builtin.createAsyncTaskFuture
-
edit: include/swift/Runtime/RuntimeFunctions.def
-
edit: test/IRGen/async/builtins.sil
-
edit: lib/IRGen/GenCall.cpp
-
Commit 0a9a6405abdf67232db38746b5178da0c0113d1d by spestov:
Parse: Create a trailing where clause even if it was incomplete
-
edit: lib/AST/GenericParamList.cpp
-
edit: lib/Parse/ParseGeneric.cpp
-
edit: include/swift/Parse/Parser.h
-
edit: lib/Parse/ParseDecl.cpp
-
edit: include/swift/AST/GenericParamList.h
-
Commit 74e72a6cd7c0c74285d99f4977ba091d33d93a0f by spestov:
swift-ide-test: Disable parser lookup
-
edit: tools/swift-ide-test/swift-ide-test.cpp
-
Commit 9e4bdb65be9d4f87ee73e43dfb7a9894d10112d9 by github:
More dynamic casting tests (#34732)
-
edit: test/Casting/Casts.swift
-
Commit 67c42bd9ea0a04f8e9238ad32ba0e7f8d0643965 by tgymnich:
Fix cachesDirectory using a file url instead of a path
-
edit: Sources/TSCBasic/FileSystem.swift
-
Commit cc702e2d168244c273180b2406797e864dcd17d4 by compnerd:
LanguageServerProtocolJSONRPCTests: add Windows stubs
-
edit: Tests/LanguageServerProtocolJSONRPCTests/ConnectionTests.swift
-
Commit 1d02f90fa6f6283b7129507be0bc8904098d55ec by aschwaighofer:
Fix unused variable warning in release builds
-
edit: llvm/lib/Transforms/Coroutines/CoroSplit.cpp
-
Commit 2ae44f4ab9f3e8d3b8fbb2a2dbf887f12f2507b7 by aschwaighofer:
Async coroutines: Make sure we can handle control flow in suspend point dispatch function
-
edit: llvm/lib/Transforms/Coroutines/CoroSplit.cpp
-
edit: llvm/test/Transforms/Coroutines/coro-async.ll
-
Commit 38f996cdc08619d52cee7ed6b8193c60d4674be7 by github:
[PackageLoading] Improve flexibility in formatting Package manifests and correctness in parsing Swift tools version specifications (#2937)
-
edit: Sources/PackageLoading/ToolsVersionLoader.swift
-
edit: Sources/Commands/SwiftPackageTool.swift
-
edit: Tests/PackageLoadingTests/ToolsVersionLoaderTests.swift
-
edit: CHANGELOG.md
-
edit: Tests/WorkspaceTests/ToolsVersionWriterTests.swift
-
edit: Sources/Workspace/ToolsVersionWriter.swift
-
Commit cbbfb24dd355ab6c269da6648131a4fd8d35973c by github:
Updated netrc authentication feature with code review feedback (#3015)
-
edit: Sources/Commands/Options.swift
-
edit: Sources/Commands/SwiftTool.swift
-
edit: Tests/CommandsTests/PackageToolTests.swift
-
edit: swift-tools-support-core/Sources/TSCUtility/Netrc.swift
-
Commit e4429fbd81a9b674be67810544e4b0b0651b3496 by 1498529+cltnschlosser:
Update option diagnostics to match c++ driver
-
edit: Sources/SwiftDriver/Incremental Compilation/IncrementalCompilationState.swift
-
edit: Sources/SwiftDriver/Driver/Driver.swift
-
edit: Tests/SwiftDriverTests/SwiftDriverTests.swift