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

Safe memcpy for slices ([T]::copy_from_slice) #1419

Merged
merged 12 commits into from
Feb 18, 2016
Merged

Safe memcpy for slices ([T]::copy_from_slice) #1419

merged 12 commits into from
Feb 18, 2016

Commits on Dec 19, 2015

  1. std::slice::{ copy, set };

    ubsan committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    618677f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2015

  1. Change a few things

    ubsan committed Dec 20, 2015
    Configuration menu
    Copy the full SHA
    08a87e4 View commit details
    Browse the repository at this point in the history
  2. Switch to fill, Add some language

    specifically about being defined for slices with uninitialized values
    
    Also add some language about alternatives
    ubsan committed Dec 20, 2015
    Configuration menu
    Copy the full SHA
    ff919f1 View commit details
    Browse the repository at this point in the history
  3. More edits from the crowd

    ubsan committed Dec 20, 2015
    Configuration menu
    Copy the full SHA
    094f556 View commit details
    Browse the repository at this point in the history
  4. Rename fill to fill_with

    ubsan committed Dec 20, 2015
    Configuration menu
    Copy the full SHA
    509a559 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2015

  1. Final name change; back to fill

    ubsan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    824d43c View commit details
    Browse the repository at this point in the history
  2. Correction from bluss

    ubsan committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    a7bf742 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2015

  1. Fix most of nagisa's complaints

    ubsan committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    b8625ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ef78eb View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2016

  1. Take out [T]::fill

    ubsan committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    da75c9b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

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

Commits on Feb 13, 2016

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