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 7 pull requests #124632

Closed
wants to merge 7 commits into from

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    6b6bc98 View commit details
    Browse the repository at this point in the history
  2. String.truncate calls Vec.truncate, in turn, and that states

    "is greater or equal to". Beside common sense.
    bravequickcleverfibreyarn committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    825a3b1 View commit details
    Browse the repository at this point in the history
  3. WS fix.

    bravequickcleverfibreyarn committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f840da7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. library/std: Remove unused gimli-symbolize feature

    library/backtrace also declares a feature called `gimli-symbolize` which
    appear used, but the feature in std with the same name is unused, so
    remove it.
    Enselic committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9af3b1e View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#124412 - RalfJung:io-safety, r=Amanieu

    io safety: update Unix explanation to use `Arc`
    
    Fixes rust-lang#124384
    
    Cc `@jsgf`
    matthiaskrgr committed May 2, 2024
    Configuration menu
    Copy the full SHA
    198852b View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#124441 - bravequickcleverfibreyarn:string.r…

    …s, r=Amanieu
    
    String.truncate comment microfix (greater or equal)
    
    String.truncate calls Vec.truncate, in turn, and that states "is greater or equal to". Beside common sense.
    matthiaskrgr committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9fafce7 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#124604 - Enselic:std-gimli-symbolize, r=wor…

    …kingjubilee
    
    library/std: Remove unused `gimli-symbolize` feature
    
    library/backtrace also declares a feature called `gimli-symbolize` which appear used, but the feature in std with the same name is unused, so remove it.
    matthiaskrgr committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4f8ae7f View commit details
    Browse the repository at this point in the history