-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 10 pull requests #98375
Commits on May 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f020fc0 - Browse repository at this point
Copy the full SHA f020fc0View commit details
Commits on Jun 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8b7299d - Browse repository at this point
Copy the full SHA 8b7299dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44364dc - Browse repository at this point
Copy the full SHA 44364dcView commit details
Commits on Jun 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ac38258 - Browse repository at this point
Copy the full SHA ac38258View commit details -
update cpu-usage-over-time-plot script
fix tidy checks and correct cpu-usage-over-time-plot script
Configuration menu - View commit details
-
Copy full SHA for 8eb7ddf - Browse repository at this point
Copy the full SHA 8eb7ddfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9340ec - Browse repository at this point
Copy the full SHA c9340ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ca8b69 - Browse repository at this point
Copy the full SHA 1ca8b69View commit details -
Co-authored-by: Josh Triplett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4768bfc - Browse repository at this point
Copy the full SHA 4768bfcView commit details
Commits on Jun 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 52409c4 - Browse repository at this point
Copy the full SHA 52409c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e53b2ba - Browse repository at this point
Copy the full SHA e53b2baView commit details -
Document unstable
--extern
optionsCo-Authored-By: Joshua Nelson <[email protected]> Co-Authored-By: Eric Huss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c20e0e1 - Browse repository at this point
Copy the full SHA c20e0e1View commit details -
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/).
Configuration menu - View commit details
-
Copy full SHA for 7b442f7 - Browse repository at this point
Copy the full SHA 7b442f7View commit details -
Rollup merge of rust-lang#96768 - m-ou-se:futex-fuchsia, r=tmandry
Use futex based thread parker on Fuchsia.
Configuration menu - View commit details
-
Copy full SHA for 897745b - Browse repository at this point
Copy the full SHA 897745bView commit details -
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``
Configuration menu - View commit details
-
Copy full SHA for 75a2e5d - Browse repository at this point
Copy the full SHA 75a2e5dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 25b8449 - Browse repository at this point
Copy the full SHA 25b8449View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dfc6d7a - Browse repository at this point
Copy the full SHA dfc6d7aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8f861da - Browse repository at this point
Copy the full SHA 8f861daView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 400751d - Browse repository at this point
Copy the full SHA 400751dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3559718 - Browse repository at this point
Copy the full SHA 3559718View commit details -
Rollup merge of rust-lang#98356 - lucasthormann:patch-1, r=Mark-Simul…
…acrum Add missing period
Configuration menu - View commit details
-
Copy full SHA for 0cac62d - Browse repository at this point
Copy the full SHA 0cac62dView commit details -
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``
Configuration menu - View commit details
-
Copy full SHA for db64923 - Browse repository at this point
Copy the full SHA db64923View commit details