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 10 pull requests #98375

Merged
merged 21 commits into from
Jun 22, 2022
Merged

Rollup of 10 pull requests #98375

merged 21 commits into from
Jun 22, 2022

Commits on May 29, 2022

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

Commits on Jun 18, 2022

  1. Configuration menu
    Copy the full SHA
    8b7299d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44364dc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    ac38258 View commit details
    Browse the repository at this point in the history
  2. update cpu-usage-over-time-plot script

    fix tidy checks and correct cpu-usage-over-time-plot script
    notseanray committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    8eb7ddf View commit details
    Browse the repository at this point in the history
  3. Fix typo

    lucasthormann committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    c9340ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ca8b69 View commit details
    Browse the repository at this point in the history
  5. hedge our bets

    Co-authored-by: Josh Triplett <josh@joshtriplett.org>
    RalfJung and joshtriplett committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    4768bfc View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    52409c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e53b2ba View commit details
    Browse the repository at this point in the history
  3. Document unstable --extern options

    Co-Authored-By: Joshua Nelson <github@jyn.dev>
    Co-Authored-By: Eric Huss <eric@huss.org>
    3 people committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    c20e0e1 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#95446 - notseanray:master, r=Mark-Simulacrum

    update CPU usage script
    
    I've made slight changes to the CPU usage plot script with updated links from the [ci2 aws instance](https://rust-lang-ci2.s3.amazonaws.com/).
    JohnTitor committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    7b442f7 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#96768 - m-ou-se:futex-fuchsia, r=tmandry

    Use futex based thread parker on Fuchsia.
    JohnTitor committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    897745b View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#97454 - Mark-Simulacrum:relnotes, r=Mark-Si…

    …mulacrum
    
    Add release notes for 1.62
    
    cc ``@rust-lang/release``
    
    r? ``@pietroalbini``
    JohnTitor committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    75a2e5d View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#97516 - RalfJung:atomics, r=joshtriplett

    clarify how Rust atomics correspond to C++ atomics
    
    ``@cbeuw`` noted in rust-lang/miri#1963 that the correspondence between C++ atomics and Rust atomics is not quite as obvious as one might think, since in Rust I can use `get_mut` to treat previously non-atomic data as atomic. However, I think using C++20 `atomic_ref`, we can establish a suitable relation between the two -- or do you see problems with that ``@cbeuw?`` (I recall you said there was some issue, but it was deep inside that PR and Github makes it impossible to find...)
    
    Cc ``@thomcc;`` not sure whom else to ping for atomic memory model things.
    JohnTitor committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    25b8449 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#97818 - compiler-errors:rpit-error-spanned,…

    … r=oli-obk
    
    Point at return expression for RPIT-related error
    
    Certainly this needs some diagnostic refining, but I wanted to show that it was possible first and foremost. Not sure if this is the right approach. Open to feedback.
    
    Fixes rust-lang#80583
    JohnTitor committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    dfc6d7a View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#97895 - nbdd0121:unlikely, r=estebank

    Simplify `likely!` and `unlikely!` macro
    
    The corresponding intrinsics have long been safe-to-call, so the unsafe block is no longer needed.
    JohnTitor committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    8f861da View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#98005 - compiler-errors:impossible-bounds, …

    …r=Mark-Simulacrum
    
    Add some tests for impossible bounds
    
    Adds test for rust-lang#93008
    Adds test for rust-lang#94680
    Closes rust-lang#94999
    Closes rust-lang#95640
    JohnTitor committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    400751d View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#98226 - ChrisDenton:doc-extern-options, r=e…

    …huss
    
    Document unstable `--extern` options
    
    These are needed for Cargo's `build-std` feature and for anyone who wanted to do a similar thing outside of Cargo.
    JohnTitor committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    3559718 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#98356 - lucasthormann:patch-1, r=Mark-Simul…

    …acrum
    
    Add missing period
    JohnTitor committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    0cac62d View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#98363 - RalfJung:btree-test-ref-alloc, r=th…

    …omcc
    
    remove use of &Alloc in btree tests
    
    I missed these in rust-lang#98233.
    
    r? ``@thomcc``
    JohnTitor committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    db64923 View commit details
    Browse the repository at this point in the history