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

Rollup of 6 pull requests #116480

Closed
wants to merge 14 commits into from

Commits on Jul 31, 2023

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

Commits on Aug 1, 2023

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

Commits on Sep 1, 2023

  1. Update mod.rs

    vwkd committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    dfdab8f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Clarify ManuallyDrop bit validity

    Clarify that `ManuallyDrop<T>` has the same bit validity as `T`.
    joshlf committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a16622f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. fix a comment in std::iter::successors

    The `unfold` function have since been renamed to `from_fn`.
    tifv committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    71429f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    ec2e00c View commit details
    Browse the repository at this point in the history
  2. MIRI -> Miri

    RalfJung committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    bfc0f23 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    1eb2a76 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#111595 - fortanix:raoul/waitqueue_clarifica…

    …tions, r=workingjubilee
    
    `waitqueue` clarifications for SGX platform
    
    The documentation of `waitqueue` functions on the `x86_64-fortanix-unknown-sgx` platform is incorrect at some places and on others missing. This PR improves upon this.
    
    cc: `@jethrogb`
    GuillaumeGomez committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    9b2ff25 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#115454 - vwkd:patch-1, r=scottmcm

    Clarify example in docs of str::char_slice
    
    Just a one word improvement.
    
    “Last” can be misread as meaning the last (third) instead of the previous (first).
    GuillaumeGomez committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    eb469b2 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#115522 - joshlf:patch-8, r=scottmcm

    Clarify ManuallyDrop bit validity
    
    Clarify that `ManuallyDrop<T>` has the same bit validity as `T`.
    GuillaumeGomez committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b75bf94 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#115588 - tifv:fix-comment-successors, r=sco…

    …ttmcm
    
    Fix a comment in std::iter::successors
    
    The `unfold` function have since rust-lang#58062 been renamed to `from_fn`.
    (I'm not sure if this whole comment is still useful—it's not like there are many iterators that *can't* be based on `from_fn`. Anyway, in its current form this comment is not correct, and it sent me into a half-hour research of what happened to `unfold` function, so I want to do *something* with it 🙃 deleting these three lines is a perfectly fine alternative, in my opinion.)
    GuillaumeGomez committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    25ee821 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#116329 - RalfJung:swap-comments, r=scottmcm

    update some comments around swap()
    
    Based on `@eddyb's` comment [here](rust-lang/unsafe-code-guidelines#461 (comment)).
    
    And then I noticed the wrong capitalization for Miri and fixed it in some other places as well.
    GuillaumeGomez committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    d11e397 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efd978a View commit details
    Browse the repository at this point in the history