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

Redo the docs for Vec::set_len #56425

Merged
merged 5 commits into from
Jan 12, 2019
Merged

Commits on Dec 2, 2018

  1. Redo the docs for Vec::set_len

    Inspired by the recent conversation on IRLO.
    scottmcm committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    5c11392 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

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

Commits on Jan 3, 2019

  1. Update src/liballoc/vec.rs

    Add @Centril's comment
    
    Co-Authored-By: scottmcm <scottmcm@users.noreply.github.com>
    Centril and scottmcm committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    61fb909 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Configuration menu
    Copy the full SHA
    5052197 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Centril/redo-vec-set_len-docs-adjust

    Explain safety for `vec.set_len(0)`
    scottmcm committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    986e49d View commit details
    Browse the repository at this point in the history