-
Notifications
You must be signed in to change notification settings - Fork 13k
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 8 pull requests #103745
Rollup of 8 pull requests #103745
Conversation
I did not see other traits using the "interface" word
Co-authored-by: Josh Triplett <[email protected]> Co-authored-by: Christopher Serr <[email protected]> Co-authored-by: memoryruins <[email protected]> Co-authored-by: Alexander Ronald Altman <[email protected]>
Make `core::mem::copy` const cc rust-lang#98262, rust-lang/libs-team#78
…imulacrum 1.65.0 release notes r? `@cuviper` (since you're writing the blog)
Add tests for autoderef on block tail ref: rust-lang#83850 (comment)
…ed-blanket-impl, r=Mark-Simulacrum rustdoc: add test case for masked blanket impl
use consistent terminology I did not see other traits using the "interface" word
…e-css, r=notriddle Fix z-indexes of code example feature and cleanup its CSS When reviewing rust-lang#103650, I realized that the `z-index`es of this feature were completely broken: ![Screenshot from 2022-10-28 10-55-27](https://user-images.githubusercontent.com/3050060/198826360-0c5cbe5a-ea8e-452a-9504-38d3da3615e6.png) This PR fixes it by reducing the value of value under the one used for `.popover` (it could be completely removed but then it wouldn't be displayed as nicely). There was also a lot of duplicated CSS so I merged the rules. r? `@notriddle`
…rsions, r=compiler-errors Avoid unnecessary `&str` to `String` conversions
…laumeGomez rustdoc: use CSS margin/padding shorthand when all are being set
@bors r+ rollup=never p=4 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 15ee24a2fa In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (4827cee): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
Successful merges:
core::mem::copy
const #100006 (Makecore::mem::copy
const)&str
toString
conversions #103726 (Avoid unnecessary&str
toString
conversions)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup