Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reference for Copyable (Swift 6) 馃崚 #73239

Merged
merged 7 commits into from
May 17, 2024

Commits on Apr 25, 2024

  1. Add initial reference for Copyable

    Drawing from SE-0427.
    
    (cherry picked from commit 325e033)
    amartini51 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    afff079 View commit details
    Browse the repository at this point in the history
  2. Add requirements & sketch TSPL cross reference

    (cherry picked from commit 8468088)
    amartini51 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5544eb6 View commit details
    Browse the repository at this point in the history
  3. Fill in reference for Copyable

    (cherry picked from commit 3c54f68)
    amartini51 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    98300d5 View commit details
    Browse the repository at this point in the history
  4. Fix plurals

    Incorporates feedback from Slava Pestov <spestov@apple.com>
    
    (cherry picked from commit 587c79b)
    amartini51 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9adb9f8 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Add a missing implicit Copyable constraint

    Co-authored-by: Kavon Farvardin <kfarvardin@apple.com>
    Co-authored-by: Slava Pestov <spestov@apple.com>
    (cherry picked from commit 6fa34bd)
    amartini51 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    0c752a9 View commit details
    Browse the repository at this point in the history
  2. Indent code listings, to match style used elsewhere

    (cherry picked from commit 97790c0)
    amartini51 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c115193 View commit details
    Browse the repository at this point in the history
  3. Fix typo in docs code example

    (cherry picked from commit b57dbae)
    
    Co-authored-by: Kavon Farvardin <kfarvardin@apple.com>
    amartini51 and kavon committed May 16, 2024
    Configuration menu
    Copy the full SHA
    dd5f18d View commit details
    Browse the repository at this point in the history