- Commit 599cca2f1b4ce358b3e32dbfd197fdee789e2dbf by Arnold Schwaighofer:
ASTContext: Add trivially representable types even if we loaded their
- add: test/Interpreter/late_import_cgfloat.swift
- edit: lib/AST/ASTContext.cpp
- Commit 4db092ec81090667e6f49c29f9aa3ffc4fe14f66 by Nathan Hawes:
[migrator] Add test for objc inference changes (fixit migration)
- add: test/Migrator/objc_inference.swift
- Commit 8ff9bb602ff9bd7087c5865fe24ed8be890aa17e by Michael Ilseman:
[stdlib] Speed up char iteration on ASCII strings.
- edit: stdlib/public/core/StringCharacterView.swift
- Commit 8b5777fdd2f3ce08c22dc2b209c875d96a6ae578 by Michael Ilseman:
[stdlib] Bug fix in reverse ASCII grapheme breaking
- edit: test/stdlib/Character.swift
- edit: stdlib/public/core/StringCharacterView.swift
- Commit 87e00762725b06b16041fa0c88d3421ac1624a1b by Michael Ilseman:
[stdlib] un-_fastPath ASCII path, it implies coldness of other branch
- edit: stdlib/public/core/StringCharacterView.swift
- Commit 72e8642a059cb3e5f6e740e551a018d825843af9 by David Farler:
[Migrator] Refactor fixit filter from JSONFixitWriter to common code
- edit: lib/FrontendTool/FrontendTool.cpp
- add: include/swift/Migrator/FixitFilter.h
- edit: include/swift/Migrator/FixitApplyDiagnosticConsumer.h
- edit: lib/Migrator/FixitApplyDiagnosticConsumer.cpp
- Commit 154896f77c9b9b9b7c24a4d2744b3af39b5eec2b by Arnold Schwaighofer:
IRGen: Speculatively try to fix test case in resilient build
- edit: test/IRGen/enum_derived.swift
- Commit 13c950d7c2800d731c8fb17892f85e1c38575378 by Jordan Rose:
[Serialization] Handle UnboundGenericTypes of generic typealiases.
- edit: test/Serialization/Inputs/alias.swift
- edit: test/Serialization/typealias.swift
- edit: lib/Serialization/Deserialization.cpp
- Commit a99e380e8dbddeabc5a34fd3bfaa65f12ddc9b20 by Erik Eckstein:
disabled flaky test
- edit: unittests/runtime/Metadata.cpp
- Commit 87aa3e6935ad99e933512eceb75f4691d3fa6ecb by Huon Wilson:
[Frontend] -frontend -emit-loaded-module-trace.
- add: test/Driver/Inputs/loaded_module_trace_empty.swift
- edit: include/swift/Frontend/FrontendOptions.h
- edit: lib/Driver/ToolChains.cpp
- edit: lib/Frontend/CompilerInvocation.cpp
- add: test/Driver/loaded_module_trace.swift
- edit: include/swift/Basic/JSONSerialization.h
- edit: include/swift/AST/DiagnosticsFrontend.def
- add: test/Driver/loaded_module_trace_foundation.swift
- edit: include/swift/Driver/Types.def
- edit: lib/Driver/Driver.cpp
- edit: lib/Driver/Types.cpp
- edit: include/swift/Option/Options.td
- edit: lib/FrontendTool/FrontendTool.cpp
- Commit 7e8568d03d74c3e24d528fe67a22ecaf9f3246d5 by Huon Wilson:
[Driver] Main compiler tells frontend to -emit-loaded-module-trace.
- edit: include/swift/Driver/Compilation.h
- edit: test/Driver/loaded_module_trace_foundation.swift
- edit: lib/Driver/Driver.cpp
- edit: test/Driver/loaded_module_trace.swift
- Commit 9c6c7c5105108d6bd0104d0441edc7df90a607e1 by Huon Wilson:
[Driver] Support the SWIFT_LOADED_MODULE_TRACE_PATH env var.
- add: test/Driver/loaded_module_trace_env.swift
- edit: lib/Driver/Driver.cpp
- Commit b0656b032443a55941dc9f734a77a33cc1b70aa6 by Huon Wilson:
[test] C header, multifile, is-one-line and transitive dependency tests
- edit: test/Driver/loaded_module_trace.swift
- add: test/Driver/Inputs/loaded_module_trace_header2.h
- add: test/Driver/loaded_module_trace_header.swift
- add: test/Driver/Inputs/loaded_module_trace_imports_module.swift
- edit: test/Driver/loaded_module_trace_env.swift
- add: test/Driver/Inputs/loaded_module_trace_header.h
- add: test/Driver/loaded_module_trace_multifile.swift
- Commit 268834aabf201d610d06429116d2b8a2614238e2 by Huon Wilson:
[Frontend] Buffer loaded module trace in memory and append "atomically".
- add: test/Driver/loaded_module_trace_append.swift
- edit: lib/FrontendTool/FrontendTool.cpp
- Commit a9825bb7c633a9deed81ead26d2bb330dde2bc8d by Nathan Hawes:
[migrator] Add -warn-swift3-objc-inference to the new migrator fixit
- edit: include/swift/Migrator/FixitFilter.h
- Commit f1902fd7195b46c6a4d080f36142a5464ee24073 by github:
[Serialization] Drop typealiases whose underlying types have changed.
- add: test/Serialization/Recovery/Inputs/custom-modules/Typedefs.h
- edit: test/Serialization/Recovery/Inputs/custom-modules/module.modulemap
- edit: lib/Serialization/Serialization.h
- edit: lib/Serialization/Serialization.cpp
- edit: lib/Serialization/Deserialization.cpp
- edit: include/swift/Serialization/ModuleFormat.h
- edit: include/swift/AST/ProtocolConformance.h
- add: test/Serialization/Recovery/typedefs.swift
- Commit 80af27e6589ce20922091c3547f2d088f3236989 by github:
Revert "Revert "Disable two tests because they fail in the CI.""
- edit: test-complex-xctest-package/test-xctest-package.txt
- add: .swift-package-init-lib.md.swp
- add: test-complex-xctest-package/.test-xctest-package.txt.swp
- edit: swift-package-init-lib.md
- Commit 6287fc2ddabe9a1e3c6afbd5acdc3b934da53de1 by Tim Northover:
ARM: don't try to create an i8 -> i32 vpaddl.
- edit: lib/Target/ARM/ARMISelLowering.cpp
- edit: test/CodeGen/ARM/vpadd.ll
- Commit ed6a4a3a79ddcbe865c37c75d6a1a6074c25046a by Matthias Braun:
X86FrameLowering: Fix getFrameIndexReference() for 'fixed' objects
- edit: lib/Target/X86/X86RegisterInfo.h
- edit: lib/Target/X86/X86FrameLowering.cpp
- add: test/CodeGen/X86/dbg-baseptr.ll
- Commit 78980f4756b4b0894da248375ad0809443c08aaf by Ted Kremenek:
Force use of -swift-version 3 to build XCTest sources.
- Commit fbcd71d784b8c7d6b257404f017e7d0815950077 by Ted Kremenek:
Add missing space to separate arguments.
- Commit aabaa32628359ee6b01d789e8a5b665a3ad97288 by Mike Ferris:
Generate v4 manifests from Creating library
- edit: Tests/WorkspaceTests/InitTests.swift
- edit: Sources/Workspace/InitPackage.swift
- edit: Tests/CommandsTests/PackageToolTests.swift
- Commit 294ecd29a99fe8988fbf92e2d0d2646740650d39 by Ankit Aggarwal:
Emit diagnostic location when if fail to parse a manifest during
- edit: Sources/PackageGraph/RepositoryPackageContainerProvider.swift
- edit: Sources/Utility/Diagnostics.swift
- edit: Sources/Workspace/Workspace.swift
- Commit f2bcc45c5928a51af034b119247f989cf08cae04 by Ankit Aggarwal:
[Workspace] Include path in checkingOut() delegate
- edit: Sources/Commands/SwiftTool.swift
- edit: Tests/WorkspaceTests/WorkspaceTests.swift
- edit: Sources/Workspace/Workspace.swift
- Commit c402133bca9021383008c30b93e367aa94376470 by Ankit Aggarwal:
[Utility] Update the type of PackageLocation
- edit: Sources/Workspace/Workspace.swift
- edit: Sources/Utility/Diagnostics.swift
- edit: Sources/PackageGraph/PackageGraphLoader.swift
- Commit 5334aecfeba9996eeb91f1bd114b4211ebf924e4 by Ankit Aggarwal:
[BuildPlan] Move product outname to buildplan
- edit: Sources/PackageModel/Product.swift
- edit: Sources/Build/BuildPlan.swift
- edit: Sources/PackageModel/ResolvedModels.swift
- Commit 6cddb58c44c830f3c69af80ccfdd72093250f758 by Ankit Aggarwal:
[Workspace] Make default delegate implementations public
- edit: Sources/Workspace/Workspace.swift
- Commit b05821b674bcc0f0d21280711f3f0a81be4f9d13 by Ankit Aggarwal:
[Workspace] Fix package init
- edit: Sources/Workspace/InitPackage.swift
- Commit 1bdf24cf8f5dc8869bf5738b37498f4379d77a19 by github:
Add @discardableResult annotation to repl_main()
- edit: tools/repl/swift/main.swift
- Commit 27dd6ea642e3db535ca72c0267159e3d9e89f279 by Jim Ingham:
Applying PR #178 to stable.
- edit: tools/repl/swift/main.swift
- Commit addec28d53842819ae2ff926a59f2734d6345749 by Jason Molenda:
Correct the names of some target conditional defines in debugserver.
- edit: tools/debugserver/source/RNBRemote.cpp
- Commit 5c77025d8a033e53a2d0b6fc8f4389c32039bf58 by Jason Molenda:
Correct the names of some target conditional defines in debugserver.
- edit: tools/debugserver/source/RNBRemote.cpp
- Commit fca15da67adcf7344a0df1ea8ac35c52bc5dfcbb by Ted Kremenek:
Force use of Swift 3 compatibility mode to compile sources.
- Commit 0f306fa9bb9ed88012037bb6d941f71ccc45844b by github:
Restore android workaround for CONST_STRING_DECL
- edit: CoreFoundation/Base.subproj/CFInternal.h
- Commit d962ed84253cd538da35c20ac8a3cf38fbd7d413 by David Dunn:
Add ISO8601DateFormatter stub and test stub
- add: Foundation/NSISO8601DateFormatter.swift
- add: TestFoundation/TestNSISO8601DateFormatter.swift
- edit: TestFoundation/main.swift
- edit: Foundation.xcodeproj/project.pbxproj
- Commit 5b0134ef15c9743ebdea52b16bffeb047f2b01a9 by Vedant Kumar:
Let ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizer
- edit: lib/ubsan/ubsan_flags.cc