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

fix: Prevent mutating immutable bindings to mutable reference types #3008

Closed
wants to merge 14 commits into from

Commits on Oct 5, 2023

  1. Fix mut type check

    jfecher committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    066d8d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    73c401c View commit details
    Browse the repository at this point in the history
  2. add regression test

    kevaundray committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    cac887b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4c6d70 View commit details
    Browse the repository at this point in the history
  4. Add regression test

    jfecher committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    9fa02c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92b773c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5914fd7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f79e971 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    1f86b52 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge branch 'master' into jf/fix-mut-check"

    This reverts commit 1f86b52, reversing
    changes made to f79e971.
    kevaundray committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    73590e9 View commit details
    Browse the repository at this point in the history
  3. Revert "Merge branch 'master' into jf/fix-mut-check"

    This reverts commit f79e971, reversing
    changes made to 5914fd7.
    kevaundray committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d36cdec View commit details
    Browse the repository at this point in the history
  4. Revert "remove kev's regression test"

    This reverts commit 5914fd7.
    kevaundray committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9b29103 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c1fe35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    584f866 View commit details
    Browse the repository at this point in the history