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

Function Contracts: Interior Mutability Tests #3351

Merged
merged 38 commits into from
Jul 30, 2024

Commits on Jul 17, 2024

  1. add tests

    Matias Scharager committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ed8fee1 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Matias Scharager committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0bbd78b View commit details
    Browse the repository at this point in the history
  3. preserves memory

    Matias Scharager committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    35a9320 View commit details
    Browse the repository at this point in the history
  4. fmt

    Matias Scharager committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    76a9c54 View commit details
    Browse the repository at this point in the history
  5. OnceCell

    Matias Scharager committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7ca72aa View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. documentation

    Matias Scharager committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4ce98ad View commit details
    Browse the repository at this point in the history
  2. stub

    Matias Scharager committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    f97140e View commit details
    Browse the repository at this point in the history
  3. more comments

    Matias Scharager committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7b96733 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. fix test

    Matias Scharager committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fae9ff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2df787 View commit details
    Browse the repository at this point in the history
  3. rfc update

    Matias Scharager committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    600a0f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. unsafecell and cell can be reached through public api

    Matias Scharager committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7a0a554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    759b6dc View commit details
    Browse the repository at this point in the history
  3. triple slash for comments

    Matias Scharager committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e704958 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. more tests

    Matias Scharager committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    382e8fe View commit details
    Browse the repository at this point in the history
  2. fmt

    Matias Scharager committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    39cdc44 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fix tests

    Matias Scharager committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    03f3d6d View commit details
    Browse the repository at this point in the history
  2. comments

    Matias Scharager committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8925ffb View commit details
    Browse the repository at this point in the history
  3. comments

    Matias Scharager committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    519fe5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cf4f6c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. add explanation in docs

    Matias Scharager committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    2126d79 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. delete

    Matias Scharager committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3fb40fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5201fc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c7bda5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    13baa5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5feba8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f84e89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    882477c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82c3e6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e12172 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42fd597 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60b0d8a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dbf938f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    065b554 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    19b4cbf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aaf64ed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    172839f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ba95719 View commit details
    Browse the repository at this point in the history