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

Contracts and Harnesses for <*mut T>::add, sub and offset #113

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    9a8993d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55950bb View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    ce13e8f View commit details
    Browse the repository at this point in the history
  2. Adds proofs for tuple types

    stogaru committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3682858 View commit details
    Browse the repository at this point in the history
  3. Renames harnesses

    stogaru committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a6d4d62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dec8c30 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Merge pull request #8 from stogaru/verify/ptr_mut_unit_types

    Added unit type proofs for mut ptr
    stogaru authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2be7639 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75179dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from stogaru/verify/ptr_mut_integer_types

    implemented integer type proof for contract for fn add, sub and offset
    xsxszab authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    34c670e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66c956e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7 from stogaru/verify/ptr_mut_composite

    Verify/ptr mut composite
    stogaru authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d9b8c65 View commit details
    Browse the repository at this point in the history
  6. Combined macros

    stogaru authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0faac46 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Fixes a typo

    stogaru committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    82345de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    656209b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from stogaru/verify/ptr_mut_combined

    Combines macros for different types.
    stogaru authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    46e839c View commit details
    Browse the repository at this point in the history