-
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 5 pull requests #125019
Rollup of 5 pull requests #125019
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de9b3b7 - Browse repository at this point
Copy the full SHA de9b3b7View commit details
Commits on May 10, 2024
-
Relax allocator requirements on some Rc APIs.
* Remove A: Clone bound from Rc::assume_init, Rc::downcast, and Rc::downcast_unchecked. * Make From<Rc<[T; N]>> for Rc<[T]> allocator-aware. Internal changes: * Made Arc::internal_into_inner_with_allocator method into Arc::into_inner_with_allocator associated fn. * Add private Rc::into_inner_with_allocator (to match Arc), so other fns don't have to juggle ManuallyDrop.
Configuration menu - View commit details
-
Copy full SHA for d6122f1 - Browse repository at this point
Copy the full SHA d6122f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d8eb50 - Browse repository at this point
Copy the full SHA 8d8eb50View commit details
Commits on May 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8167a35 - Browse repository at this point
Copy the full SHA 8167a35View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebf574f - Browse repository at this point
Copy the full SHA ebf574fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e89a2cc - Browse repository at this point
Copy the full SHA e89a2ccView commit details -
Rollup merge of rust-lang#124829 - briansmith:b/armv7-profiler, r=Mar…
…k-Simulacrum Enable profiler for armv7-unknown-linux-gnueabihf. Allow code coverage measurement for armv7-unknown-linux-gnueabihf targets. Fixes rust-lang#79640.
Configuration menu - View commit details
-
Copy full SHA for b5ead56 - Browse repository at this point
Copy the full SHA b5ead56View commit details -
Rollup merge of rust-lang#124939 - Urgau:hide-private-fields-aliased-…
…type, r=GuillaumeGomez Always hide private fields in aliased type This PR adds a new rustdoc pass that unconditionally always strips all private fields in aliased type, since showing them, even with `--document-private-items`, is confusing, unhelpful, and run backwards to the "Aliased type" feature, which is to show the type as it would be seen by the user. r? `@GuillaumeGomez` Fixes rust-lang#124938 Fixes rust-lang#123860
Configuration menu - View commit details
-
Copy full SHA for 9aa585d - Browse repository at this point
Copy the full SHA 9aa585dView commit details -
Rollup merge of rust-lang#124963 - GuillaumeGomez:migrate-rustdoc-sha…
…red-flags, r=jieyouxu Migrate `run-make/rustdoc-shared-flags` to rmake Part of rust-lang#121876. r? `@jieyouxu`
Configuration menu - View commit details
-
Copy full SHA for f313399 - Browse repository at this point
Copy the full SHA f313399View commit details -
Rollup merge of rust-lang#124981 - zachs18:rc-allocator-generalize-1,…
… r=Mark-Simulacrum Relax allocator requirements on some Rc/Arc APIs. Split out from rust-lang#119761 * Remove `A: Clone` bound from `Rc::assume_init`(s), `Rc::downcast`, and `Rc::downcast_unchecked` (`Arc` methods were already relaxed by rust-lang#120445) * Make `From<Rc<[T; N]>> for Rc<[T]>` allocator-aware (`Arc`'s already is). * Remove `A: Clone` from `Rc/Arc::unwrap_or_clone` Internal changes: * Made `Arc::internal_into_inner_with_allocator` method into `Arc::into_inner_with_allocator` associated fn. * Add private `Rc::into_inner_with_allocator` (to match Arc), so other fns don't have to juggle `ManuallyDrop`.
Configuration menu - View commit details
-
Copy full SHA for c3ecdb3 - Browse repository at this point
Copy the full SHA c3ecdb3View commit details -
Rollup merge of rust-lang#125008 - Dirbaio:test-issue-122775, r=compi…
…ler-errors Add test for rust-lang#122775 Closes rust-lang#122775
Configuration menu - View commit details
-
Copy full SHA for 0fffb3f - Browse repository at this point
Copy the full SHA 0fffb3fView commit details