-
edit: stdlib/public/core/VarArgs.swift
-
Commit 0e7749bcde5eb1bc9fec82ef0eb3896ec8d6de6f by brian:
Fixed comment
-
edit: stdlib/public/core/VarArgs.swift
-
Commit 17c77ba703b32c11e127573d414d31c9ec635188 by brian:
Only use _CVarArgObject on non-ObjC platforms
-
edit: stdlib/public/core/VarArgs.swift
-
Commit 515c371be434ff49debfd145ebd9047bd148d47f by brian:
Avoid a warning when not modifying arg
-
edit: stdlib/public/core/VarArgs.swift
-
Commit 7128611a9d90b69a93a2adf8b01360ead0eedace by compnerd:
AST: align ImportedModule to 64-bits
-
edit: include/swift/AST/Module.h
-
Commit 87906df2fec1b138b281f405f3de42fd8ab685ee by shabalin:
Add missing SWIFT_FALLTHROUGH to the tryCastToString
-
edit: stdlib/public/runtime/DynamicCast.cpp
-
Commit f40fd369cd413f0c208c4e0247d79603227ecd69 by 13952+xwu:
[stdlib] Add another fast path for generic floating-point conversion
-
edit: stdlib/public/core/FloatingPoint.swift
-
Commit 9a6900ad3ad338614836ede147af284759250683 by 13952+xwu:
[stdlib] Refactor generic floating-point conversion fast paths
-
edit: stdlib/public/core/FloatingPoint.swift
-
Commit 45d69d58d0616917cd5f60ae870141685d0d5d11 by 13952+xwu:
[stdlib] Use 'truncatingIfNeeded:' in floating-point conversion fast paths
-
edit: stdlib/public/core/FloatingPoint.swift
-
Commit 643834e7f52c8942e14eb585a5b5a6cc5b535d8f by 13952+xwu:
[stdlib] Simplify generic floating-point conversion fast paths
-
edit: stdlib/public/core/FloatingPoint.swift
-
Commit 78c957f485b7f2e0cc42057fab65d354855b89bc by shabalin:
Move fallthrough one line up
-
edit: stdlib/public/runtime/DynamicCast.cpp
-
Commit 98765132c90af02b445e77988ba1d7047bbc57b5 by rwidmann:
[Gardening] Document a Strange Sort
-
edit: lib/FrontendTool/FrontendTool.cpp
-
Commit 7b0e46bdfadded96df9c8d5673734c9475e8d5bd by pyaskevich:
[ConstraintSystem] Adjust impact of a missing member fix
-
add: test/Constraints/rdar68155466.swift
-
edit: lib/Sema/CSSimplify.cpp
-
Commit 58fcc4602da3412ecf958b2f62c6465ae0ef27d7 by varun_gandhi:
[docs] Fix typos and broken links.
-
edit: docs/HowToGuides/GettingStarted.md
-
edit: README.md
-
Commit 296d25294b53618ebe25603ba3a508067a5ad1db by varun_gandhi:
[docs] Add link to FAQ in README.
-
Commit b6558fd9ed6c89ffc0d5a643f303e8b9ca33895a by varun_gandhi:
[docs] Describe using git grep in FAQ.
-
edit: docs/HowToGuides/FAQ.md
-
Commit b59910ef5bdc3c95415ada2beddec9f1eb1e687a by dsk:
Add OpenBSD to PlatformKinds.def.
-
edit: include/swift/AST/PlatformKinds.def
-
edit: lib/ClangImporter/ClangImporter.cpp
-
edit: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp
-
edit: lib/SymbolGraphGen/AvailabilityMixin.cpp
-
edit: lib/TBDGen/TBDGen.cpp
-
edit: lib/PrintAsObjC/DeclAndTypePrinter.cpp
-
edit: lib/AST/PlatformKind.cpp
-
edit: test/IDE/complete_decl_attribute.swift
-
Commit cd7570fdee9c68dcc93b0107041c6c9bc47f101c by dsk:
ManagedBuffer capacity is unavailable on OpenBSD.
-
edit: stdlib/public/core/BridgingBuffer.swift
-
edit: test/stdlib/ManagedBuffer.swift
-
edit: stdlib/public/core/ManagedBuffer.swift
-
edit: test/Interpreter/generic_ref_counts.swift
-
Commit 4f5d4d80bb6e6da1218db7f505685fe508190833 by ben_barham:
[Gardening] Add re-usable copy* utility methods to use in code completion
-
edit: include/swift/IDE/CodeCompletion.h
-
edit: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp
-
edit: lib/IDE/CodeCompletion.cpp
-
edit: lib/IDE/CodeCompletionCache.cpp
-
Commit 0e68e4de9aaa0e83d9aced70cab3c14807659ad1 by stevapple:
Fix WindowsBuild.md
-
edit: docs/WindowsBuild.md
-
Commit 084ff3d408646a846e3c140a788188f65eeae15a by github:
Avoid using a resilient offset in swift_readAtKeyPath (#33847)
-
edit: stdlib/public/runtime/KeyPaths.cpp
-
Commit a61e7044c43b3634299c85605d6d0ad93c81a414 by github:
Witness tables have special ptrauth requirements (#33876)
-
edit: stdlib/public/runtime/DynamicCast.cpp
-
Commit b8e96841b513c367e37181d170f6870fa757fafb by smeenai:
[stdlib] Correct shell32 casing
-
edit: stdlib/public/Platform/winsdk.modulemap
-
Commit 1926cc71698e2c1900eacbed763852207e01aa53 by aqamoss3fan2010:
Optimize ASTContext::getOpenedArchetypeSignature
-
edit: lib/AST/ASTContext.cpp
-
Commit 23b65ede3b44257e9d5460b263de77146a9a7114 by varun_gandhi:
[docs] Properly reflect diversity in Swift programmers in emoji.
-
edit: docs/HowToGuides/FirstPullRequest.md
-
Commit 7f26d9774651c7952d586a51df3fc4d7b10d67f9 by github:
Don't use resilient getter for playgroundPrintHook when resilience is off (#33848)
-
edit: stdlib/cmake/modules/AddSwiftStdlib.cmake
-
edit: stdlib/public/runtime/ReflectionMirror.mm
-
Commit 8cae50aab4e9dcb16a1d9790f5b5d4c81137f006 by aqamoss3fan2010:
AssociatedTypeInference: Generalize computeFixedTypeWitness to consider type parameters
-
edit: lib/Sema/TypeCheckProtocol.h
-
edit: lib/Sema/TypeCheckProtocolInference.cpp
-
edit: test/decl/protocol/req/associated_type_inference_fixed_type.swift
-
Commit b5252eb0e3d3b3de746bb9c1d6ba38a2935d1d8f by github:
Fix incorrect build type regression from ef89b0dc51d (#33894)
-
edit: stdlib/cmake/modules/SwiftSource.cmake
-
Commit cfd75a1667d87000d6243508033a0bbf6f25a9f0 by github:
[AutoDiff] Fix forward-mode differentiation ownership verification failure. (#33898)
-
edit: lib/SILOptimizer/Differentiation/LinearMapInfo.cpp
-
edit: test/AutoDiff/validation-test/forward_mode_simple.swift
-
Commit 93587f5ed828def9a314ce613eefddaf7476b174 by davelee.com:
[lldb] Fix latent compiler warnings
-
edit: lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
-
edit: lldb/source/Plugins/Language/Swift/SwiftOptionSet.cpp
-
edit: lldb/source/Target/ThreadPlanCallFunction.cpp
-
edit: lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
-
edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
-
edit: lldb/source/Symbol/ObjectFile.cpp
-
edit: lldb/source/Target/Target.cpp
-
edit: lldb/source/Target/SwiftLanguageRuntime.cpp
-
edit: lldb/source/Plugins/Language/Swift/SwiftFormatters.cpp
-
edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
-
edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwift.h
-
edit: lldb/source/Plugins/Language/Swift/SwiftUnsafeTypes.cpp
-
edit: lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
-
edit: lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
-
edit: lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
-
edit: lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.h
-
Commit 465c1e51109d194075b44ce56f699cb4a36464d0 by davelee.com:
[lldb/formatters] Follow-up option set formatter cleanup (NFC)
-
edit: lldb/source/Plugins/Language/Swift/SwiftOptionSet.cpp
-
Commit 6fd586d502354ea94f04a38e49e728926b0e14da by jonas:
[lldb] Fix TestPlaygrounds.py when running on-device
-
edit: lldb/test/API/lang/swift/playgrounds/Makefile
-
edit: lldb/test/API/lang/swift/playgrounds/TestPlaygrounds.py
-
Commit 6cb55bb792dd357e5d45faca1a43920e76e939f5 by davelee.com:
redo if-assignment fix
-
edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
-
Commit 8ae3293030d9691ebe0006b79cec1b06bb8015cf by hans:
Revert D86875 "[Flang][NFC] Remove license comments from files in docs/ folder."
-
edit: flang/docs/Calls.md
-
edit: flang/docs/C++17.md
-
edit: flang/docs/ArrayComposition.md
-
edit: flang/docs/FortranIR.md
-
edit: flang/docs/OptionComparison.md
-
edit: flang/docs/PullRequestChecklist.md
-
edit: flang/docs/ImplementingASemanticCheck.md
-
edit: flang/docs/ControlFlowGraph.md
-
edit: flang/docs/Extensions.md
-
edit: flang/docs/Overview.md
-
edit: flang/docs/RuntimeDescriptor.md
-
edit: flang/docs/C++style.md
-
edit: flang/docs/FortranForCProgrammers.md
-
edit: flang/docs/Preprocessing.md
-
edit: flang/docs/Character.md
-
edit: flang/docs/ParserCombinators.md
-
edit: flang/docs/OpenMP-semantics.md
-
edit: flang/docs/Semantics.md
-
edit: flang/docs/Directives.md
-
edit: flang/docs/LabelResolution.md
-
edit: flang/docs/Intrinsics.md
-
edit: flang/docs/IORuntimeInternals.md
-
edit: flang/docs/ModFiles.md
-
edit: flang/docs/Parsing.md
-
Commit 45952204421165354f60a90d6df24cc49c6f908a by davelee.com:
comment cleanup
-
edit: lldb/source/Plugins/Language/Swift/SwiftOptionSet.cpp
-
Commit 9ad89a8cc3c7de0f0b5a306932671a4c78644d03 by richard.barton:
[flang] Convert release notes to markdown
-
delete: flang/docs/ReleaseNotes.rst
-
add: flang/docs/ReleaseNotes.md
-
Commit fe0ed0d71f103cb17dcb57ffb17a3850fa3ec3eb by github:
Create CODE_OF_CONDUCT.md
-
Commit ee1ab4c79931398789d81f083162fa21ae27f8ad by anders:
[SR-13235] libSwiftPM should vend a ClangTarget's module map generation info
-
edit: Sources/PackageLoading/ModuleMapGenerator.swift
-
edit: Sources/Xcodeproj/pbxproj.swift
-
edit: Sources/PackageLoading/PackageBuilder.swift
-
edit: Sources/Workspace/Diagnostics.swift
-
edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
-
edit: Sources/PackageModel/Target.swift
-
edit: Sources/Build/BuildPlan.swift
-
edit: Tests/PackageLoadingTests/ModuleMapGenerationTests.swift
-
Commit 749d6b812bfbddbfcfa3ead649e63d7d9f4e9c01 by github:
Update CODE_OF_CONDUCT.md
-
Commit 762c20a2b88169426168e49159465c8f74a515ee by tony.allevato:
Use regular property initialization for argument defaults.
-
edit: Sources/swift-format/VersionOptions.swift
-
edit: Sources/swift-format/Subcommands/LintFormatOptions.swift
-
edit: Sources/swift-format/Subcommands/Format.swift
-
edit: Sources/swift-format/Subcommands/LegacyMain.swift