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 Bugzilla 24434 - Casting away const with cast() is not a @safe lv… #16315

Merged
merged 10 commits into from
Apr 28, 2024

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    2b65bcc View commit details
    Browse the repository at this point in the history
  2. Use pointerTo

    ntrel committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    8a1f901 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b0b63e View commit details
    Browse the repository at this point in the history
  4. Fix unsafe shared increment

    ntrel committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    d9bcab4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Use setUnsafePreview

    ntrel committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d150a02 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Add test for lvalue assign

    ntrel committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b5e2b16 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Fix qualifier cast check

    ntrel committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    4e5e9cc View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Workaround for safe append

    Fixes Bugzilla 23530 - casting immutable away allowed in safe.
    ntrel committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    c2eac7c View commit details
    Browse the repository at this point in the history
  2. Update header

    ntrel committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    db93e18 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Trigger tests

    ntrel committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6d72091 View commit details
    Browse the repository at this point in the history