-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 5 pull requests #70807
Rollup of 5 pull requests #70807
Commits on Mar 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6556549 - Browse repository at this point
Copy the full SHA 6556549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c1c43 - Browse repository at this point
Copy the full SHA 86c1c43View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa6c883 - Browse repository at this point
Copy the full SHA fa6c883View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4393923 - Browse repository at this point
Copy the full SHA 4393923View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3411ade - Browse repository at this point
Copy the full SHA 3411adeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eacf45 - Browse repository at this point
Copy the full SHA 4eacf45View commit details -
also add smoke test to detect relocation even in rustc runs
Configuration menu - View commit details
-
Copy full SHA for 8f479e3 - Browse repository at this point
Copy the full SHA 8f479e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bbaac3 - Browse repository at this point
Copy the full SHA 5bbaac3View commit details
Commits on Apr 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b4f416d - Browse repository at this point
Copy the full SHA b4f416dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e901b2f - Browse repository at this point
Copy the full SHA e901b2fView commit details
Commits on Apr 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7e81c11 - Browse repository at this point
Copy the full SHA 7e81c11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05a5895 - Browse repository at this point
Copy the full SHA 05a5895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 315a3b9 - Browse repository at this point
Copy the full SHA 315a3b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cbe172 - Browse repository at this point
Copy the full SHA 6cbe172View commit details -
Configuration menu - View commit details
-
Copy full SHA for e52a451 - Browse repository at this point
Copy the full SHA e52a451View commit details -
Rollup merge of rust-lang#70558 - RalfJung:vec-extend-aliasing, r=Ama…
…nieu Fix some aliasing issues in Vec `Vec::extend` and `Vec::truncate` invalidated references into the vector even without reallocation, because they (implicitly) created a mutable reference covering the *entire* initialized part of the vector. Fixes rust-lang#70301 I verified the fix by adding some new tests here that I ran in Miri.
Configuration menu - View commit details
-
Copy full SHA for 7e4ed72 - Browse repository at this point
Copy the full SHA 7e4ed72View commit details -
Rollup merge of rust-lang#70760 - PonasKovas:docs, r=Dylan-DPC
docs: make the description of Result::map_or more clear The documentation of [`Result::map_or`](https://doc.rust-lang.org/std/result/enum.Result.html#method.map_or) is very unclear and confusing, probably because it was copied straight from [`Option::map_or`](https://doc.rust-lang.org/std/option/enum.Option.html#method.map_or) and someone forgot to adapt it for Result.
Configuration menu - View commit details
-
Copy full SHA for 6f595e8 - Browse repository at this point
Copy the full SHA 6f595e8View commit details -
Rollup merge of rust-lang#70769 - RalfJung:fixed, r=Dylan-DPC
Miri: remove an outdated FIXME We even [have a test ](https://github.com/rust-lang/rust/blob/49dc2f9f091748beb1a8a9d5b3eb3bbe7362c3bd/src/test/ui/consts/miri_unleashed/drop.rs) making sure that we detect dropping with a non-const implementation. r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for 2448a23 - Browse repository at this point
Copy the full SHA 2448a23View commit details -
Rollup merge of rust-lang#70776 - RalfJung:raw-vec, r=Dylan-DPC,TimDi…
…ekmann clarify comment in RawVec::into_box On first reading I almost thought "len <= cap" would be all that there is to check here. Expand the comment to clarify that that is not the case.
Configuration menu - View commit details
-
Copy full SHA for c185c4f - Browse repository at this point
Copy the full SHA c185c4fView commit details -
Rollup merge of rust-lang#70806 - RalfJung:miri-assignment-check, r=e…
…ddyb fix Miri assignment sanity check Thanks @eddyb for pointing me to the right APIs! r? @eddyb Fixes rust-lang#70804
Configuration menu - View commit details
-
Copy full SHA for 31b8d65 - Browse repository at this point
Copy the full SHA 31b8d65View commit details