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

Stabilize copy_within #61398

Merged
merged 3 commits into from
Jun 13, 2019
Merged

Stabilize copy_within #61398

merged 3 commits into from
Jun 13, 2019

Commits on May 31, 2019

  1. Stabilize copy_within

    kennytm committed May 31, 2019
    Configuration menu
    Copy the full SHA
    be6fc6a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

  1. copy_within: replace element access by pointer arithmetic to avoid UB

    This ensures we won't accidentally read *src or *dest even when count = 0.
    kennytm committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    aac9bc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Update src/libcore/tests/slice.rs

    Co-Authored-By: Jack O'Connor <oconnor663@gmail.com>
    kennytm and oconnor663 authored Jun 3, 2019
    Configuration menu
    Copy the full SHA
    427f1a4 View commit details
    Browse the repository at this point in the history