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

UnsafePinned: allow aliasing of pinned mutable references #3467

Merged
merged 35 commits into from
Jun 18, 2024

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    51bed0f View commit details
    Browse the repository at this point in the history
  2. typos and nits

    RalfJung committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d599c1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2bbec7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. remove some wrong cells

    Co-authored-by: Jacob Lifshay <programmerjake@gmail.com>
    RalfJung and programmerjake authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    60ca0fa View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. detail example

    RalfJung committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6910494 View commit details
    Browse the repository at this point in the history
  2. Unpin hack migration plan

    RalfJung committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a1a05fb View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. remove stable feature gate

    RalfJung committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    a10d70c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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

Commits on Aug 9, 2023

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

Commits on Aug 10, 2023

  1. add get_mut_pinned method

    RalfJung committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0369352 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. fix typo

    Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
    RalfJung and WaffleLapkin authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3e97a7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8f2516 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    5f03b25 View commit details
    Browse the repository at this point in the history
  2. explain the naming choice

    RalfJung committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    ce937b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60c255f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

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

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    36b694d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7158ce2 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    5ff0df8 View commit details
    Browse the repository at this point in the history
  2. we should block niches

    RalfJung committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    086412d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    7190a78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d793712 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. fix typo

    Co-authored-by: teor <teor@riseup.net>
    RalfJung and teor2345 authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    9327537 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

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

Commits on Feb 11, 2024

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

Commits on Mar 10, 2024

  1. Send and Sync

    RalfJung committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    5b2d690 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. fix code example

    Co-authored-by: Travis Cross <tc@traviscross.com>
    RalfJung and traviscross authored May 3, 2024
    Configuration menu
    Copy the full SHA
    1f31c7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76a4035 View commit details
    Browse the repository at this point in the history
  3. expand back-compat note

    RalfJung committed May 3, 2024
    Configuration menu
    Copy the full SHA
    bfb8c4b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. add fixed code example

    RalfJung committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e98f367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    474389f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    519aeb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b950de5 View commit details
    Browse the repository at this point in the history