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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Add freeze intrinsic and related library functions #3605

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    860fb6f View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Add suggestion from review

    Co-authored-by: Jacob Lifshay <[email protected]>
    chorman0773 and programmerjake committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0706505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7077201 View commit details
    Browse the repository at this point in the history
  3. Remove zero-copy serialization from Motivation section, and also ment…

    …ion fast floating point ops.
    chorman0773 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b50a994 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Accept punctuation change

    Co-authored-by: Jack Wrenn <[email protected]>
    chorman0773 and jswrenn committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    223a2db View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Accept Ralf's suggestion for a relevant clause

    Co-authored-by: Ralf Jung <[email protected]>
    chorman0773 and RalfJung committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    70e679c View commit details
    Browse the repository at this point in the history
  2. Change expository definition of read_freeze

    Co-authored-by: Christopher Durham <[email protected]>
    chorman0773 and CAD97 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9ac31a9 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Change file name to reflect the RFC Number, and explain why freeze-by…

    …-immutable-ref is an invalid operation
    chorman0773 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5b2ff7c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Fix wording in note about MaybeUninit::freeze(&self)

    Co-authored-by: Jacob Lifshay <[email protected]>
    chorman0773 and programmerjake committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    76ac3d7 View commit details
    Browse the repository at this point in the history